/
home
/
desid573
/
cpmove_failed_mysql_dbs.1787413258
/
/home/desid573/cpmove_failed_mysql_dbs.1787413258
mkdir
upload
Name
Size
Mode
Actions
exmawjn/
-
0755
rm
hjfltmn/
-
0755
rm
iycwuxz/
-
0755
rm
pioxjd1/
-
0755
rm
desid573_1410_inventory.create
1532
0600
edit
dl
rm
desid573_1410_inventory.sql
13101
0644
edit
dl
rm
desid573_ample.create
1496
0600
edit
dl
rm
desid573_ample.sql
23499
0644
edit
dl
rm
desid573_angel_drivers.create
1528
0600
edit
dl
rm
desid573_angel_drivers.sql
46029
0644
edit
dl
rm
desid573_eway_codes.create
1516
0600
edit
dl
rm
desid573_eway_codes.sql
280056841
0644
edit
dl
rm
desid573_famcab_api.create
1516
0600
edit
dl
rm
desid573_famcab_api.sql
7099373
0644
edit
dl
rm
desid573_familycab.create
1512
0600
edit
dl
rm
desid573_familycab.sql
32255236
0644
edit
dl
rm
desid573_gcdriver.create
1508
0600
edit
dl
rm
desid573_gcdriver.sql
33498
0644
edit
dl
rm
desid573_ims.create
1488
0600
edit
dl
rm
desid573_ims.sql
13928
0644
edit
dl
rm
desid573_inquiries.create
1512
0600
edit
dl
rm
desid573_inquiries.sql
5094749
0644
edit
dl
rm
desid573_magic.create
1496
0600
edit
dl
rm
desid573_magic.sql
85568
0644
edit
dl
rm
desid573_magic_site.create
1516
0600
edit
dl
rm
desid573_magic_site.sql
1442
0644
edit
dl
rm
desid573_new_pro_api.create
1520
0600
edit
dl
rm
desid573_new_pro_api.sql
2709995
0644
edit
dl
rm
desid573_oldvine.create
1504
0600
edit
dl
rm
desid573_oldvine.sql
18141
0644
edit
dl
rm
desid573_phewl.create
1496
0600
edit
dl
rm
desid573_phewl.sql
53985
0644
edit
dl
rm
desid573_tollster.create
1508
0600
edit
dl
rm
desid573_tollster.sql
1221097
0644
edit
dl
rm
desid573_wp38.create
1492
0600
edit
dl
rm
desid573_wp38.sql
912231
0644
edit
dl
rm
desid573_wp172.create
1496
0600
edit
dl
rm
desid573_wp172.sql
175912
0644
edit
dl
rm
desid573_wp255.create
1500
0600
edit
dl
rm
desid573_wp255.sql
314501
0644
edit
dl
rm
desid573_wp676.create
1500
0600
edit
dl
rm
desid573_wp676.sql
12067179
0644
edit
dl
rm
desid573_wp_0a5zc.create
1508
0600
edit
dl
rm
desid573_wp_0a5zc.sql
123538
0644
edit
dl
rm
desid573_wp_new.create
1500
0600
edit
dl
rm
desid573_wp_new.sql
7810728
0644
edit
dl
rm
openfileslimit
5
0600
edit
dl
rm
wp-cron-darb.php
1659
0644
edit
dl
rm
Edit:
/home/desid573/cpmove_failed_mysql_dbs.1787413258/desid573_wp_new.sql
(7810728B)
-- MySQL dump 10.13 Distrib 8.4.9, for Linux (x86_64) -- -- Host: localhost Database: desid573_wp_new -- ------------------------------------------------------ -- Server version 8.4.9-cll-lve /*!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 */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `desid573_wp_new` -- -- -- Table structure for table `wpln_actionscheduler_actions` -- DROP TABLE IF EXISTS `wpln_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_actions` ( `action_id` bigint unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `args` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schedule` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `group_id` bigint unsigned NOT NULL DEFAULT '0', `attempts` int NOT NULL DEFAULT '0', `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `claim_id` bigint unsigned NOT NULL DEFAULT '0', `extended_args` varchar(8000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id` (`claim_id`) ) ENGINE=MyISAM AUTO_INCREMENT=41295 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_actions` -- LOCK TABLES `wpln_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wpln_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (41292,'aioseo_cache_prune','pending','2026-08-18 02:26:16','2026-08-18 02:26:16','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1787019976;s:18:\"\0*\0first_timestamp\";i:1651490289;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1787019976;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(41293,'aioseo_image_sitemap_scan','complete','2026-08-17 02:41:16','2026-08-17 02:41:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1786934476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1786934476;}',1,1,'2026-08-17 03:04:03','2026-08-17 11:04:03',0,NULL),(41294,'aioseo_image_sitemap_scan','pending','2026-08-17 03:19:03','2026-08-17 03:19:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1786936743;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1786936743;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL); /*!40000 ALTER TABLE `wpln_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_actionscheduler_claims` -- DROP TABLE IF EXISTS `wpln_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_claims` ( `claim_id` bigint unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=118462 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_claims` -- LOCK TABLES `wpln_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_actionscheduler_groups` -- DROP TABLE IF EXISTS `wpln_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_groups` ( `group_id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_groups` -- LOCK TABLES `wpln_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wpln_actionscheduler_groups` (`group_id`, `slug`) VALUES (1,'aioseo'),(2,'action-scheduler-migration'); /*!40000 ALTER TABLE `wpln_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_actionscheduler_logs` -- DROP TABLE IF EXISTS `wpln_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_actionscheduler_logs` ( `log_id` bigint unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint unsigned NOT NULL, `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=122717 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_actionscheduler_logs` -- LOCK TABLES `wpln_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wpln_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wpln_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (122716,41293,'action complete via Async Request','2026-08-17 03:04:03','2026-08-17 03:04:03'),(122712,41293,'action created','2026-08-17 02:26:16','2026-08-17 02:26:16'),(122715,41294,'action created','2026-08-17 03:04:03','2026-08-17 03:04:03'),(122710,41292,'action created','2026-08-17 02:26:16','2026-08-17 02:26:16'),(122714,41293,'action started via Async Request','2026-08-17 03:04:03','2026-08-17 03:04:03'); /*!40000 ALTER TABLE `wpln_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_aioseo_cache` -- DROP TABLE IF EXISTS `wpln_aioseo_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_aioseo_cache` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(80) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `expiration` datetime DEFAULT NULL, `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_cache_key` (`key`), KEY `ndx_aioseo_cache_expiration` (`expiration`) ) ENGINE=MyISAM AUTO_INCREMENT=446 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_aioseo_cache` -- LOCK TABLES `wpln_aioseo_cache` WRITE; /*!40000 ALTER TABLE `wpln_aioseo_cache` DISABLE KEYS */; INSERT INTO `wpln_aioseo_cache` (`id`, `key`, `value`, `expiration`, `created`, `updated`) VALUES (437,'admin_notifications_update','i:1787019974;','2026-08-18 02:26:14','2026-07-22 06:02:55','2026-08-17 02:26:14'),(445,'59a52c1466038805cded34cc34fac9985e1f2426','s:3:\"205\";','2026-08-17 04:01:47','2026-08-16 04:01:47','2026-08-16 04:01:47'); /*!40000 ALTER TABLE `wpln_aioseo_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_aioseo_notifications` -- DROP TABLE IF EXISTS `wpln_aioseo_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_aioseo_notifications` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(13) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `level` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `notification_id` bigint unsigned DEFAULT NULL, `notification_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `button1_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button1_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `button2_action` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `dismissed` tinyint(1) NOT NULL DEFAULT '0', `new` tinyint(1) NOT NULL DEFAULT '1', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ndx_aioseo_notifications_slug` (`slug`), KEY `ndx_aioseo_notifications_dates` (`start`,`end`), KEY `ndx_aioseo_notifications_type` (`type`), KEY `ndx_aioseo_notifications_dismissed` (`dismissed`) ) ENGINE=MyISAM AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_aioseo_notifications` -- LOCK TABLES `wpln_aioseo_notifications` WRITE; /*!40000 ALTER TABLE `wpln_aioseo_notifications` DISABLE KEYS */; INSERT INTO `wpln_aioseo_notifications` (`id`, `slug`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (1,'62bcef061139e','AIOSEO 4.2.2 is HERE with some great new features! ๐','Connect your WordPress user profile directly to your social media accounts for improved SEO.\r\n<br><br>\r\nOur new Translations API enables third-party translation apps to hook into AIOSEOโs data for multilingual SEO.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.2 now and enjoy more SEO opportunities!','success','[\"4-x\",\"lite\"]',338,NULL,'2022-06-28 14:12:59',NULL,'Learn More','https://aioseo.com/announcing-our-new-user-social-profile-tab-and-translation-api-in-aioseo-4-2-2/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=social-profiles-translations-api-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-06-30 00:32:06','2022-06-30 00:32:06'),(2,'62bcef0612325','๐ฃ Introducing Crawl Cleanup and Import URLs to Your Sitemap!','AIOSEO 4.2.1 now allows you to manage Search Engine crawl quota by removing query args (URL parameters) from selected URLs and disabling unnecessary RSS feeds.\r\n<br><br>\r\nYou can also import bulk URLs from a CSV file to add more pages to your sitemap.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.1 to take advantage of these powerful SEO features today!','success','[\"4-x\",\"lite\"]',327,NULL,'2022-06-28 14:12:59',NULL,'Learn More','https://aioseo.com/introducing-crawl-cleanup-and-importing-urls-from-a-csv-file-to-your-sitemap/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_campaign=crawl-cleanup-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2022-06-30 00:32:06','2022-06-30 00:32:06'),(3,'62ff6e98d77f1','AIOSEO just got more powerful with version 4.2.4! ๐','Easily eliminate 404 errors with <strong>automatic redirects</strong> using our massively improved Redirection Manager. \r\n<br><br>\r\nThis update also includes some huge improvements to our Image SEO addon, making it much easier for your content to rank. ๐ธ\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.2.4</strong> today and take advantage of these powerful new features!','success','[\"4-x\",\"lite\"]',463,NULL,'2022-09-13 14:28:06',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-4-improved-redirects-and-image-seo-updates/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=improved-redirects-image-seo-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2022-08-19 11:06:00','2022-09-21 10:48:37'),(4,'62ff6e98d8704','๐ฃ AIOSEO 4.2.3: Introducing FAQ and Table of Contents blocks + URL Slug Monitor.','You can now add <strong>FAQ and Table of Contents blocks</strong> to increase your visibility on SERPs and improve user experience.\r\n<br><br>\r\nAnd our <strong>URL Slug Monitor</strong> is a powerful addition that checks for changes in your URLs and prompts you to add redirects which helps <strong>prevents 404 errors</strong> on your site.\r\n<br><br>\r\nUpdate to 4.2.3 today and check out these powerful new features!','success','[\"4-x\",\"lite\"]',414,NULL,'2022-08-16 12:14:02',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-2-3-faq-and-table-of-contents-blocks-all-new-url-slug-monitor/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=introducing-faq-toc-blocks-vv-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-08-19 11:06:00','2022-09-13 02:23:47'),(5,'6321ecfd56865','The Next-Gen Schema Generator is here! ๐','This is a huge leap forward in WordPress schema implementation, and you definitely want to add it to boost your website SEO! ๐\r\n<br><br>\r\nWebsites with schema markups enjoy better SEO rankings, higher traffic, and more sales. AIOSEO 4.2.5 makes it possible without touching a single line of code.\r\n<br><br>\r\nUpdate to AIOSEO 4.2.5 <strong>TODAY</strong> and enjoy the power of our <strong>new Schema Generator!</strong>','success','[\"4-x\",\"lite\"]',492,NULL,'2022-09-13 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-5-next-gen-schema-generator-to-improve-your-seo-rankings/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=schema-generator-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-09-14 15:02:21','2022-10-21 04:44:57'),(6,'635223c9dd0fe','The much-awaited SEO emoji picker is here! ๐','Now you can add emojis to SEO fields to get <strong>higher CTRs and engagement on SEO and social media platforms</strong>. ๐ณ\r\n<br><br>\r\nPlus, weโve also greatly improved our multisite SEO module, making it easy to <strong>manage WordPress multisite SEO from a single dashboard</strong>. โ \r\n<br><br>\r\nWith AIOSEO 4.2.6, youโve got more tools to help you rank your content, and that <strong>without touching a single line of code</strong>. ๐ง๐ฝโ๐ป\r\n<br><br>\r\n<strong>Update to AIOSEO 4.2.6 TODAY</strong> and enjoy the power of our new SEO emoji picker and improved multisite SEO module! ๐','success','[\"4-x\",\"lite\"]',512,NULL,'2022-11-28 20:45:42',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-6-new-seo-emoji-picker-multisite-seo-improvements/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','๐ Get AIOSEO Pro NOW!','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=emoji-picker-v4-lite&utm_medium=plugin-notification&utm_content=๐ Get AIOSEO Pro NOW!',0,0,'2022-10-21 04:44:57','2022-12-04 05:57:47'),(7,'6382047a17762','Black Friday: HUGE Sale! Get Up to 70% Off AIOSEO ๐','Our biggest sale of the year is now live! Get up to 70% off AIOSEO, the worldโs best WordPress SEO plugin. Youโll unlock our NEW Link Assistant addon, redirection manager, local SEO module, image SEO module, news/video sitemaps +more! PLUS enter our giveaway to WIN an Apple 14โ M1 PRO Macbook Pro - no purchase necessary!','success','[\"4-x\",\"lite\"]',534,NULL,'2022-11-24 19:50:33','2022-11-28 00:00:00','Enter Giveaway','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-enter-giveaway-v4-lite','Claim Your Upgrade Discount','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2022-claim-your-upgrade-discount-v4-lite',0,0,'2022-11-26 12:20:10','2022-11-26 12:20:10'),(8,'6382047a184b2','Announcing AIOSEO 4.2.7: Google Merchant Center Schema to help you Boost Visibility and Sales! ๐๐ฐ','Do you sell products on your website? Weโve got great news for you!\r\n<br><br>\r\nEnjoy greater visibility and higher CTRs for your products on search engines with our new <strong>Google Merchant Center</strong> Listing schema support. \r\n<br><br>\r\nSo, go ahead and upgrade to <strong>AIOSEO Pro 4.2.7 TODAY</strong> and get more tools to help you rank your content and products!','success','[\"4-x\",\"lite\"]',526,NULL,'2022-12-06 20:35:55',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-2-7-drive-more-sales-with-google-merchant-center-listing-schema/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-merchant-center-schema-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-11-26 12:20:10','2023-01-09 04:42:31'),(9,'63a3d53da8121','AIOSEO 4.2.8: More Control Over Search and Social Snippets with SEO Preview ๐','Get greater control over how your search and social media snippets appear with our <strong>new SEO Preview tool</strong>.\r\n<br><br>\r\nPlus, check how well youโve set up your pageโs SEO by getting an overview of your meta tags and basic SEO.\r\n<br><br>\r\nSo, <strong>update to AIOSEO 4.2.8 TODAY</strong> and boost your rankings and drive more engagement on SERPs and social media!','success','[\"4-x\",\"lite\"]',560,NULL,'2022-12-06 20:35:55',NULL,'Learn More','https://aioseo.com/new-seo-preview-more-control-over-search-and-social-snippets/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Learn More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-preview-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro',0,0,'2022-12-22 03:55:41','2023-01-09 04:42:31'),(10,'64754f0ba7098','[Last Chance!] ๐บ๐ธ Save up to 70% on AIOSEO during our flash sale! ๐งจ','Did you know today\'s the <span style=\"text-decoration:underline;\">last day</span> to <strong>upgrade</strong> & <strong>save big</strong> on the world\'s best SEO plugin?\r\n<br><br>\r\nโก Power up your traffic & sales with our futuristic <strong>AI tools</strong> & <strong>Google Search Console integration</strong>. โก\r\n<br><br>\r\nDonโt miss out on these sizzling deals. ๐ฅ\r\n<br><br>\r\nClaim your discount before it\'s gone!','success','[\"4-x\",\"lite\"]',721,NULL,'2023-05-30 00:00:00','2023-05-31 00:00:00','Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=memorial-day-sale-last-chance-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-05-30 01:19:07','2023-05-30 01:19:07'),(11,'64754f0ba7d9d','[Memorial Day Sale] ๐บ๐ธ Get up to 70% off AIOSEO! ๐ฅ','We just launched our Memorial Day sale! Snag <strong style=\"text-decoration: underline;\"><em>all</em></strong> the SEO features you want to surge traffic and sales. \r\n<ul style=\"list-style: inside;\">\r\n <li>Save time with our AI <strong>ChatGPT integration</strong>.</li>\r\n <li>Boost <strong>rankings</strong> with our <strong>Google Search Console integration</strong>.</li>\r\n</ul>\r\nFor only <strong style=\"text-decoration: underline;\">1 day</strong> you can get <strong>giant discounts</strong> on the world\'s best SEO plugin.\r\n<br /><br />\r\nโกSo grab your deal while it lasts! โก','success','[\"4-x\",\"lite\"]',708,NULL,'2023-05-29 13:43:06',NULL,'Get AIOSEO Pro Today!','https://aioseo.com/pricing-lite/?utm_source=WordPress&utm_campaign=v4-lite&utm_medium=Plugin%20Notification&utm_content=memorial-day-sale-2023-get-aioseo-pro-today',NULL,NULL,0,0,'2023-05-30 01:19:07','2023-05-30 01:19:07'),(12,'64754f0ba827b','๐ฃ๏ธ [AIOSEO 4.3.6] Announcing Content Rankings: SEO Performance Tracking Made Easy','Get valuable insights about how your content is performing on search engines using our <strong>NEW Content Rankings report</strong>.\r\n<br><br>\r\nThis includes SEO data to help you <strong>optimize your articles for better rankings</strong>. Plus, you can also easily spot <strong>content decay</strong>, making it easier to combat it.\r\n<br><br>\r\nSo, <strong>upgrade to AIOSEO Pro TODAY</strong> and boost your rankings and drive more traffic to your content!','success','[\"4-x\",\"lite\"]',677,NULL,'2023-06-27 12:55:16',NULL,'Learn More','https://aioseo.com/announcing-content-rankings-seo-performance-tracking-made-easy/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=content-rankings-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-05-30 01:19:07','2023-06-29 11:09:56'),(13,'64754f0ba8789','Introducing SEO Stats for WordPress - Track Your Keyword Rankings and See Important SEO Metrics with 1-click ๐ ๐','Want to see exactly how your content ranks in search results inside of WordPress? You can do just that with our brand new <strong>Google Search Console integration</strong>!\r\n<br><br>\r\nTrack important keywords and get in-plugin tips to help you grow your traffic. <strong>Plus: Try out the new speed test tool!</strong> ๐\r\n<br><br>\r\n<strong>Upgrade to AIOSEO 4.3.0 (Elite) TODAY to ignite your SEO and outrank competitors!</strong>\r\n<br><br>\r\n<img src=\"data:image/png;base64,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\" />','success','[\"4-x\",\"lite\"]',570,NULL,'2023-06-27 12:55:16',NULL,'Learn More','https://aioseo.com/google-search-console-integration/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro ๐','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=google-search-console-integration-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-05-30 01:19:07','2023-06-29 11:09:56'),(14,'649d66840cdcc','It\'s a Sweet Sixteen Kinda Day! ๐ฅณ ๐ฅณ','<img src=\"data:image/png;base64,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\" />\r\n\r\nWe just had our 16th birthday, and to celebrate, weโre offering you massive discounts on all paid plans. Save <strong>up to 70%</strong> when you purchase a new plan or upgrade TODAY!\r\n<br><br>\r\nPlus, we have a <strong>sweet giveaway</strong> with 3 prizes including a <strong>Pixel 7 Pro, Pixel Tablet and Pixel Buds Pro</strong>!\r\n<br><br>\r\nHurry, this deal won\'t last long, check it out TODAY!','success','[\"4-x\",\"lite\"]',766,NULL,'2023-06-27 12:55:16','2023-06-30 00:00:00','Get AIOSEO Pro NOW! (70% OFF)','https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Get AIOSEO Pro NOW! (70% OFF)','Enter Pixel Giveaway!','https://aioseo.com/happy-birthday-aioseo/?utm_source=WordPress&utm_campaign=16th-birthday-sale-v4-lite&utm_medium=plugin-notification&utm_content=Enter Pixel Giveaway!',0,0,'2023-06-29 11:09:56','2023-06-29 11:09:56'),(15,'649d66840dd1c','[NEW] Set a Primary Category to Customize Breadcrumbs (+ WPCode Integration) ๐','<strong>The wait is FINALLY over!</strong> One of our most requested feature is live in AIOSEO 4.3.8! ๐ ๐\r\n<br><br>\r\nWith the brand-new <strong>Primary Category</strong> feature, you now have <strong>full control over which category displays in your breadcrumb trail</strong>.\r\n<br><br>\r\nPlus: customize your AIOSEO experience with <strong>clickable code snippets</strong> courtesy of WPCode!\r\n<br><br>\r\nUpgrade to <strong>AIOSEO 4.3.8 Pro TODAY</strong> to ignite your SEO and outrank competitors!','success','[\"4-x\",\"lite\"]',751,NULL,'2023-07-25 13:50:35',NULL,'Learn More','https://aioseo.com/announcing-primary-category-and-wpcode-integration/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=primary-category-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-06-29 11:09:56','2023-07-28 13:06:43'),(16,'64b5a92c19ce1','๐ฅ [New] Advanced SEO Tracking with SEO Revisions & Google Updates Integration','Track the changes you make to your content and see how it <strong>connects to changes in your search rankings</strong>.\r\n<br><br>\r\nPlus, see <strong>Google Updates on a timeline in Search Statistics</strong>, so you know how they impact your SEO.\r\n<br><br>\r\nWeโve also added many more new features to version 4.4.0 of AIOSEO. <strong>Upgrade today!</strong>','success','[\"4-x\",\"lite\"]',801,NULL,'2023-09-19 21:26:06',NULL,'Learn More','https://aioseo.com/announcing-seo-revisions-and-google-updates-integration/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=seo-revisions-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-07-17 20:48:44','2023-10-01 16:24:10'),(17,'64c3bd632feb9','NEW: Announcing the AIOSEO Analyzer Chrome extension! ๐','Speed up content reviews and technical SEO checks. This new free tool is designed for you!\r\n<br><br>\r\nAIOSEO Analyzer gives you a big-picture view of your SEO, bringing problem areas into sharp focus. It works on both unpublished <em>and</em> published pages.\r\n<br><br>\r\nAnd itโs <strong>100% free!</strong> Download it today from the Chrome Web Store. And take it for a test drive!','success','[\"4-x\"]',809,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Learn%20More','Download','https://aioseo.com/announcing-all-in-one-analyzer-by-aioseo/?utm_source=WordPress&utm_campaign=chrome-extension-v4&utm_medium=plugin-notification&utm_content=Download',0,0,'2023-07-28 13:06:43','2023-11-23 04:10:46'),(18,'64f85da394f27','[New] Improved Crawling and Indexing with AIOSEO 4.4.4 ๐','Improve your siteโs crawlability and indexability with our improved robots.txt editor. With new directives and advanced functionality, ranking your site on search engines just became easier.\r\n<br><br>\r\nWeโve also added many more new features to version 4.4.4 of AIOSEO. Check out our announcement for more information.\r\n<br><br>\r\nUpgrade to AIOSEO 4.4.4 today!','success','[\"4-x\",\"lite\"]',832,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/greater-robots-txt-file-customization-for-improved-crawlability/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=robots-editor-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-09-06 11:08:19','2023-11-23 04:10:46'),(19,'65199d2a67c7e','[New] TruSEO Highlighter: Instantly locate readability issues! ๐ฎ','On-page SEO just got easier with our new TruSEO Highlighter! ๐ฎ Turn on the highlighter to instantly find readability issues on a page. ๐ฅณ\r\n<br><br>\r\nThis is our most requested feature! With TruSEO highlighter, youโll instantly find readability issues flagged by AIOSEO.\r\n<br><br>\r\nUpdate to <strong>AIOSEO 4.4.6 TODAY</strong> to simplify SEO & get traction.','success','[\"4-x\",\"lite\"]',848,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/announcing-truseo-highlighter/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=truseo-highlighter-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-10-01 16:24:10','2023-11-23 04:10:46'),(20,'6539ced0f3ba4','Elevate Your SEO Strategy: Meet Cornerstone Content in AIOSEO 4.4.8! ๐๐ฅ','Introducing Cornerstone Content โ your secret weapon to boost search rankings and dominate your niche. ๐\r\n<br><br>\r\nBuild <em>authority & expertise</em>, improve <em>crawling and indexing</em>, supercharge your <em>semantic SEO</em>, and more with this game-changing addition in <strong>AIOSEO 4.4.8</strong>.\r\n<br><br>\r\n๐๐ป๐๐ป Upgrade today or click to Learn more!\r\n','success','[\"4-x\",\"lite\"]',860,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/new-supercharge-your-seo-and-content-strategy-with-cornerstone-content/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Learn%20More','Upgrade to Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=cornerstone-content-v4-lite&utm_medium=plugin-notification&utm_content=Upgrade%20to%20Pro',0,0,'2023-10-26 02:28:32','2023-11-23 04:10:46'),(21,'655697870cbe6','Black Fridayโs Here ๐: HUGE Sale [Up To 70% Off] + Giveaway!','<img src=\"data:image/png;base64,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\" />\r\n<br><br>\r\nOur biggest sale of the year is now live! <strong>Get up to 70% off AIOSEO</strong>, the worldโs best WordPress SEO plugin. Youโll unlock <em>tons of new features</em> like <strong>Cornerstone Content</strong>, <strong>Search Statistics</strong>, an <strong>advanced robots.txt editor</strong> and more! \r\n<br><br>\r\nPLUS enter our giveaway to WIN an <strong>iPhone 15 Pro Max</strong> ๐ฑand <strong>Apple Watch Ultra 2</strong> โ. No purchase is necessary to enter!','success','[\"4-x\",\"lite\"]',894,NULL,'2023-11-20 00:00:00','2023-11-27 00:00:00','Enter Giveaway','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-enter-giveaway-v4-lite','Claim Your Upgrade Discount','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-discount-v4-lite',0,0,'2023-11-16 22:28:23','2023-11-23 04:10:46'),(22,'655697870e7c6','Cyber Monday Sale ๐จโ๐ป Last Chance to Get Up to 70% Off AIOSEO!','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADICAMAAADxy0fQAAABLFBMVEUAQaP///8CM4QAeeoAS6gAMqAAWK4AaLUAa+kAJ3wAd7waferz9/0XQ6MAAXYAh8QsgesAAJnV3eoAlcsdPocnTqe4z/bm7vnN0+IAHpySnrwtRIkCodGmwvTX5foBXsEAZs0ARotHkexofrpgcrTi5u8Abtd3pe68xNmXuvGxuc4AAYETUKkgbLjDzOBhmu3N3fhqeqUAEZyDrPDF2PaGkrJrn+46ieqMsfCkstN7iK1GYJiPocscZMd2i78AaZquvNk1Xa0AXZQAWdE3UZCbqs+GlsUfXLUUduABq9cAQLcaM3ojdt+jrMQkRJ8YcNYBUJAAYdsFgqkCd6EdgMBabJ0aj8dVcbRVlOxIZrA7dcYAAGBbkcwAUOVxmsoAT8QrnM8nY5dpsNhGg9er4sszAAA2DElEQVR42uyYwW4UMQyGrcq/LSwt1hAOO9Lc4EolKnGtisSFAzfEiRPv/xB0oRN7hFMWFRYW1b0k69hx/CXNxHRqAXJnOOrX/Q5/xxEGOC7aM5CjguQ0Xiw6YpIGpVGaFKzCaVBqCydPJmFgGp48uZJkkQexKpfRsoYxWI5BjlPndxwxiVCdrVgvdFla6rRsHb+7uqJ7Uk48ODoxHzgZmKvbit/VvLIgde9tMzUuIoe0JYJqS1hIxunOSZGzww/M+TalygNFaqtaTny24ORIeviLofnM3xWzNios2GVST5NwWiBzuWVhKxC5tZa7FMHtilxRLAPihH5ow3yTRsjSO80PwfeYouluHjE1Aw+z1q3lHmrCOb+crRCBaXlCWKGKTjpbMyfbrpGFZ293FgyrgECcwZ6BZp9cr9EV3fqAdP2VyKwEot5bhwB/BoSbTM3RFd3pIVLnrjADlwEKF7snch6nc/u/uwaydZ32qG1WUgIh0UDFC0/e5j8MBAkI7gGCDgQ1EBoBITWEglqkxPMJGQHRDZD6GEUs0RkpMkFNeJQr36zSDxiay7KGzHMJhMh1Vk9uMxAeAOmbjl2u1Dn2q+tPTogYk4WmPiFoTZfuCQEE5m7l5kexjcvU/k5hGs5ZfSdB0tXIqO8QqJtLdZnFnT48IUQHa40LN2erPCFEaqZ1hqTF3N4Mg4t0u+7zEjBGPCkzqAfxcAOolF/TPMwWS9kOOf5FcxYPlIcJHmIBHJWtc3vyPcqjPMrfFh4pzu1mPGMBBp3c3p1CtnH8L/f1ML1Zw0RVgQ+cCxZmvNIgNcUqxLw2Z1LluVQIU7fgpGBVCgtCF1G5nSnmHn27DYn8O98KLKmtUhderFmu42nvtPeG/iZpzdKDoQloR/M0v/385cvLVV68fPEiOp+jffg9JI05WITBwSJLKN5imml3NzcXTx1ubTFUJWjR4uFSbL6HkuKNu9o1u1t0TBMPtXi9SrOoZYiH415bJPcrbXxn0AhuO5pwfXO5f7Y/gTzbX95cY6KdOcENPaHM1IOSRRBrLQseGSFF+2Dudelf7D6cIlTXEKV8RcGMXBAWwYax7iG4TupYDUAe9isQcFNQU6wlINgnTNeX+w+v3108OYFcvHv9Yb+/nvDJAPOUEl5DNaDZzB0CqkxJLlRz4ORG6oiyYeTZ1Lkmpbw9VzwAggxEZxeEi1Ro7ECoydyD+QZEfwQi34DYCoTwynGzf/P06dMnFxfPT/D35HaqN/sbso+ADoF4BYSOACIN6ghF5NnZhIJUBiLDcsJIAfGv7Jtfj5QwEMCvTQtpww5ZrC5HfTFKQiBugpEHwRhNUOPD+iQPut//ezjDwrYqmPX/38ndtUunXehvZ6ad7Wm9aFM6CLRwOc94tpAwXrIQoqa3YvIIUsfX6Dr2BQduDf8ZQkysAVWkb/TrrY7lp0DieHvlEoqrQATNjgPi5l37eU2C5nJ1K4EG6xfKWo4+CBa/Rg0wTgZu/eRuwAEhH4te9pzFux/eeFhCZflPFavgkNwI798IZyAk51xvfMOlP9dclgjWvmPWei08/6CdBMmaSYViJcHnhUbtffl5P9a3CuDfxMN8DREOZRLH9xfDcuhu0Pnwy7euUv7a9bC8ZINytbJZ2WyfpBysP7Nm/DWnF1N9ekWluzyTUMpvdBpO3ZC4ciKSJFJuFp/oz9sYfi/ZSLlvZh4AMP1VQKLmqyTUpKZyvlxVFVaq3gJ80J3EV4eTzOVEBGq2326u/osvmwd3U6X4SeqsxWqb1VWdobQWaN6abJSWc+iyomwVGM7VkKCkScmhSaIoHZDMIc0UVy1qTMh6UudgVJuRNLydRpqJpOzFv0tkxfk+eFSCPXkalbIElMpZCiUj2bVgqi4a69R0iMbKgB2gZqPk0Ixl1MGeRayEjrHsNGA1qdcVJCedO6cy58qcgGRsd/VPiVzLJ0pX37eTxyIgKQJJ2B6BRGWZ09Rxezik9CqDA85ukUYs7yqLhtM0bY4EEpY0GaKoWHrc5ZCyAgzxJfWc1HcD6uxKHIGnLD9QOVvIELHH25tfdHLxN8pTyy8O6uJqcePipxDky30HZgHI7njMWDRgGxwbFnGg2SsUQEN2MO7ujmglXR+x7IgYkmoXHVhas6jmBJgsK8VeNfaCFGEdj1AlrKCSnyVnyfVmaX26dkxBXrZ++WZZH+4Lc2krxzmlvv3q9lktdnX5bm8VX7KQukYf1FWc90BkDP2toedQsMQow3s76iOUlisECG0e5V3CyiOQR4IGG6C3qJ6j4q4sDhaB5GWRudUc5Cx6Jjcfn1wU2kuLBtp/JKz7z712WFB+z0SuP7S/xQljX0ss30ygXVI3DsJYTPVXOrjtHZR7Fcxabz8EUil+AjJKCZOrjzpFDn9Q1tDk92C4pQ9/OwIBsigOZiAdVTcGu1EnUq8OLLIpQ0GNhMq84pMYBMKezD5LCJciFXjzck4t4s/8SBqNe/H4aEi5IJflDtZOJV/II9R+Bsx/H/3h1m7ZXBwQ/+ASopHx2EVcx7flVr8S0zM+CB2QZ/te+S6Lw2QhSZI2ivtAaOqtIvfEqQuUWIGBsQbIaiqDSHasOeDU12ChpQbLSR1/c4w4HC0kabPabVMUAnnugHhHi+T8wQo0PZObAaHF4nPHczKSzvppl8tC+exRUmcQ/iSGgWehUrukrvgGIKSuZyCYZScKwrOQSfb1FNQNFBSA6x16HXJBKNwDojp0+B1UyOUABrW7HcuAwkBqB+wD1hKijuJIAUZZVB9IHYdDEDQaxRAsHY9+twRE+AdRCUZwBoJPoIOlI7QEUMye4TqIF5NccvWLkkCsWQiZaCjcCN9oIXrRQq5DB+T6aTYBGT/UURJhqEAgEc2YDwQLas6ZM5C8r+jqKAOMPqzuWIE/gMDaaFI3gECUMQRkP73Z/IYLQORnLCRYtxAPiAg9IGIFiBDrQMhkfM+4kpcPg8uBUO3DGCJcDPGBbF8UYGaXnu3IxzcKCAiJA1Jhc5MzZFIY4qF6sgqqlBE6KaJa0ZJXFYyCvyEio/q+H72c4vwExHgDU6h68QUxJPRjiFwAMqfqguW4IcRXZaMuW2qv8HXOzw9u6KRwZbUAZCOfpfX5Uwt9kzUcrBqylp9FdU1jR2C8zZoBkAcBaZpeTZ1aDnjFtk3PFW8OA5z4qkld1VPgwFI5HsSURW+lW/desspae+7Av/6bpsI+2ofIJcPbbB8VYFxSHMbMLxVO1BxNOKDY80U1d5qyxeMV0jEfqE/DudI3kNylFy/bh6zIn/c/cNfLt7+RV2l2NhFjrZ1K7sS9stR+rn/cbPtJh/vqYwMVriQZQw5jj7Y3/4pjQBfKBcelb27vJeS0frJY6ChgRTf//ql/z9618DYNA+FA7XNxG9wshC1QGK/BQC2g8pYAgRAg3kKaxkM8Bvz//8A5afLZbdx2KkwMuG0hiS9OfJ/PZ5/PZlECIvcZEe5S7SEdKXrNVkH+XW+vS3ICkbMbr2z7f2SvftjqHCtdwXKftfxLze3KiUIGu4KMSHeDHR57RsdvWCcKO4I/RjHsuAh0KOXeRyvK8MUCXWCtfXdNk09HuFGMpg9HIylF1o6wdNYuHdsTurS2eqCg1Z10C0sG+6lA79YdKWsVrEpuwhIyXzhMgYx2mURjxEXaR1EE1V8mVaoNJyAriTL2CReKbKuVrR3Ya9oU0Y7zUSbF4JbgSRXK/fKQhxfr5TE+mQ0hziEHnGukalR4aZgkMhB4C/9WX/9M5HXcLgnE1hmT5PCB5ro+FSMaAwKPWyZHT9hrsnfUtbGLr531tSOdVrVWq9LpAzdVYNm5wHmAyYtcJH+iwlcCAr5SketczDXJOgaPfyM3+BXoUj3TIWVVLkH4GmHBMCiwA4hUU4BEWZyoL3c211Z2QyfLw65pbfPxuTzJ4sgBBGu1hSZPXnMAAWqQPM4E/+JZEgGvlHDjuKViAiBRDYhIIwcQEQRkVJeLnE9mQCQAkXMAieJMUZKPa6YkXRwEX4wXOBtdJGjOUSpjE3L9TEnrJssrJUwF/NTGD2+D0PkgkySJsyiaBET+GkBEMyCRC4icBARpEwt8tQFSJkWb4283Yi8w98SCqd6PtsyYnEFZGJBIDreyuKgN/CMYC4uKBYSxyAsXbLWqOdfGJuT86iRRz1RumWQFSPH8mF+WP0RlRnZPj9zWkjjL4rLSNGgIJg6WB0QQeRcBv60IWHwkAqlwpwJ+Q+O+H0HHCMgsqzYAeeYBAs//YLg1iAviE7U1HJ9vDwdb22XCYHuLr8cJ/Wdq0O/HFW31C56Sr+QZZzCs724PtvrDqq/ra0i/kgMZBUM6DxDEmwYWdO/FEMPnEdT8LaR1M7aSjMtGzgMa6GitoLXGkKw706mug3DZiexY31Q4nabpEGksFkJcNABR3qY/IuRp3AdLrGUYziWGN4Fpe69/KBk2Eai+5OW1O9+43H/O272g8J4AISfy/80CfiP5Nsu7CDuR/5wotn1Mi8SeSe8i+HRQv/b1VNKuSS7VPQgtnRRKeVEYMuTCae5hMrkWSC4wx70fNsQM1lg3aZHtoYQ/M62FszZGQ+5KYV9GuMhEyhdauls54tz1AmovAU6qNK0HSq7fUKepcbyfRgTWQy0SsiBkQJ2Xh1AENgnUhnDufD1EiqLgi5tcdKSMaEzAJo2C0VB9M14Z2leR6ZOct0pLaTeB6s6wYkxEHUNCmuoEBBwK5a9ZF+jIWR7UGGqsDAbQSpUaTzuDdT0sd1Kul0wFQklThQgfBOeRIewiFooAxlAW4xAE0DT5OFj+uT1YkbB2FAcAEhjeaDfB8alJe6gLqhQSVI1CrtLAppv4ckXY586eKCwTFVUxJPW1uyeg8YKnQpMWflUmpgZfFiIXITnETRpRB2JJreeHZIcAweAMNcMqhbDNlpJlCSUG1WFAoklAsArb+khqblJIINQyDUCqcuAD8WIlMFwkfzl4lU9CfcA5FV6IaFEkKDEBiCA/lBRXTbvpST5zAIkWAUQuA4haCBA5CxDTAAhFiwAiJwChECBRDYhI0bqHACHSLiBeorvDs0CwtQ+ItJKDX0oZZx/cXTRZccb0cOvh2LvHFGiyhD3QMhqCJsvXEKXqHSUsKgtpCGI30WTZazQZWJ/fJ5161dgHBIvJkUBikRlD+IiBNbokSmJGy4gFNIQ/mLGI8iRJpM6TnK/88sZZ/HSYxQyZiKhvfcXjcm3vsH9wZxiPMRxYJvgNM6a4CZC4ZNvezoqnLWXDjP+K8ywyRvAfv7ZyYRYntr48zAbkNNUGHTyCIVd84dhx2ArdZ6jnbixEtGwoaXi+0etIhG3I65jBiN49uXv38cW7T95FfJG5gNhUypMR/2MX9aT9sd8wptToVCecUlwKIZOahOCDRTeebLIGkp+wzxijjeKTgl0Rle/gd5nU2LaF2ewvGXu/JCmgwW7PhgJbrMs5C3Z+VyzeMl3tLEpG5+6sbXSrOdSNy09EIuOqXHH+ZGVMdyiKbaWrEs6unTxZzAturvOlFA9WQHZvnzt3Lbpx7EnlaZRtYmZxmh4/jyOlRCwHNjvQZc7v8dnBiD8t3o2zbX/FPcaxTLLHU5Pmqw/Wc04qOGS2Ud+/+fYeyTHo2ehd/Vi3135zTz5wcqjR3bwvvZg3VpjLsyfVW+fvCRlg63ZX7rxL8r81iM7C8fBBt1Estx+tZ4Xc8w9guNjutFqnaCzYlfr+0Xar0+qsNkt448tzRFkhvxCd5KxarXvPg2zdy5+eR38lJHGciDtB6Rxtte9REXTtCd4SldHxUChGo9O+Es6qfepp1Y7EyRMkNDP3+BWdt7PYTrxdH0T7nGQEyss2Ryb3N2aU+jqL5ZSI4tGmU3uL6rteGBDI/wLLsNO+OEPI/BBnxcTZPZgNyG3OjOntTLYTrc759T9pNkWG7ufz5/yk0KpoOyK7qGkOIq31164qsOCtbCOmDadO25vtozMyu21ZrAQHJFZmm5Bb/AqmR0E2NJ7BtTi/z6iH9hWdcm4iKhH3TUqyweNK3G81UZZ8QJFD9dCW+p7bxtwsZH+en34AlCxufLvRhKBRKzVrEH1cnW9CmH505+HGVCkJGfiN0d1HrE6VQMt69Ymi5n1FtSY/Bg/CjsAFv59WdUCTZBZ6tpXc76JGh0p9huXf+/qp69V0Jo7CPuA1WK2QCQGTfZC4qfuykAlpf59bWSwf1T5EnQr83w9ARDn+RKFNIDLAKNm84px8TiJFcDPxj6xyFqQbQ75y6jtQ1/5p0qJepir6epRvmyez0QAgndbO6oRV74iDG1MSvD1bzmPVivMZtgGQd8ImBHppqXK2jCJWETF2u0lU5NyNciIjmr0V00EuWLooHE4SQoEv0UpiUTQA8X1jAKRwFMG7JzTjWboEo9caFnhek8WIXEWDUgDSyy/5DVZpQmbR9VK1KJJzTIhls72JlUUqCzdatTuShSrgXGwIO4tCgIjci/AyONVCe9J1NCRaREN8QCTi/4SvIXFyd6J0J4/evnnlyoUT17vOzXH79LKUNWxBr33BtyoFbThPWmoE5JR82AXbNK1eGGf3cYptEpFrhWae9zVkeUAk+RqyhA1p0hDYEFHbELOT3+962n/iTLuiW0drF0ol6t6px+C9giEglIip7QzbWaid3pWLnNMUIPcOW+MDvtYklbc67S9gu9liyffe3z666vezyu5x2IbMBwRSU6GteWf3ssILGgJ+edXQy5JZuuOKqnui1W53eh1LvZennp9dKVE6wwUuK+vBL+C/xsJ2NObkWI6d5zcmzAWDe2XVtyFMbw6/Apafe1N4dMZ1YP2Bx1bm1zrRnbLqreiQLZ7fywqFkgradYTNkuOQ+bGH46E36OqZdqtXioGHWqdfHD98aM3eblV4rB85/M216j3HfHevsJxLQW96VdeC+zG579nqkm/NH07aFwwsqaHioyiIhqdX8IoWszGxOz85Nq0hdOjgTEeu/JOGjz+5uxbGtmkgbBJJrl27ifNoGvpIsi5tR5MOSmHAOkJbBmUdXWnLeI0Nxv//D5z8+iRLTgID2nHAAFu24vukO+l0D5NymwfG2UIGB0uyiK563h7NmmqKh6BrSw3gV63eCQyBVXV2G0WQtlpnylosvdhf7RR3gH0vISWd+Zk3QLNqQj3Po8HS0HRI9vtuK6vnxONzbZjljK94edoG7+GTfsppRldlsjHwZ+FAt6RIcpce5ih1Mg6eeV8OsRhIJdsHeJggyjgKQvYZKB/lh3yrTc4ckLeYQsdpaAaIdHo4YIvM6HbWcnpbsYROs8xgVXVP5UmCZr+1pKiQ9CLL2QqrZH3/W6OdYwFE1TRZs8IPCerV/wcgqsBaz/Dop9MDkHhEDksug7NEgaFWiVmUnqRoHDxdpVSKkC/p6ila0UUOUdol9YfuFU2TCcAKAIGJJcHz1iEy240WazTe7ijSoKrjMRgMKpX8+4hHSkIxkCGwhKdomeBOVa7YJAdXirtHugjdkILZTzs5vppgQEzQbDFTIZg55gS7ER/T8lcLp+xsWfHQaNayCQKtSt+UsCljymQyqCiujpgwFjN98GMmsDzKyQQVshBT9ed3h7ptlqj+5DMFznpM47NVSde/Pf/tt/SM46j2GosIqBACZHdPfSUmGHZwKJgEHtiIzwXV/On0az66lIFL9oroLuKoM6+9dkdfN+pSfOCrPeeQfBmBERaB5a2SCsH+/v72h/ew5VfnUt35AiP81wS57pIksudEzlotdCT9VvtU6UWRTJ5jn2Ce8IEIZ+Thyu1x6kI1hRsB7HYSvlmtGOGr2LYrzjAM79ar2bqo8yAiGdDZjh4bQrjq5nh4osYASI7I4Ajzyhi6VZFkuALBylFU/o8GDUix+x9Luv9BTC9fb25uvmg6EhHxm1hRLDNVRYUcqosviLKKL7pqzkWF19y+MeQ0iuGUjABMS4AYYS14QRrh1UAH9hER1fwyQPLoWhb7Gbb3G7rylXSV4UHdAZDsD7oujnAkAlWR659BpQUVYup+TMVT56qjtDBp/WQkg36b4yEmAlQIpa0daiY0zG4JBtjG5gCEuJYXT2KCAxAm/8YBiouQAABiq1/SBCDu3ICE/C5kfTZBLq+8FA8rIJyujrjhcXAv3xIOBi3vYTDT8k40/gU2tJIjytNnfTauvQwwD/PtaatF8xAtq5g53oDAACB8LkDcbtPNASkLfHRduEHOBgSTrynKAcksvBFFF7ejT41VSm+SAgLrW9HRnNG47ZQILOYNKlAhVi7na2sskqaa+59W71lUSKtCeEAI6rtK34UzXhEQ3woIqdSm6tReGmU+b4p5PaNA4XgFgCDWW1YAbEcNc85fJYA4RUAYABHt7opxGJHq1MEAKqTkrPBBgh22F+VN6/H5ywGupCYwMt94OxpymCBEArHaAATDeGahqH86Zn0ahkjGzUPeNtb3fe84Wf/DCdeSIOKI79gF1gXhYagQ+3bFOZPJlcspSGCmxk9hcXmQbGp6lLx/aN8BScJxucX+fUuLuBJqMmdfQeac5pakWdn+DnWBVcXuIM6SOPuUnHlpdstyej+2vtcXcIa/kW5qxp+tWOdnJSH+lhoX1UXvAVYpwKOUwu4PVobAslJCWPX2ZArsefwW6t89VjY129vbtKnRAA8+1jZQt89y8hcA+UJf+kAIz34Wgxs7yoqHPLszp4g4W9qZrUKIvtvT2G/g+2HWPXvL8SBAVjS1CEvSHBKvoUq7XGB5caZwvHaKFlmstIaz3BbqsuUjezPggb3JWwZIwdAYhlFDnyEL1d58gLARb2gDOQNzcKGrkI11ScsbHdPqVX/yfTCPj8vCZmkzyCvgQWQmMPjvic9degdGtjDkjaIO6XnSwuvYIs1VPwrXHcOHgZiWCazJ5eXV77ufK3Mh1cKL2xtFJtZPFBWyfK9I69tVIgnI42mT7Q7woB8eE4yqsxdZ/0qculkGVq+mq7uSoswRqeaG7p1wWu0RHhcDW8wVEz76GLGXkFjYkx1fXhAmXc0UKIlmz0l/uQDI4nc7SjsLVRM62Xlnmkf+Yo7HBU1PonSf18R3N2GlghnYNFM5fydOXcVdiYr2EUqorcGZyzSLprZjdTKRBd/Yan8gxQ62VABEixs+54oXCA4iriae16q5e4Zjz+isVXkYqMuszPkX2kIid/osI/qvLVpjbD3rOVYVgjCUbDQQGvEcMS0UQgnc95lvD3x1MVoLN3x9J8mYEduJWQHToqip4YsAkB4B1DogUOrg65b8JMWyNkYEn6MC4igqJF+fDS6PycRU+62jO8fL4SthHqo6JHX+RTxJejB2PPAq9NfkquLRHx4ddZmaBq/HejcBg0CByci2U/eFbjtx0KokCheOVIhTt1tIOAAREhDHBIQDEEkmIJ8qX5f4QDkqIOGRG0XnFkC4CEwvEAlIpRLWXgcw+eGceyBVPfivOf8uYxN0LMWOBET+cVmRRcNm7vnlgVoCCKm/mYAI3y59DEBs1aQEs5ZNxwxBZXDfOkNcR5TOEI79NqaI8ABI+3z/xc4hPzcAMbb46YNXx54T1mymQDrcA2MPsvgRbGQACPE1xcK7kgcBls0KDCn0XLYfHMQiy5kOCIldfMZ8gDg6IHMeHwq/AKNtneQYgOzfDXTn2EUpswYi4Xq7Gx3S/e2TMTMA+dSmQmhcO6HftEizVW0tfC9RIRuqTklH+sVxJTGgX068CykBK15DO+vqBPqWH5tZmiIXVhdaztYMj00AYsSp/9s11J3y0j9hyIf6FotMdyIeZqGE4+5K6pDwdKvHdEDUIzxs8QdXzefNa5gC71Qf1Il6Xm4LhApf+BEWqvpiXdLPv//++5erCf1+eXV5lRQCxWTcvvOgum3aNHOXDKdU8qsy5hYRL7OdYBW5UG2dnYcOj6K7O4FmDMSMJD3fMY/wkpOha7GpqKXknJytfrRXODshQD5ULmTH6V5a65voYiKkO8XuR2oz6dJrOAjbTVj8bcxN1+7eLex71+/Xt7q7vP1DGqsOj6ktrY5IYFMhRDyEwZJuri8THQwDw0Slx48cLMf0XkI7kjZ5yOOuoEI++fUBeQjnz0GrC+/tsphMIZxQAZMNqn7e0ZVnfF7es1qJobdTnuxPTwMACDdm2Lv6vfjEuIHFcvwgZhZdSrR67xb6xv39svXzR04J0ygJvZ0LDTbVFAjXwzvBDECI+j3+k37oT//83ClGlPT/L/ODKIRIsFq4EaoDoRXy0bCwwYdREkJwyiEHVMgMT4jFV18VYxerfMU4unXeIn9eTZ9ZXUmHM0M9s21CDypEizGEGBdj8Xg2o4kQ5GMhOP/WM3sXTl1OK+9pthMFEObc0pCQopsEkmfhf7KEmGEXexE7IdKsdsHNXUhVVSFi7B9MxyOLjDppzDgLQTNNhVSfDV4q2g1aXVpChbb/ml1PnTlvCiEr47XrltzQMmWuIfdfTSYZxXgvp4PM47fav7xKMGQHpSqE+53pGTAya+DDmSokURhGmMkjxG8h9FYCIkMJBdjuulYQYLNGMmEz46w12xZ2kOVZ7NEGdhRbyVuYTuDe6DZzCWRhIiJvceBwfDmIVcjYjHpKAQm7L6aFkm9n1tnFymfzLCPqC4eG39jIG+wVJduW7NtF4kFkJbUUZXa5Vg8KQ11jZ0mpepZYbHHBDghz6W/bDfxG3fzOmoKLJuMpIkeNEjjWFxfg8SsBqVDzfXIkDHTznh/jAWlmheNeNTvrrV4vvTeXCjn5wvRub1XQB7S6BMRhAMR5A0CYy9VjJBMQpwQQoc0QZ+YMYU19hiCKin01tMHxIIej709iQDz7LgSA7NmR7SxvV/OX9SaX047dMfMWXylhJpnf2GplMyhqdUam5r88Q5zyGaKWqjcAKSVm6JBZM6Sp6hClitBovM8PG4HOwQ/BwS0Rm19jr1+aIZudIKGDRTpklHScbgvD6NAI/e+8v3zvfnUBL2NLk0sq4DmNPsniR77NrtyDd/vxZCdvKHVYqkQ0HYIRagAypw55MzdGPvMcHXZ5pB0AiXYYRT8dfvH+hiTi4McqB+P4z0uiizTC9fpOTA8yFb2FQCv3+c9/3MnpQWwkIarWs6nmeB6hO1h6iHYG0VAgIqydrFk9vkLX6fHjiXf0R/Jw/NJcq+urLKcsV9ItqsLDp0DYbnOZDLSfczBbW7HUmDqZZAekoRyBT04WpEooeteN3aj75BXdU2L/6wkaW/1eEmkde6vuLi3xV9+hmUZZ32iGK/IYqtvlT+hqOmYQ6fn/qhNDiXBbZ2fO6NGzp8TClINOHnvpwWIUnktqf92TJATwSAz38t4jSV8T0bglYkzGKGqBnK3W+XmIdhqJmJhstkrtqFnSk0h+SSVsh7L/R496ScP/ke2kSJWzs7Ps2/RQWNPAHf+FNuY9T6NKgTBePRuZ742v4BIe/f9Ye22IEJWw0Np+2u3KFFLRq0wls1mhi7fNYfEvUjlj5gGEz8FoQlqX6dMB4UZX9v7fIu1gVWilVkeVdfhP/XFmMt10HHNK8BgIR4uERW8DW3sr69H/W4wIYyXXtXIwbs4hBO/HbhxYKAu/5rOMTQMK0sn45lP5IwGbw3H2Imp0kTl6VmSRJJejOrqf4XFMjqj5ExeTYyXUsSYkIDg6x04COMPXtUDsP1p9sXkskOravKQCPGuixBMCuWOmXF3GYMiH13w/z6Hp+8BQCNQ/dtd8ehm68BP1rmd1E2s1qovEsoBIRg9V4g4FIV6rZQsCB087TP4ovEoIdOHm7WWUnuC2ik6u3bfW8LCak0TJU8wtqSIlmLCW7ai5QitXgXjHLsOnqB6jUV5diDgXRbVmnoiNs5rgqJ8s8noRXZRgV+IuXSFZkZey7ToptmzN7dJTWTIDZ5+K79rLLbkcX81ESeh9s8YLFbPBKZiBASeRWefMXmYYN/ACw5XUXtqWaTkXhVrvm2tF7dSyG4odBYAwYl72vc1aXkmFuz4MlUxogMgJ4PL0IRWQnC08hpVYl3IxT3rA6Vr8tK3qCwARSZ/gNRyx6NX4OJWpakV6+Td4ptxw7IAIV+WzACCYIXMBgvdBU9AvtgPS5U3XBkiXAAFqnDhnAOK4FkCc2YD4OSA8B6T5hoDQFOYWQDgzAcE0wtSxA8J0QGYXBTZJFK29WdFs3/XNp+WnjMZrI9lqCiB+k/Pnz+MmYft6BIEC9RCzNvKTV4VFQLhw0wI5ayzK+B42r/epsk5W1DuMrr9hTgkgyCEuRPJJujRa85216zAhU2RlN2DINRSNKGOn82Zkosa7MdHItmqdkIIpRBS3KAXEGZHib/KoyznvRsJ3a+MwXzYINy8sWbtu+lHcH89YikZdSfs0E0j/5kpKliWUT/DIkTf8kAg6RAcEleCzLtTBTwnTuynpvCZhlN3gyuy6KeMX53c3E/qpa7sfcmdz827SQHZu8bYnFu13/RcvP91biWvl7By+ELKwTdGIzcXz2nXWGQ8TbiH0J/sdtaSgY8jpysvXrz/fzOj162tHlkVKB7/dTs3YyOn+IJsfca2mwIi10/fcVbiYdZTQ0W3Yq+SOG8GLV22HG3jgvLDz7EmhAY9FFM2MHz7Vz0saj48ifm6GS/80LOmMOyv54R/1EjukmqdZneHK47s84u0pwzQM+U7S+A/157YVB5rlV0K9gTIDByc9drMG33D/c805WbpN69TdU30GnpKF16hJ5Xy1Eli8g3qSsaDM8xOH4Fs9AQewQ80VqC/0YAgN7EMRnYdzZC34ZEG6geeXv1ITMJ72RY7finbCiC+8CQojIyXIFrMChiPyvnq/HfGvGiWuIfdPHo0KI3lYcNHpZ51Fe7pz7+mzJzvlTifbr0ZhGR78aKh9T59lQStBIRlND46vhZAu5wZpqHmpmT+nUfA7o9A+hq8PoySztb0wlRyiQhV/aYJx8B3oDovx56X59YOY11QKrGSIfWH9HhQlQ55mRpe7yWX4TsAJ8waIKhEZboPqDICzOkYcAKGv4V8Eswrb9A1hojnupBPxbiF13eLCH8EMl7pTvBkEvuN7Mg9XszgW0uCifXz9RgjDSY/56yOyniNFBgbQFvCI1WEwy18HYhxyCcECSRz1oVFg5HCm0yk4Z+o8c4CFWe9wce05oVGgCQ/cCLGhyaJ+Hq8NJYwQMfzeNnsZzK7xAr6FYbNjJlnoJ6/aM6t8zeOW3SsYnULntRLZoOo8NmZ4YyflfKg6f+dJOJw3pHLz5Cz31dCFJyGyP2/JXZesH45KRWAuUS/bfGBw2QkZwlnS2+vAkqcU2h69QIVMoe0METX01d/QBhjc8t1x91AroxHf6RZL/xCJmYkD2NyW3xLjohDCaktru+ApAlwouHIiui4yyinfl2fVaWGyz1PWLtny37OFLTsVku8/YfAuLMJtt5TwfE9NLxjyuAvIoNyTlLk0vIrq++muUfoHSVEc2FeMQEQxLTWvBiOzA4JX6ID44LjiQU5nQRcECFbuikjOE7xHjw33ww0ihMHqy9sYkANbOljhVc4jU4WgbyshAoGpM2QUWAeYdMtqd8cd/VvqC3qtMi0NoDcFEGZ3lOPgv1VM2SHFq6Xvc2BG3kiOH0+c2rg7GhaFNnLi7up4BBvrH9er0t3q/vqGbYoIZwTXd80fty/R3TFUCMZusJzkDDrYCGxTZAuAIEpVk7FO4icXCjVnFEr3YRxo1Rdg8DIdcNmch4J8TuOiEU+OiZwF6Ps+7upjqO/lWeHAssSVkUj++xONcQd5LUMsSKF0k+5UFZIXikQ0Z5Zu5uPlwBKa0ktZh30OpiAAYe7YAeyd2Hl+Wf1/M6vWf75jh47AkM0yjWFBr0qY9Ce3ZP0P0MbHsStj7Kj4bHzkRN8PzXHKziEBdREpzryjoJBAW4/8iAPVF5/2T05e4BdjK06AILhRpW0tpO1I3QbdQa0ytITAuhGnIbMQ8zqKnmDZrjAmv7vb0MJsqCZVFtVWiSvbtDpGfbR+C3KpILOQXREqRE3OUY/ddvvSTZEKLFmWBcjoUTbAKsX7MguCrlKgH28MEOhlE5CW8XUbuU7XsyZ+iDiCrGIFJRQ1dM9ppQIUUQBD0pf5+1Ao8j39cRSLqQyNZVTPQ4Fw43sASMjbWslLvfTPLUgDGEYrxu4XPwtfV1B7YDc0iz66UPVIUSJ1/jAoifMYLTWM4MEVKAqsJYxqMfezZQHGl32AJYh0h5h3v36iLGZug8CS5wAdy8o+1RK7h4Z8yRmza9TaMqruxGms8NZTGczxUUnh1HrvywBtExoHmqTE4G15XsOyComtvPgcywArmG6C5QC43QqBBVOfoSZoxHnQAjrrIfEhT8CvjAAasoy+ghTSOVY/0YoaGipELwbWWvrWtiyEWa4EEKwqy0v/3Cge0NoWQFBZwFjUf720OlSlkRWPrsqeTp1aGbYQrDbrCzv6lCGI7Cok2QF9YJrRaUrL+O3Azup+AgjXtb5Zq+wGBBZ2K5jipkzfakHiFMGiIhLv6u2zBH654610Lxkr069DrWjQW5NlbMdYbWAhnKiQV9b8TtQF1oYqIELqvD0r3sitwViIyrr20j+pu/J/EL3DzO08DCPmTsqoSwDRsSgmDUtVEG9AhMC15vP47WCLkSwDIiqFCjNGJke2pgikFGQMJ4KKyBI0pTH4DUC20rpTI+4MbRXyFYF1gapasMe8sbW3vJouPDhxeGvupOq7H5UOpKco/oEDBBY7puc+1SzyVUA2EkDW7WXOsw0ahD5deWkIRSG78ByBVCr4vTEvTYGI4oWxMcvxxXm0ZxVYSNo9OZ7MY0M0bpSmP7bf4LoZmPF4UT60nidJ7uEUzVxkLe0AIyTZTwFJe+a1HBDMLd3EBYmUWzCgQr6zZJnNAIGohTVUnGGhUdR7AMQVsHXZBZY3mOxeMVis7FG4vFj3C2SCMzuhLydAUFLVugxd+LO9a2FqIgbCnd5duXLX2mrhQKYVVGhLUeQh4AtRfHQAH4w6Putj/P//weQuzZftXmgdFE6n6zhqPC6X/ZLdZLPJpycjLPAYXJmL0FwoKwFEZ9AJQGgWSeBshxgWIVXILWIyQVdPiSIlIKIdCOnAr62Yk8Io4tFSPUKe8dUuYorxCJkcbYT8SXYXl23ekj5fgU1no18Actvs+bihf0FIzgRkj8RvA8MuRU7dtFnUhcQj9G0aUaSsouAiewTRSWfKpDfyV/m0WI2QkgcaDcakoYgACQhnlK0IUm7uY/nVSDQcmmMTUtBAmD5r/aK5VUtcSL23GpqduBlaXQhdhSzk3NSbIoL8uxDw97aMf5DYCXgZU2Yl53jMiqebGO0X6kCDUgInVUJwbo03zD4a6Pb+LePnpD8BPMC/rVYhd+xXBJZ0FgMGwFF5xrzf34C7DaevslvUk4gLZGFJSDhVuUmF6lJ2p55EbIudDhDV8MGr3rYBUIXMuBrNEKNFAZJKFKkAUT4dO4I0KLMFE8iCWZha0jmBM3/ueMS3R4YpgJArvlP2rvbX0sLxUqxxy43YYm2Z4XT9Lwim0WI7PYUoUgOi/DLYkgOnYNJqbAeVKD12goxVdLIsxLBi0XtrTCVoDpEP6pLDNU6nxgCRSQvo9liFGGpIrWRTuZBdThQJi+UB6h1NQqVlu+f3/AbAp4BIS529GNZgRmLYjPD3Sq9u9CD1d3TVQFsHtAdtsSVViweJC6mQeQO7luz4JBeyfo0NqJ+RgWl92iQ6bvgwSeiImGxkxmCV1o34R2/T0MlGiMb1moPUxMHsZejDCsiU1hqWFtCDGC96EgyBhoJ96y2znv5wOCcGLvfauCjWTIxrZCPonoiMssEzTluSDnt1dlto5wUjSGdtIeRVm+IhuBDoIRrNhZC9ENdVATjUT3hGLJP1bgwofAjwzIrBirdCoDG/bUnVlEhR2/GKbEYQQFyWzIKVdoW6ENKt2c6ib3AN03nD5Hf3UcgUmjYppPcGK0BcbDmYW2tnFnR3beUFoTLTM2r7wSZcjUHb8aB4n6evKwPNTsZgZBEXkgDSHEoUyV3I1KWJizT0bwsiYxSBQTE5IrvILuiUHBgAhEYD/yge5Agn4UVaIRaLKQcQRPAEarqysMtSDFwAkuBxPaRzASnhoBX6FNmIIvdb3IXEgEytX7hI4YPtswnJzCKzv4aOASzEgNjSC4dfjDHytgcFBFKYIqHYbVB1GDItylfZrbgrC2vhoE6umICUEGpC6EK4EKoHgclBy+ZCHiyShR8oW9cR7cEpEhbUt2dmScvAXUguAWT0BEUOyOkEm/2gs4lSjC/Zp2joG6rfLNK9BNl/AciUF7Pu0IUFwsfo2MHsbR62AVEkdyG1fOf6Io8KVqwenUcXXUzHqQvR5G1nna2I2/IjmrnZSFsSVAxnP60BKQ/yMAeBihTJA+TVqZusz8vYxs3BLtstIgZDoAqIC6kEUlYO88VyfjlkUUFspdikTaOLHnchGbhujlqsAM6bThcDTsu1pFnRkDTlO93aYU0eHfeq7tOQryvkhheLhTwodmaGupCNniPluFMu33sR8UT8CiLtXHgwi7oQiUdG2F7igQtNp/Wzpuz5jjk1Ut1JkT5BNlcdf79TrlbXc+/vRDztPU6RW2OulO/xhcqFzC9C7c62lC93L8+EPEtbAnLL+Hn8jSCHhYzFhZw7HiUvZ+aaY5VAbb8AKi2wy3nqGvX2/dv3n+5dDNP2fJGnQieyyNcGVIxrOIxCKcnfoe9GoPDYwJPtppatnRAtoYC02IHbc18T6gPbCL7BWZhh6Yo5yYJ3rZV1d2fCD6ypzDrmQhzO4l0/6axnSFdIaqbmRIZ18yG9TdMkI5hVIi7EyY4L2aMdtoKIOyltAjcze7fTGoIG3YubrxXzKXpABiJzIfSlDP5borM4/SAkQvqJfLpx48angz2AZ+g9PpKO8qy4ELV5i8gf9ghJGJdGzAO94K0VSYKdlcZC4bEkc7PT9IBiGraynfWEY1F4+B8jkk2nEoyLxbnPZgQUsRPqQoKsuBDCSOQggE1iVLZJlpQ5mDybRKvAo4hcYBILqYGk0/T2+DgLv5LmGJldprNyzSGJCmkwK6MuRG/egrTfKSyyGJ/4jYEEkgEyWbHJZqDtVV7apnQ90FMm9ZHOejY+9PE4yq+FZM4BAzRXvk25kVSFJZNjLzMuhFssuUoja2BFd3bDsPwA5PFDLGSs5soxknd+vHljTurgY+c65khLMA+IC+GMJZqw/lW+OGP2KwyQhYdPYAzNYNZcLpsuhHq2JIaL5TdiG8egC46nmSpj9OHryXiiFtkunAHLv3xeANJ5RyrUeqjl3UViWuBCrHw+gT6rxTJatXof/zCZjpsAZPYZs3HMhbCDt39LXLJ5G8YN1D3r0ecWy78KvLt6prMJy//64esLsSNauZkOxwdQRyStfVO+rCukrvRltaVRbeC6AABNj11X9JuX5M8v6ufaOE6QAFJcQXdBMKs229IfsmNzIa4lM5eK+1dcCLJgnpRfsIXCK3TBUFt+abImJ7wkirg7EzKlbfuS41ux7iTm4MfjZXZ0TIXTvV0WFn6fBkbYiBmRKgEIZMrvzEkhYJaAFMz1xgecIEFINaJkZVTXZyVICNmbTiQxr13peZ8s30zKmthorr1QZRu+o56TgpvLZq/fmYlCpbNoui6JiyoVKC3f77F3VIVb/QrVjuxK7mlLVeEoyV9WlULazasOOHjm1ZvnltV/1686NLlKtnG3pf53J/4ap1uIj/T0S2OUuplwIUK8qnewf+yDQkoeSy93vG+yDCei4rKDY18IOVNvXF62XvUevf+6025vbF0NfKY0JcXZpEK8HHqoVg8O9kkVstJ9ycNtitMn4bmSU29WXxz/p+5CyKZTVQoxvXfccj9peVZWIUJKsTx/cHQkmh07SCG1w3ypJMlzkg6uyg4PxXOv8Bw+X5Hl5DwRV4wb6fSVNi+URqhFUCF/kShPqu0mSCaV1kRJV8mRlO7SkqDzKZAX18Rz8UvVJ7vAg7YRtol8SDbmWBBPU0bohnj9kn5ZLa/Nqi5LioBJKdagpBean78idKaUBkGFifAXeWCKQa1CVgifBWeQgdE3mpGnbXRNUgxUp1qUgWXhoMC2kCJeqMXCuTMq6471v0it+BKr2JthfTEpzij1TpruIadmLhqlQs68gmftMvyt/MWkOJt4eGm6h4z6+cOVNvxFvwXIUJSHkx5lExD2sbbhz5+zQzLSg/z/7Sxf/M2jAMLf8g9YrNxJ35rWKutQG4Bk6JC0v+AklEF4qf8cffzS0mziQcQ7ZXKkp38xHo2hoSKak2atws6X+r8ITa0bgYlkYpKwwZOHhjI5UaTIQ+RNpq45OiCWQX38BzixP6k7qxBSzpJ0zXmUtAqKmKAMMCavzQShZbLzi+O95ie5IwwX4zs8C5xegfJ9uXgIcAr5F8BhIwTNOu0IgbqsI2RUQPDTtocK/9oI+UvinuonTqOs/48UeixjGctYxjKWsYxlLLncL6Opr4IEqjEwAAAAAElFTkSuQmCC\" />\r\n<br><br>\r\nItโs Cyber Monday ๐ฅณ. Itโs also your final chance to get <strong>up to 70% off AIOSEO</strong>!\r\n<br><br>\r\nAs soon as you upgrade, youโll unlock our next-gen <strong>Schema Generator</strong>, <strong>Local Business SEO tools</strong>, powerful <strong>Redirection Manager</strong>, <strong>Link Assistant</strong>, and more.\r\n<br><br>\r\nDonโt miss our biggest sale of the year!','success','[\"4-x\",\"lite\"]',905,NULL,'2023-11-27 00:00:00','2023-12-02 00:00:00','Claim Your Upgrade Deal Now','https://aioseo.com/black-friday/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=bf2023-claim-your-upgrade-deal-now-v4-lite',NULL,NULL,0,0,'2023-11-16 22:28:23','2023-11-23 04:10:46'),(23,'655ed0c697054','[New] See the Index Status of Your URLs Inside WordPress with AIOSEO 4.5.0 ๐ต๐ป','<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAADeCAMAAAAkRKZWAAABO1BMVEUUGjcUGjgAAAATGzgfJ0rR0tj///8YID/HyM85QFi/wsm6u8K0t74AAAAzOFGpq7Wvsbna29/w8PL19fYsMUfk5ehPUmPf4OMqMVAAADilprBaXGmVmKCfoKkiKEDq6+12eocAACltcH5ITWG4vs/Px8sAABqnsMxnaXWPkZkAAA6Ki5R9f4lncINfYnFWXnEQH0mEho7k6/W/xNKVpMqlo6ZZZH2vt85NYX+Jmsk9SGtzicYXFRPa4vLMwMChvLUDGUGZuLB+k8gmHjYHrGKeqMcbOWKMtKMApVHKuLZtfZerwLtdesTJpIYJhFMUATXJ49QAO8xBl3EAnzOSyqlusY2mJUIXWdLJqJ5Usn+RpvBbgevBzOey2MIwSJM2rnGASC7zggQADN6quvHpK0wKPqjEi5hRHDq/Zx7bohUVAAAAA3RSTlPAMQCthFUsAAAgaklEQVR42uzYMQqAQAxE0awRF4vtthZsFLYSCxXBSvAU3v8c1uoBMpB5V/hMikgVRAmEhEqCEpAgolEJRFThvQLDIGAYBAyDgGEQMAwChkHAMAgYBgHDIGAYBAxAkJi/PH/X7IPkM32dtbplHiSmft/erlL8bsQ6SJeW+5jfjrUd3G7EOEgu0938jSmrU9ZBHvbMZtdNGIjCC5cxcDkmASeImAImlUUBIVGp3VWqVKmLvv8DdUza6Db9kbqCqj26GsL4mMX9GHsS490b+lHvy49SsGov8RvV8iEhf2WXf0mvsDmQzxk9Kqf3nwZ9M0gptBaPkroWfyZVO1erWnyHRe+wDvcAJKcH3YGUFhiAx/++tLBSrIbyYYgTP1MNRApwtUN5JyIHiN1pD0CeKX8GRKMvMtaxxbrirFjq9RWP+quQbLieQmf1t+VIKo3DKeKp3sxZeQscUTVETRqVpldCrk/hi5n1M9c+vgDtDMjzClHoiIKgIOqgBGA1+y3AAwu9heKrocJ5IoCUopYAQroikt4s7cBJOVgOqCiPw5wSJNRDrU/RGsfGWeEE15UrpXaA3H4N2wuQjJqTV/McSE8BHN5SPEC0k0ItoZZJYKjoAFUqnOkIOUNMrbW1c22LJ4qcRTcq2LMphbTmyhEFRRjOl56BTU4jWqYayp7ys9CGISjDjM5jN2zf3e0ESPPy1EbGmGh5BCJh6Igl5+zFk2BVLzkUeogYSIGKQqYYlM6cOHskg44/MLGZAssAukF6IKkG4AIeiRFyzKc648u40ILhNYeE77JpcyI7AUIZnQqv0wMQGV1DSq+ULV1Bo6XC9U8XEVLQKqu+AsmqvqAJBR36A+WRyPJWx1ThQK8nSiAYyEhEx/SM7khP53OQioWaaMryi6poBCqaDIOawvE/kHuFTOfZzOfxuz0kJ68CMXVATYWlZooATOse8g3IAvArHlGAASG5il5DoCkGHHM6Wit9P9UGGVHu68BA2Kli44wig5++Apnp2GtszmMvQO4V8rCHZEkcVxrHXFuFIkfl+bR8SZ8BGR0DmTq6QCGkDyk1WdbQ6czzqV97ZmmBF11IJwbSYj5RE2S5B6L8dAw+JEQUnN22RHYD5Nd7CEshIAOLrAGG9kANxu8qZBx8hRh6gkRM9kKpWdqu1whyCtYuyxoDBzS0dlkhl1BZrBVS+uIAXnMGYoopgKjFhtoNkF92WUOtasUAAmUTOiDpwHSwUAJVfgdkREatazOqDRUW0XLFW6pGSiGlKJu86ucDu5/YGFILBAyEuyyemcAcaVGJAZoT7KYlsh8gd30P5Ahbe1dC5N/2c0ZFQ4nfXAqDCOYbEL9vvGasWU4GL4kKImMosAhoghTicKPe+bG4zygMiXpwSHVOfoEbZ6JjRtXmm8iOgdQuejta4fdkifYpHiGsfBvGyyDsFF6U1Va9fY05NdYaDpiTeJ4v2sIkYWqwpFFZqnRx/Ahcq+SpUpC2Cis/Pk0vo0Gl8YQ+iVvF9msaPnW+nLbUPoD86rcsaQH5zcfSUpZg1VJytFL429rxJ+ngpB4AOAipHYBBA6WU4vYI5VPrcgSAx71sbTmus0o4n9xBk7ULIPQLIEIqfTcqpaQQtWLdbuXNwKla+LAmtVbyZtYc69Vxn3+7j/xItBrr1caBp6+O7XlsD4TPQ3Lyyr/+3c9D/k1tCuT/ieGjNgfy8zP1V//P1LeTxBf27qA1cSAM4/jhCfPWBQXjuGVWmCDCwvZQQmFvIxRSPFpyUdBStLbsfv9PsJmsSVNqeygDeZu+P0yMntQ/GUOYqDkx68Tiq2o9iMzLauIQBFZmLtZYBAHMi+VrYxFESBC2JAgzEoQZCcKMBGFGgjAjQZiRIMxIEGYkCDMShBkJwowEYUaCMCNBmJEgzEgQZiQIM0GCkH7TgB1diwqNRzymVoQIQjoC1VCucNyc9rkxhBLBOQdCxfKY7BIiiLZoyNBg9OQ7K5MZKu56kTqHGrGYDRYgCGmUsuMtIxD8DXZqvo2So7hV9atIqgtt3X2e509RowiL6ZIhgkRoMMYAtwUA+kKPFTf+clEgdfcPm81hnUeoWQ5jVoAgiFDIkK1Wf2B2f3cALZf2lqB/2qEaqVGslIrHrYpV5bcPkrp0vb1S6rB9clUGHn+kEmIPsShkWD0+rpDt9/udWd7cLKsgSiXD2K9aldQ/bvPDB/E7yDw+3Klt7vBfd4KgGUSfCDI8G3MJoppB5g/bbgYh4J0hq2hxHrc8ZJ2fGrI2V5v5XReHLNDz+lN/qXcsyMnDXpyNkpiRJE5+9TW8qT/sXS8ceAkYBFRuZFRter3LCSuXEw1CgeDSxcI5wlGH9hCYF/em+dRFn5spKs45XIOZEEH0OwY9bl6fXPQrrzOnTvyHPpv1PqlBb1Ys3gAl0h9l8QHhg2BQvJd/3J1vc5owGMBfjEBMMggwpUMYDr2p1encdL2eb3Y9vfVFX/Su3e32ot//a+zhjz4DrGNYLd0vIUDMZs2PxySy1bdv01jQt+w5ORm5Z0ewvhWGg66OQrRXr6vyocIodJwI0ae+O0j6ubtlz8nJyD07gvUdIMQI0d5rg48VaeD4VJYjRcjZTPBR/Jq6nS3tsxaetJQpnjROhD7pxIT4c2UYD+BSSn48fSPkzWtDrYatmnqF30BxBCHwqjzPMzpnDWAQbmjp3e3xoHvWCrc0ToQ+TZ8djsNdTBt6uxOCkO5GiPbm9Re1KlarJkKUqed7fqg0XiLhOIoUICckaFo746BwjlWfayIErq7W0JtEL+kF0phO2umhpm2F2Per1erhERd2lHJ67HoJgRzRbb1AYHBPDxQgFfL9brW6vouNEJsQgzpEVS1HRWzD2OoIzDpFiIbTWEHoy4VI5duZop9HQm6vr1d3t/er6A1pFHjeUIwMS21y5jZVMnSo56gLRgnxArYIpCEEc+3aCIEISdG5SR7HJHsxj7LlT7AotuPKtzeKHkfIw/X96uF2dR2AkGGwcDuLRSTE9dpE9ejQE646ahpDj7QMyMLzBh1SGyF/RAgnLxmBQm7vHqwoSiw4ljNJqbNYzAJLiDFV+ZBTk6tk5EnhUWNBFzODLRZWbYS8yguhQ0p8Aq+D9Jbz3vyq11suvySPkBqDEQL8uoNR/e4+GSH+GNMtPLfs6NC21YUHO6tWY4jeDsNJQ0+EmN65T7p+25v4y5/9/s+r/s38cklNKsRYchYl4VE68lzBXZ9z34iqyLOTERL8uLte3aslqOW0V5/Eq940QtqjAR2EMBaGvZur9c3l/Go+X/Ycg/PZrD2DR2Ze6NHhbDYezEadcDYa+4MRSaFYwq5yXXUhMKjH3N46O3sfS3uTk8KuixBNjz+A2Agxjca44Q6MyXBi9Jc3y5srKG8uCRGE+q4rfZcZUnBi+NI3pOFCEVU+sQ26ybDhYWHDjBFCX/xKPRpD2u3uZgwRwhRCEj4S5OLqgvYve3Q+306l6stGiGFVRCV6hV8WeYwISdboUPBtv0NyYDNJstVZRGaWpSnap+nXx5nu4etZbT7tjUEhVaHJBgVuWO6vQyj+Jbua0d0VkMU30AH5w/mHxznfd3e4NvdDUnRRfPlpPgV0f0Jf+ebpqfyk6IqinJW87VWkRncMUySNYVicdGMHQQ0FhJRE20FdbuFGs6zWYDCFWZZ8Hh0bG/wgmB99rehfqf9bVrwOGY8HiRCWVVKqTw9Ukj4To85BNIk4CO69e18hRo4QIbgwlNhPcS4ZJk8UIJb6zMjXFf6x3XEipDuZtJIxBDup9LXPqutA+QCupjOFjZV7wUblWhYL89WHOiwMcR0SCWG5EMEzKHaFw8HjTRognGN/VgO/x6REwtbokbyrhZDdsywg967CcJd9AHJGH+osvzFmiB0X8GkxtVoI0TJC0v7kWzZ9fDlfzy8uot3FxTrdLnobBZn2MRxJ9GQaodFUsHCFeij2P1BjIa8yb1kJ0tjC02v4agmfMS5hB/vlFWzL5eXNZfRItr1I/DED2fR5plEmPCiTqRCzGQWGZaqBS9S43wKilsMi/0C9heCgHndm8YqHYj3v9+fraDef99dr2KBYl4sQYFfY4VjFwGgihAeqJ4UrbW4GLnWh3oeqUgT0/xCCH7/jwhDBxcgjMLqrPcs2ydUU5r3c2EQId2noDYfCJgYTNDS8jmTOqSJEqYEQTVOKC8MoY9pPoX2xCocLTNlCyo0QywkCK7AsVXUC1W7atgW5dISUT7uFvH82IahDSz46Cae7IiQ97e2DFZpDgaDjvEJsDD6Mgwd10FeeYLeQt3q1rwo9XAjqULKzLAa5QH8fF+xQBPhAIc8ACnmjaRWUHC4EdeSE5BaF5cA/gjGCudgsB5MRKCRzqzsuTwAKUSopqS4EdcQJyAjJ6WClUpLxJKOj2CyXBAqBvicBWvk3F7ZZChLsFRIbqaikuhAtlYERoidCYordvQd2UILM5Z8RQmV8s8lsMsZMc2RZrMkC5ymnvdRRkcKgnl6oVZRUF6LFKrZS8P8YyrSH98yjCulQmMwIkY7j8fFwNpVeODOGFp36ExY86bS3uVeIokVUUFJdiLa5CpKcXYewnZc91BwlQiALCeAsq+nSpsOj69jkDpGqKYgwS0YIecIIgVTBSBUhyTNiioVMMgvDU8KlEIkRoe7hlBGCl2teyRGEaBgYUCRbIxch5JT8Zu4Me56EoShs4jqvpbEFQlBsxzKXTDKjvtmMeeM3E7/5/3+PpbCdtN3YxoZ6gFI6nEmfnd5LAU1aicRS8e6H+PUc9YkEIIitoUseCgTBA/zdEsWQvwuEi56HUMn8HwsOQf/AJVMAAQ0kWa1DvCyL/00gXMAhyd02qLNWl29QXYwhGEFA5JFAgAP0+yW8DuGdQ7ikirjhjJhtsiXn6EXqC5RjCrezKAKHlBXrujVlc6JalFmW57k9Zkwk16S9lN3rkGP/gM0EQHoUi478UbPeIW98h+j35rMyRjbN9mlrV70yzH9kDjTuM0joEFmWWm211g3Nt0+kv0ljnkyzlVti6qqgfh8Q+KIVfsSPBAIesMjClouODxyCGKJNoxNhVNNoY5pPutKKDYluqKEKHnAIE0SsEVInRSGkbRZcNEIZpcq6nufTA7FadMWs23o8jwKC3GqBFWja4nX3wo6fZbUl954phehuKBiwohhSZvM8O0QTO1QVDoLdX4wuGT0ECEZzt6GrHgek/0rsekD9UXc/ZGWBBFlWih30iAGLMGA5PSjLqp2QLI8CEvx4YRUQGQ8Eo1Xf/f3X2xUBa4Yr9eEsC365wxoQtxQStzgeAJJjvteW2CZV7BBUkJc+AIhnOofBHaHJTS5+eP/lA7KsrufcHuuDF0YCannIOx0CZkA6DsgRACpgcx8Q2OPgCZAHHP+pE37AMbF4a404qBdUH0NC6d6YresruzZjaWrXtmAsdUs2AkhskX4M62p3AYEVAgbeMBZlWVMLASQGwj8r4nZRebnknFfEEp3WI6ffqR5xHbLoAbhKMHi5pvFAEMrhjBMNAPL35rJIAIiXZQlRLlfSLN/XTJSrJ6mVEjIdO7lY3+2QRcjErmOBeF44eCT0i139IcsBSYSgNs4yRmzz3Tbtvu/Wm82aduudPdjvbMUFlu/9hztGbVN39np3rUFih9T5nJVKs7RNedOiLtMiq+9wSD4mqMfD1sLryhFAED0iR2DX/wCOL+wghmw/bRNjVg1jnG2ef/5Yf/+x2fz++dzq5/77z/1Pq+7D5+5De9bPtv7cfvRjg5Qs3oKMFw5B1xajgnpaBkrHxBD0GTLeENCrm4DAHlEMwW6Bj/B+COayEk6CEsFa7TYbYuv2h79br9e7zZ5ZM1gxfNg17NbP1imuxgZF4BE6JFbuH0wkxJATo/vi+mHrxSV7IBqhKVjwoNzfmu21CKBothevFUz/OHwMBD3WFRhMAp/cAgR/yq3wBajAJ6/CF3bYo0ThPph0v94hUJZfelAOb/qMdMjC80hkjmMwvh4I2Loyzq+w3J5lUa/xTMjLeAOHMFbmTBRFXbOSZWk6z5ta8ILZyF6nGVO8qqedfg9/yuioRYjpSiD4Eq/wjztYZ69D7IYduaU/Xh9114AVBBE4RGwrLc1HaTQ3xggzp7ei+mbEdrnVn4wWKc+nne2dnRtJ7NLtQObVNUC82XwcePueTr85IB+CO4acOGfuyDMDramXA0JD1hgesCDhOUQwroTiXBFnpD/NOVOcuGJSMMkkFeX090NmXkdBfhtMEgCJecRfFh+7Ag75+s6WyLKY0kpVxiSJLY73QgS1QPbP+/1+44Cc/CczYhZxhnVtDOEUtkw//d57xKeAwwDQBSCgF6QFrvTDSq9FG9Tffmo+vPEcQtRtiUC8IOeQ3feNfZeNrQdcMRRJwCHKsu5V+LLa6KBuFfddtPSghoCAbuyIWEh7vz4Zo1+/9WKIJwSR75diCIwyNGABy//21AkiLrrujPrzzgMB3YAJ6thwyuvXM2109X6GLAuR3K1eP/cad5OKROSOBzpkvADkqEXccWeG/xAIcITX+HGOG41X7jpk9rlSyzcD1yF0ud9BbWgkS0S0tAUcUpZl1zv9c/BZejhyr4Ee5E6qyyCoj1d9AIJeDCd54+QVZjoFBNiguAXOARlL4q11CbKsgTtSd96w4gI6fYOKKGmEMDIp+FOlW1RSCaUTqecqLaRMDFdCSttORtIEQLwsa2C48W0UA4GrziVs8V9x7rmsKYQBK1aHhHdAjDCfmkanzMjttlFcNo2gpa7UnAumnxKhLZ5Ea1KfNJsACLrmLBXUMeiEQMJsNr75iJbwOwEEWRYlU4BJhBSJUFa2SGz1QANDVs6yusiK9k4hy0o3AW8P0rws5znZgzrL0jqvszq1H2ThlfpYEYAEvdfv0IDCZ+YDcafc5BD8ReELOx2QqtKSPVhcJMZURmtjZGULo5Ul8ut5/2zXn/u7Y3o5XhmAzIYcEmdZuEYEEJxwshYPflD4wg6yrESICQYspaqqklJ2+0q16dWm/RcI9s8bf14XZTRVmKPyMMVZ1ux0V6IW9e4BiJc6+3c+Ts4nwoLH2d73q+VnPJflix61iUHJia9D8uENQJBbDTwPdGj2DdUBCWZXrhQA4wYVYghNIFael/u3aPteycKfv21ArSwDo2T+kJVGm1V9h0OgqP/jqN0CwTk4K9rwSfQd/ittnKgDwseJzorPrxJJKlnBypQlbe7DijQVtsKYSNPSFLVmKXMnMEauXV0O6lTeNtuLPjvTiec/e/kC7QcfLWIci1mQItgmP4bY/5/Guw7hUo2RHCASDiFekMizLHM1QUqbbdVoW36RbNUsl+bTaiuTZrXc6iIVufmsqyejG2O2hq9W8oq0t7jRIQv/vp7XECSrYbB5gbbzDomFb7U68dQJJZWU1c2LrJIhh2Rl++tOWRqQybtQ5Y5qyRnZRTSMJUXuHEu2qbB7xvO5IpZYgxClBWO2Tmwah8SDypBDgOcFovnpGBImBqB31Ik7hkT9FZvdXNmvaBKuEomGHJIxTmXbvXNfAAKlNL9SEzgk7qW4Hjc6Ei8OdRRYYDrPduDmKifvGA5o159EN2owBcq8h6/GpbX5Q9JeDEf901hoQB0ZmO8oOARcBhwCwWUA4sWQxMUQoj/tnemO0zAQgAOJqXECdpajS2hYECBOcQgQEkJbVgJ1VxUIcUjwA+0/3v8RGDtpJ7Fjt7FpA1K/pLlaGpSP8dSZuhxNmWB0esRESk5+HGaCvnh5L4UnuIBDPYUcLP73qEtmhACLy6o/ixsb/lZQPtIjBHFHCDqM9FqK00J3HsKfZ8JPWSmXMHp0xNRSCfm4EMIpLTjjfYVAm8IIhcWeu8nCS23+Gg3uoyB8WCd8BS6MR34Z72XdsBfA4WEpZGBSB+K2L7XCL0DiYU2TrR/CJHJFm0u5uoM/UtYD5vzYW43rDAEN+ZO/W36317iYuHbeRgchncSNVWwetArBiqEf1DqpJovK/l+qhB+0I+QKODk3NOVDlRtaxMtljEcQ40hkXHV8j/WI1YCdp0+uaveyPCBOqiYrH6vPA/k5TQgsJXttLsGrl+A58MCy+q8U00lR+jIpH8fXbrguHV7c2OYFI8RpDy2hrHq29EMI5aI3PHMLsYMyDtrs0bJYMnkAdZLlXlmUUC+ptqSGiTig1zy4dWv5n7zEN2weTGKcERSy6n0c4rvrIWlZ9IUXnDiQTVZKSC6NG0ldQcfgBGa1qDcIR+EToBQLSs7Bj6jgksn5d7fP9+DixcvAjZokuXzDvNwYE2sSWd2trbqzYkhTD9gKIXt5ml0Zg5SDTiEqkdTsVctzTSHKumhQlkVDiHiw7xZwGyblYT9Jkh7/kC2OLELWe6Xz9MYYwyCo7eHzxREQkq1CCHhwmCbnK97gA2mKiCXYH9NlBBFZ9JpS7ebVt9/vX2/nECGhZD6n1TJj5PDH3TQjMEaKCUKyTB7qAzRZ6sZUPk6ZFH9FT+pgAxbYMZBzLrKVSCGSyZs36ADdaCZGHXgoiS1z5Hjtemj/oQurhDAuoeRoSmE5PaIchHy8mwlCX75OOSFgi6fEwN1kqVhJ86q/fgmF4A9Togq1QCFuBJCVbxQYH2DCIiI0JgKbLLfY9oAdYGWb5Mc5B2gBl4ASgvc11STXarE4oAlRSqQJbJu2SeQwHptzp6KOMYaLBw5MwG0/NapjyCgZpxS2l+9+CZO6Sa5FSH3109aBFFYLIeeVi/0EkDLWaWU2LSQoqftUDNPWxJz1kEug4Upl4kr9IyrGD+42dJAxCOFoREj0hgqoiwK0SBLlApYKj1QQPptNVl/1seVuryeC2vC7vcThuleTkN2/ot6VsygnJYhgdU+d8GdKhXpUUtSFCIuG8E9Z/eSbQmiYEO66/Z4RwthY3ahctoLtJgsHlqOQGlEChTIhE8vRPINdrN8wqoTUSpQTpWTLSSQK/vAQd1YMWeZJSm2oC08FGasT5AewzHM6bjVZZM8WITDzoihUjmeMKgTPmgU1jJA6QDBMFPEW5s4mq0942iLEhW/F0Iec1yGBInTqnFcLUTrqCBkgTKyfssJziBBcUFWaqgtUtFWgEn0rhsxTSGWCURvuCMEoGSSHoJLYJ4fYK4Yzs2JY9BVCxhbyvYN8bAFNuIUwqkXIPm5XegKUhHcMwyMEVqz5H9VS5I5nk5Vm3QgOs8i6sftwR0gN6rEr+debrDUrhrT//4jeDUuzI56ltqcpUG3o58ADWg6RAjBCtGQy8sBTCBL7CwmvGLq5uwB/mnT68/T05zStd6nhAtH3UTJGyMKJFiFbi5JIyxe9PuHFHUKwYsh7k632caiUwHphhE3fH78/Pj7NUrXH8Y5lyoGmAcEFT5vRyAtBAMwhGB9GDsEoicOcxKuExCFIK50VQ1bwJoW5bVKINQLk8OTw8OQElCwC5Pvx8fHPX+9n1SD2Aq3CNi+aAdM+xZzSsiy6IgTR80llRCkJumgOIng+YIpjR8UQb6kCOGQWyDqnlK0h5MfvHye/f5+gkNOf339+/nb8/YraxWQCTwHtbJPis+rFItVzCFpAF1Vw4EatxHty/uEIfYVGyKYrhlWTBZNqtZZCfp5+/vzt6/FMvAIlXhifsrTeITZcikpJ4EWzEsWBsi05hPGqYjidqoohLM2KIRzqDXiQMmCuoGz29fs3yCLz4kI29ivC6P2QmqaAVnJRjPwvm8QRIegrPELMiiEIUUtLxTAcms6Ov74/nVFx4UIxXkcF1Q9SLYdUE263NnFrFHTRHBEC/P0IwQ/6rivkfo7i2mlkOptNU/Lq7fXMcs3p6vNiDqnZt2V2TCwjzyipcEZIgOy4u6dOAqD9pFAGyFr7Tbnqjd5Tx/xRT/oOxo1PKkET1ggJiRE5oxCvMYYpTmqXOlF/QEJ1SMofjFPaeMJ4mblv3MvCDN4VH21FEu8IAWwREhQjtghhXPjBM6ePdLlGZl9m8kjGKE05jnFIuTZmUfDmuzPKeCGMe1kALnGjpUK7m9ITXY0ZIWFpxFIxLLjnJNwBQjORZbCBkTH/9OXLjEgDEGQFXvJMdgybQjhvvvucpWVZGvUQTOIoxRogaq93JkE2HyE4xjDTxxhm5hjD/vdnGSPyOreETL98/wRCFKzx55lef4Tztt9dCEvFUGFGRA1aqxn5RshoIxESb6NiiE0Wk2hN1nfqiZlDvOjXc28RHiEmnRVDIaF0uhhjiAWqD35jDDFRm8maemNGiK8SFw4HG4gQR8WQVhVD0lEx5FwK+Sdo5RA/emUSje1ECKwAS8XwH8MjQgKCxBC3nU9ZxAu6arK9ltb7zePGqzoPUOKRQ8Iyic5fjpBhK4ZIZ8WQ9K8YbjxG3Iqi8ABJznfe7eUbqhhWHDaMTKEbAqyuGGqnoEXJLfeyNplJ3I6i4PhIEkvFsD9rVgxPsGIoYdAxPCLAOhVDFDJnnRXDYCMrcUuKwm5lxQnwt8YYZmtVDD/+OPn48RCF5PMvs091iLgrhrJj2MpCAiuGmENCWX0tO8EICWGUSLZQMcQmqypPwZosgY4h8SY8QswgCcBXCPoAnBXDOVYMTz7KiiG9d8+rYki1pN7bMkIdFcMhjIQLQR+mEMsYQ9GoGDJOCBdUpMSHXD78bSBmxXAEQgYxEi4EdbibLEotNae/A7Vt95NUjw+5lgBDKAkXgj6Av1oxRIG4cBCuGJP6g1sXhzfiIQR9GEayqu+Vk753LtadKdI8Lh/Gt0dpBb5M3yWLk+fquWL/3X4yuBEPIYaPUXJRAgM/J1yiBitN1qXkPSheFa8qsJ8jypsTXlPC+4nF4YkEX8e1s4niwaPJ4u/Li+fJNQiQwY14CEEdBtc2zrsFrd/juXUtnFvPZHwMrsRDCPj4t4DoTDzZx62LantwI6aQIB/7m566zhRyYu19hzdiCPnv4uOfRjPSW8jOx+BGmkJ2PpJkcCM9hSQ7ehMjPYTswmNzqCDpI2TnQ2NII1G882EwpJFo58PCQEainQ8LAxmJdj4sDGQk2vmwMJCRaOfDwkBGop0PG8MYiaJ4tPOxJVZfafBxZhcfDrYeI2eis2einQ8b2zYSnTn7BzDuvJbi3P+aAAAAAElFTkSuQmCC\" />\r\n\r\nEver wanted an easy way to know if your URLs have been indexed? Now you can with AIOSEOโs new <strong>Index Status feature</strong> in version 4.5.0.\r\n<br><br>\r\nYou can check your URLโs index status and other important URL information from <strong>right inside your WordPress dashboard</strong>.\r\n<br><br>\r\nUpdate now and get this game-changing addition in AIOSEO 4.5.0!','success','[\"4-x\",\"lite\"]',958,NULL,'2023-11-21 17:53:58',NULL,'Learn More','https://aioseo.com/new-index-status-enhance-your-seo-visibility-by-ensuring-all-your-urls-are-indexed/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_campaign=index-status-v4-lite&utm_medium=plugin-notification&utm_content=Get%20AIOSEO%20Pro',0,0,'2023-11-23 04:10:46','2023-11-23 04:10:46'),(24,'658dce5e3cd42','Introducing Support For Additional Page Builders: WPBakery and Avada ๐','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1019\" style=\"object-fit:cover\"/>\n\n<p>If your website is built using WPBakery or Avada, then youโll be happy to know that <strong>AIOSEO 4.5.2</strong> was developed with love just for you! โค๏ธ</p>\n\n<p>Now, you can use AIOSEO right inside your favorite website builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>Update AIOSEO to 4.5.2 and give your page builder that much-needed SEO superpower. ๐ฆธ๐ผโโ๏ธ</p>','success','[\"4-x\",\"lite\"]',1010,NULL,'2023-12-13 14:43:22',NULL,'Learn More','https://aioseo.com/introducing-aioseo-support-for-additional-pagebuilders-wpbakery-and-avada/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-plugin-notification',0,0,'2023-12-28 19:37:02','2024-09-09 22:52:15'),(25,'65b655e0c6075','Winter Sale 2024 โ๏ธ Get Up to 70% Off AIOSEO!!!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1039\"/>\n\n<p>Our Winter Sale is On ๐ฅณ. This is your chance to boost your SEO and save up to 70% on AIOSEO! </p>\n\n<p>Whether itโs a new purchase or an upgrade, youโll unlock ๐ <strong>POWERFUL FEATURES</strong> that will help you take your SEO game to the next level.</p>\n\n<p>Start the year off with a bang and save big!</p>','success','[\"4-x\",\"lite\"]',1035,NULL,'2024-01-26 18:20:28','2024-02-02 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-v4-x-lite',NULL,NULL,0,0,'2024-01-28 13:25:52','2024-01-28 13:25:52'),(26,'65b655e0c7219','[New] Boost Your Rankings with Our Author SEO (Google E-E-A-T) Addon โ๏ธ','<p>Weโre excited to announce our latest SEO module in AIOSEO 4.5.4 โ the Author SEO addon ๐ฅณ.</p>\n\n<p>This is a simple yet powerful module that enables you to demonstrate your expertise, experience, authority, and trustworthiness <strong>(E-E-A-T)</strong> to search engines and users.</p>\n\n<p>As a result, youโll get <strong><em>better rankings</em></strong>, <strong><em>increase your traffic</em></strong>, and <strong><em>boost your conversions</em></strong>.</p>\n\n<p>So, go ahead and <strong><em>update to 4.5.4</em></strong> and give your site that much-needed boost.</p>','success','[\"4-x\",\"lite\"]',1030,NULL,'2024-01-16 19:39:13',NULL,'Learn More','https://aioseo.com/introducing-author-seo-google-e-e-a-t-addon/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=author-seo-eeat-v4-x-lite',0,0,'2024-01-28 13:25:52','2024-09-09 22:52:15'),(27,'65df07f981261','[NEW] Updated SEO Preview, Redirection Manager, Author SEO, and More','<p>AIOSEO 4.5.6 is live, implementing many of your suggestions! ๐ฅณ</p>\n\n<p>๐ Improved SEO Preview - To better match Google SERPs.<br>๐ Redirect Scheduler - Schedule seasonal redirects easily.<br>๐ Import Redirects from a CSV File - Add redirects in bulk.<br>๐๏ธ Improved Author SEO - Improvements to the E-E-A-T addon.</p>\n\n<p>AIOSEO 4.5.6 comes packed with many other improvements to the modules you already love. </p>\n\n<p>Update your plugin to version 4.5.6 NOW!</p>','success','[\"4-x\",\"lite\"]',1042,NULL,'2024-02-12 22:15:51',NULL,'Learn More','https://aioseo.com/new-updated-seo-preview-redirection-manager-author-seo/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-456-v4-x-lite',0,0,'2024-02-28 10:16:25','2024-09-09 22:52:15'),(28,'660d2972da9af','๐ฃ [New] Query Arg Monitoring for Improved Crawling and Indexing','<p>Weโve revamped the Crawl Cleanup module and added a <strong><em>NEW</em></strong> <strong>Query Arg Monitor</strong>. This game-changing feature gives you greater control of your query args, resulting in more efficient crawling and indexing.</p>\n\n<p>AIOSEO 4.5.8 comes packed with many other improvements to the modules you already love. </p>\n\n<p>Update your plugin to version 4.5.8 NOW!</p>','success','[\"4-x\",\"lite\"]',1058,NULL,'2024-03-19 19:37:40',NULL,'Learn More','https://aioseo.com/new-query-arg-monitoring-for-improved-crawling-and-indexing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-458-v4-x-lite',0,0,'2024-04-03 10:03:30','2024-09-09 22:52:15'),(29,'661ba5a1be61c','The AIOSEO Broken Link Checker 1.2.0 is live ?!','<p>Now with 3 powerful new features to make broken link management much easier. Update and get:</p>\n\n<ul class=\"wp-block-list\">\n<li>? Unified URL UI Improvements</li>\n\n<li>โ๏ธ Broken Links Highlighter</li>\n\n<li>โช AIOSEO Redirects Integration</li>\n</ul>\n\n<p>Check out our announcement post for more and upgrade today!</p>','success','[\"4-x\",\"lite\"]',1069,NULL,'2024-04-10 19:13:10',NULL,'Learn More','https://aioseo.com/easier-broken-link-management-with-3-new-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite','Get Broken Link Checker','https://aioseo.com/pricing-broken-link-checker/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-460-blc-120-v4-x-lite',0,0,'2024-04-14 09:45:05','2024-12-22 10:43:32'),(30,'665db3becdf25','[NEW] Easier Site Connection to Google Search Console and Automatic Sitemap Syncing ?','<p>AIOSEO 4.6.2 is live ?!</p>\n\n<p>Weโve made it super easy to connect your site to <strong>Google Search Console</strong> โ so simple that you donโt even need to mess with verification codes!</p>\n\n<p>Weโve also made sitemap management easy! Your sitemaps can now <strong><em>automatically sync with GSC</em></strong>. This means we\'ll make sure that Google knows about all the necessary sitemaps automatically!</p>\n\n<p>Check out our announcement post for more. ????</p>','success','[\"4-x\",\"lite\"]',1080,NULL,'2024-05-14 12:43:31',NULL,'Learn More','https://aioseo.com/easier-site-connection-to-google-search-console/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-462-v4-x-lite',0,0,'2024-06-03 12:14:54','2024-12-22 10:43:32'),(31,'667bad822dd9f','Have you heard? AIOSEO Acquires LowFruits to Boost Your SEO Power! ?','<p>We are thrilled to announce that AIOSEO has acquired LowFruits, a leading keyword research tool! ? This exciting partnership means even more advanced SEO capabilities are coming your way.</p>\n\n<p>Get ready to elevate your SEO game with the combined power of AIOSEO and LowFruits!</p>','success','[\"4-x\",\"lite\"]',1089,NULL,'2024-07-01 00:00:00',NULL,'Read the Announcement','https://aioseo.com/aioseo-acquires-lowfruits/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-lowfruits-v4-x-lite',0,0,'2024-06-26 05:56:18','2025-04-13 19:25:08'),(32,'667bad822f762','Celebrate AIOSEO\'s 17th Birthday with Up to 70% Off! ๐','<p>Your favorite WordPress SEO plugin, AIOSEO, has just turned 17 <strong>๐ฅณ</strong>! And to celebrate, weโre offering you massive discounts on new plans and upgrades. </p>\n\n<p>This means you can <strong>save up to 70%</strong> and get advanced SEO features when you purchase TODAY!</p>\n\n<p>Now thatโs a sweet deal!</p>','success','[\"4-x\",\"lite\"]',1086,NULL,'2024-06-24 19:39:24','2024-06-30 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=2024-birthday-sale-v4-x-lite',NULL,NULL,0,0,'2024-06-26 05:56:18','2024-06-26 05:56:18'),(33,'66997a008dad5','๐ Celebrate World Emoji Day with Our Exclusive Flash Sale! ๐','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1110\" />\n\n<p>Today only, we\'re offering you a <strong>special upgrade discount of up to 70%</strong>! ๐ Don\'t miss out on this fantastic opportunity to enhance your SEO at a fraction of the cost.</p>\n\n<p><strong>Why Upgrade?</strong></p>\n\n<ol>\n<li>Unlock premium SEO features</li>\n\n<li>Get priority customer support</li>\n\n<li>Improve your chances of ranking higher on search engines</li>\n\n<li>Benefit from in-depth on-page analysis & identify optimization opportunities</li>\n</ol>\n\n<p><strong>Hurry!</strong> This flash sale ends today. </p>\n\n<p>Upgrade your plan now and make the most of World Emoji Day! ๐โจ</p>','success','[\"4-x\",\"lite\"]',1100,NULL,'2024-07-17 00:00:00','2024-07-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=emoji-sale-v4-x-lite',NULL,NULL,0,0,'2024-07-18 20:24:32','2024-07-18 20:24:32'),(34,'66997a008f037','๐ฃ๏ธ [New] Integration with Thrive Architect and SiteOrigin Page Builders in AIOSEO 4.6.6','<p>Is your website built using Thrive Architect or SiteOrigin?</p>\n\n<p>Then youโll be glad to know that AIOSEO 4.6.6 was developed with love just for you! </p>\n\n<p>Now, you can use AIOSEO right inside your favorite site builder, making it easy to perform SEO tasks as you work on your posts or pages.</p>\n\n<p>So, go ahead and update to 4.6.6 and give your page builder that much-needed SEO superpower.</p>','success','[\"4-x\",\"lite\"]',1092,NULL,'2024-07-09 15:11:31',NULL,'Learn More','https://aioseo.com/new-support-for-thrive-architect-and-siteorigin-page-builders/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-466-v4-x-lite',0,0,'2024-07-18 20:24:32','2024-09-09 22:52:15'),(35,'66ab0049735a2','Summer Sale 2024 ๐! Get Up to 70% Off AIOSEO ๐ฅณย ','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1116\" />\n\n<p>Our Summer Sale is on ๐ฅณ. This is your chance to boost your SEO and <strong>save up to 70% on AIOSEO</strong>! </p>\n\n<p>Whether itโs a new purchase or an upgrade, youโll unlock ๐ POWERFUL FEATURES that will help you take your SEO game to the next level.</p>\n\n<p>Upgrade today before these discounts expire! โฐ</p>','success','[\"4-x\",\"lite\"]',1114,NULL,'2024-08-02 00:00:00','2024-08-09 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-v4-x-lite',NULL,NULL,0,0,'2024-08-01 03:26:01','2024-08-07 06:35:17'),(36,'66c8df20ae11e','[NEW] Powerful New Schema Types and Updates ? ? ย ','<p>AIOSEO 4.6.8 is here ?</p>\n\n<p>And itโs packed with powerful new schema types to boost your content visibility:</p>\n\n<ol class=\"wp-block-list\">\n<li>Course Info Schema</li>\n\n<li>Product Review Schema</li>\n\n<li>Car (Vehicle Listing) Schema</li>\n\n<li>Table of Contents Schema</li>\n\n<li>Expanded Organization Schema</li>\n</ol>\n\n<p>We\'ve also enhanced schema visualization and updated existing schema types to match Google\'s latest guidelines.</p>\n\n<p>Ready to dominate SERPs? </p>\n\n<p>Update to AIOSEO 4.6.8 now and unlock these amazing features!</p>','success','[\"4-x\",\"lite\"]',1126,NULL,'2024-08-13 00:00:00',NULL,'Learn More','https://aioseo.com/announcing-aioseo-4-6-8-powerful-new-schema-types-and-updates?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=468-v4-x-lite',0,0,'2024-08-23 19:12:32','2025-04-13 19:25:08'),(37,'672fdbf5768b2','[New] Meet Your New Writing Assistant โ๏ธ!','<p class=\"wp-block-paragraph\">๐ New Feature Alert! </p>\n\n<p class=\"wp-block-paragraph\">We\'re thrilled to announce the release of our groundbreaking feature โ<strong>Writing Assistant</strong>, powered by AIOSEO and SEOBoost ๐ฅณ</p>\n\n<p class=\"wp-block-paragraph\"><strong>The Writing Assistant is your new personal guide to crafting SEO-friendly content right inside WordPress! ๐ย </strong></p>\n\n<p class=\"wp-block-paragraph\">No more guessworkโjust optimized content that ranks.</p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.7.4 now and unlock this revolutionary superpower!</p>','success','[\"4-x\",\"lite\"]',1166,NULL,'2024-11-05 00:00:00',NULL,'Learn More','https://aioseo.com/new-revolutionize-your-content-creation-with-aioseos-writing-assistant/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=474-v4-x-lite',0,0,'2024-11-09 22:02:29','2026-07-01 02:11:41'),(38,'672fdbf578aaf','[New] SEO Email Reports and Bulk CSV Imports/Exports to Enhance SEO Management','<p class=\"wp-block-paragraph\">๐ New Feature Alert!ย </p>\n\n<p class=\"wp-block-paragraph\">AIOSEO 4.7.2 just dropped with two killer features - </p>\n\n<ol class=\"wp-block-list\">\n<li><strong>SEO Email Reports</strong><br>๐ Say goodbye to manual SEO performance tracking and hello to laser-focused insights delivered straight to your inbox! ๐ฅ</li>\n\n<li><strong>Bulk CSV Import/Export</strong><br>โก๏ธThe new Bulk CSV tool lets you manage settings across your entire site in a snap. ๐ Export, edit, and import easily โ it\'s like having an SEO superpower at your fingertips! ๐ช</li>\n</ol>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.7.2 now and unlock these game-changing features!</p>\n\n<p class=\"wp-block-paragraph\"></p>','success','[\"4-x\",\"lite\"]',1156,NULL,'2024-10-08 00:00:00',NULL,'Learn More','https://aioseo.com/new-seo-email-reports-and-bulk-csv-imports/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=472-v4-x-lite',0,0,'2024-11-09 22:02:29','2026-07-01 02:11:41'),(39,'672fdbf579675','[New] Keyword Rank Tracker: Track Your SEO Performance with Ease ?','<p class=\"wp-block-paragraph\">Drumroll, please! AIOSEO 4.7.0 has arrived with a super-awaited feature: the <strong>Keyword Rank Tracker</strong> ?</p>\n\n<p class=\"wp-block-paragraph\">Now, you can finally track your keyword performance with ease, right from your WordPress dashboard. No more guessing games!</p>\n\n<p class=\"wp-block-paragraph\">Key features:</p>\n\n<p class=\"wp-block-paragraph\">โ Track up to 100 keywords<br>โ Group keywords for better organization<br>โ Seamless integration with post-meta box</p>\n\n<p class=\"wp-block-paragraph\">Get ready to dominate SERPs!</p>\n\n<p class=\"wp-block-paragraph\"><strong>Update to AIOSEO 4.7.0 now and unlock this SEO powerhouse.</strong></p>','success','[\"4-x\",\"lite\"]',1148,NULL,'2024-09-10 00:00:00',NULL,'Learn More','https://aioseo.com/new-track-your-keywords-effortlessly-in-wordpress-with-aioseo-4-7-0/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-470-v4-x-lite',0,0,'2024-11-09 22:02:29','2026-07-01 02:11:41'),(40,'6751f6b80a877','Cyber Monday Madness (Up To 70% Off AIOSEO) ๐คฉ','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1185\" />\n\n<p><strong>Cyber Monday is here!</strong> The deals are still hot! ๐ฅ</p>\n\n<p><strong>Save up to 70%</strong> on AIOSEO. It\'s the perfect time to level up your SEO game.</p>\n\n<p><strong>Why choose AIOSEO?</strong></p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Easy-to-use:</strong> No technical expertise required.</li>\n\n<li><strong>Powerful features:</strong> Advanced SEO tools at your fingertips.</li>\n\n<li><strong>Expert support:</strong> Get help from our SEO pros.</li>\n</ul>\n\n<p><strong>Don\'t miss out!</strong> Upgrade your plan or purchase a new license today.</p>','success','[\"4-x\",\"lite\"]',1184,NULL,'2024-12-02 00:00:00','2024-12-06 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=black-friday-24-v4-x-lite',NULL,NULL,0,0,'2024-12-05 18:53:44','2024-12-05 18:53:44'),(41,'675bfd3251f44','BuddyPress, Web Stories, and Enhanced Author SEO โ An All in One Update! ๐!','<p class=\"wp-block-paragraph\">We just released AIOSEO 4.7.6 and itโs loaded with some exciting updates!</p>\n\n<p class=\"wp-block-paragraph\">The top ones include:<br><br>๐คฉ <strong>BuddyPress Integration:</strong> Fully optimize SEO settings for BuddyPress content types, including user profiles, activity streams, and more.<br>๐คฉ <strong>Google Web Stories Integration:</strong> Take full control of your SEO settings for Web Stories, resulting in more eyeballs on your content.<br>๐คฉ <strong>Author SEO Improvements:</strong> Effortlessly showcase Google\'s E-E-A-T guidelines and boost your site\'s credibility.</p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.7.6 now and take your SEO to another level ๐ช๐ผ</p>','success','[\"4-x\",\"lite\"]',1192,NULL,'2024-12-12 00:00:00',NULL,'Learn More','https://aioseo.com/new-aioseo-4-7-6-buddypress-web-stories-integration-author-seo-improvements?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=476-v4-x-lite',0,0,'2024-12-13 09:24:02','2026-07-01 02:11:41'),(42,'678fb355802cb','โ๏ธ Winter Sale is Here! AIOSEO Up to 70% Off โ๏ธ','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1207\"/>\n\n<p>โท๏ธ Winter Savings Alert! </p>\n\n<p>Save up to 70% on AIOSEO and give your site the SEO boost it deserves! </p>\n\n<p>Need a new plan, or thinking of upgrading? </p>\n\n<p>๐ Unlock powerful pro-level features and dominate search results! Donโt miss outโstart the year rightโsave BIG!</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1201,NULL,'2025-01-20 00:00:00','2025-01-27 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=winter-sale-25-v4-x-lite',NULL,NULL,0,0,'2025-01-21 14:46:45','2025-01-21 14:46:45'),(43,'67a588163e336','[New] Smarter Keyword Rank Tracking & WooCommerce SEO Made Easy!๐คฉ','<p class=\"wp-block-paragraph\">We just released AIOSEO 4.7.8 and itโs loaded with some exciting updates!</p>\n\n<p class=\"wp-block-paragraph\">The top ones include:</p>\n\n<p class=\"wp-block-paragraph\">๐๐ผ <strong>Smarter Keyword Rank Tracker</strong>: Our Keyword Rank Tracker just got some massive upgrades you donโt want to miss. Now you can get related keywords, import keywords from GSC and more.</p>\n\n<p class=\"wp-block-paragraph\">๐๐ผ <strong>Support for WooCommerce Product Attributes</strong>: Setting product attributes in WordPress just got way easier. Plus, you can also export product attributes!ย </p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.7.8 now and take your SEO to another level.</p>','success','[\"4-x\",\"lite\"]',1213,NULL,'2025-01-28 00:00:00',NULL,'Learn More','https://aioseo.com/smarter-keyword-rank-tracking-woocommerce-seo-made-easy/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=478-v4-x-lite',0,0,'2025-02-07 04:12:06','2026-07-01 02:11:41'),(44,'67afcd6ee153d','๐ Fall in Love with Better SEO: AIOSEO Valentine\'s Flash Sale!','<p>This Valentine\'s Day, stop settling for \"meh\" rankings and give your site the love it deserves with AIOSEO! โค๏ธ</p>\n\n<p>For a limited time, grab AIOSEO at up to 70% OFF!</p>\n\n<p>Thatโs right, weโre spreading the love with a flash sale on the #1 WordPress SEO plugin. Whether you\'re upgrading or starting fresh, everyone feels the love! ๐</p>\n\n<p>But hurry, this offer vanishes faster than a box of chocolates on February 15th! ๐ซ</p>\n\n<p></p>','success','[\"4-x\",\"lite\"]',1218,NULL,'2025-02-14 00:00:00','2025-02-16 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=valentine-sale-2025-v4-x-lite',NULL,NULL,0,0,'2025-02-14 23:10:38','2025-02-14 23:10:38'),(45,'67d12b3ad52d8','[New] Supercharged Crawl Cleanup and Query Arg Monitoring! ๐','<p class=\"wp-block-paragraph\">Is your WordPress site slowing down? Or are AI bots scraping your content? ๐ง</p>\n\n<p class=\"wp-block-paragraph\"><strong>AIOSEO 4.8.0 puts you in control with</strong>:<br>๐งน <strong>Supercharged Crawl Cleanup</strong> โ Stop search engines from indexing unnecessary URLs.<br>๐ <strong>Advanced Query Monitoring</strong> โ Optimize UTM parameters automatically.<br>๐ก๏ธ <strong>Bot Control</strong> โ Block unauthorized AI crawlers.<br>๐ <strong>Internal Search Optimization</strong> โ Prevent spam & boost performance.<br><br>๐ฅ Keep your site fast, secure, and SEO-friendly. Update now! ๐</p>','success','[\"4-x\",\"lite\"]',1222,NULL,'2025-03-11 00:00:00',NULL,'Learn More','https://aioseo.com/introducing-aioseo-4-8-0-advanced-crawl-features/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=480-v4-x-lite',0,0,'2025-03-12 06:35:38','2026-07-01 02:11:41'),(46,'67d88455f3dfc','๐ St. Patrick\'s Day FLASH SALE - Up to 70% Off AIOSEO Today Only!','<img src=\"data:image/webp;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAABaCAMAAABT79jMAAAAV1BMVEWlzHaFr2gydjxCgUMjajUMVSgQXyxMjUVws0xQlz9gqUVepUJ0t1Rorjx0uTyXzFd+v0TwkjK3hiyKfSd2oIbI2qyNr5r///+v04Ph7Zdqml36/qSawHK0QBzSAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAZEElEQVR42t2dCWOjOq+G4z1AM53vTmnB9f//nVfyTljC5qQ9nDkzbRII2A+S/Foyl/+FTar68Ka4VH8fbFdO38/aKm66521Ekid+m5HVae3E+fVRt/xRklfHAZABp8uJYDXwH5O8eRpX7+/0mWQ9FSzD2XnN9Jc+IqvhkkH3He3+MmC5g8MZXpe44n9PBOud0/8oWJSf2Ux/l23WlYI9cP13rPuLgIXE1g1Qy3n1LK6gxdR/Eix1ejstkGW9YOM68FD3N1Uhi9XY/yvg//ocrt7fa6n/g2BpWZ/cTvNkoY9p8h480P0lLFbjscKtgiD++hSuIIDf3t1EMbpj44Lv2Y0y/crA/QFZf5gN2pujFsv5q0IxVuam8XSfwtX7O9sYwBv2+fXc7ZNtPEOuCrTTJFmVhKA9679jzrCcxWrCyTUNvQ/iC3GFAfxlU1j89fxtE1kXzou0E5D1584L0ugFm4NYuf1Lxlj+BJt7UetPKa42BvD68wVgteyFgXvc3oZk/fFB+zBC/mkxVjMIstxPuahVjqv39+uWAJ59vWL7IBsC92uphvorM7KsF2wmIuT9vV8qxsrcoTvHyopajWLqxss117YA/jVgfYq1kSApELhntyC/Qm80VrqizcSQvvlpMVYcVCR32NhJHs4kU1SW5Or9Xa0P4PWLwBLSvC5wT95QSg69oaJ0NbIIh0TMiRjr30nKe33nEsFoYVBD+XvRjfO1AfzHS8BqhRB0VeBOi7bTX4431qfMpKu7APmAO0RX+C+A9X9u+wdfVRXZuLItK6trya2RjKzb1lus9vOz9T/ZbfDSdoslxIqzY7wp2k6VtKejeJnOZlL+c0BdZPHNjcKo/CFbZrGE+LRd3qI9EVJHAgS+Y3/i2WufXx/4D8U7XvDW7++4oX5/7T76xe0/egiW+AGX78SWj+Lfc2kq/5+sbkU26i0WeNpryT9qpS/XuXvKwYJ+z8D6+Ar/xtfCxz6/uPwQCiDiA2zw1zmwOvz14QmqJ7SSs1i0TGdXsvI8XZqwyepPka1xMZaU6q3sxmQNtv7twf/XGYv10QIT1tu1XEjwex/4KxXSfxbe/VL4EhirL/zDksGC3eXnJ8ff8SDoNbmgznnm6Knr8snVxdvoCiMpG2MV6uxKBpzKg6XA/MLYkFQwDinbapTfVkQZMxbLuj4HCreWiCFTQFeEUANm1BEG74nPZLA+HJIS9sB3W3sM+tV+TYE1v9WcF+YKxoLQFThGV78eLCUropQ2l4uhktUlm63mdAVYMxaLaRkgCmBx92YAA80Q8z996M8swqJuT4RKe5fIh57QjgofgUV50eZ5q6lU5mK0UnCXq18OFnB1iZuGu6Voy0m222K54GkWLLRA7i/t+YP3W2YH7wEs9JRzYK2wWErWhb0gJbErCpH1NLAGXIHRAltcsvWguTaABTaHfbmoCDo9CQkOLOsFmafIuUmF3pG7sAtfAQtmg/sPxyQSFbCzxm2TK1RlA6yK80FX6CJkPQusO64QLV7UHyr5SAaqM1cI2DCGOLTJrUWwMCIHu6OCefLyufSGCMkBA+b4kd6Vfs6C1T0CqynKFXhBaoY9UcRmPQmsMVfOH1YlA/h6vcXyHrCdBMuJVjKF7s7nJWkLx4xU5OKX/tptsSA+LOgFwVGQcUcUIOs5YE1yZf0hLWa0rpyvB+ur/aBct5jVwrIhnGbuM59KfYRMPY8JvOQI/MBsQYixWDqQarNPKvaxCSw47WJcNVxWZqIjqvO7/ClgVdNcWaNVzu4/DOBfN1e4ABYrF7hfx14w2azqF4IFPvwyuxUUtR4F8C/LblgAC2x7QelKz3aDOr/Ti4O1yBX4Q1YsiH8QwH/8PLDKBe6Nla7mN3Z6r5cGq1nmqqioxRYD+NdYrKVRYc3ZM6SrGZtV/yqwHnNVUNSCSHhhbof9NIt1KxW4V0tesAxZpcGqJb2s2EqJWosBPH8JWHweLFbm9qofeMHQB/RMsgqD1cyOQ54kajULAXylX2WwpsGCkPBp0lVxssqCdeNruSomai0F8OrjRVxNglUVCdybuwmcZbL47VeAtYWrYqKWS86asVlMfz5z++A+ebB6UuBeU7mlC04kqyRYEItu4aqQqLUcwFPxkq2eCtyLSFdkUwcYfhZZBcHazlUZUWsxOat+CVf0KSlYDV8VtJchqxxYe7gqI2rVSwq8egFXE875/BSsFdJVSbKKgbWTqyKillqqOKvk0+3V7QmBu1ojXRUkqxRYu7kqImotBfDXa1OpjRuWdO/dqomI7/TaiYZu94LnklUIrCNclRC11lVXbCj2PLWY9OzaiZ1e8FSyCoF1jKvzRa111RUbqq1PBevkwL3a6wXPJKsIWLejXJ0vaq2qrniRxTo3cK+pZEdbH8j6kWBxTi7Ht3NFrerMJSNOtVin1k5cN0tXkxs5bLNKgHUOV2eLWupEGM60WKcG7jiBY85oe8LpjwOLbeXKPEfUelxd8QqLdbB24npgAucBWeyHgcXkVnvF52OCM0Wtx9UVr7BY/Nj15XH/OV4wkiXZjwKLydUjEqK1JsSg9q2fIWrNBPCVYqy6vchi7a2daKqqUo2dN2D7J3CWh0+HyDobrNVcERYVb0mENCtFrXqsk0vJmarXBfBqwhW5g6gRO8Mv2WGx2PhUOa1OqJ2oU9sJIkUzlq7I8Hv3GbL6CFkng6XWcqWwL8FeEUW5+SZCrRW1kCw+2Fwjr5K9JgJ4KSgxRo8zWfAM01fQPRaLZYewm4WLHa2dUBIO4tuOfBtBJyZwVNZKQpi9Nkv9ELBWc8XATPXfcesFD7eaUkpPRJKpB4As8j3cWrBqYsGnXCvGWDNZXaGEsofo7mySxYKHU9R3mXlrY6zsEP5CLzqbg96XgnXfdlJO5R7z2EqtoPu9ofoRYClZrbVXdw3OhU80w3uaLYta4KS67/uth0POpyfb3LrJ5CwuWncANs6RYoL6o9Pwpl9gU0mF/+wgC86UBbL21U6M2o6KqaDdyHBlRqjdcdb+ZR3OBGs1V0ZI1zZ9aCLmrDUXFNgiD0StSrDYS/EI0L7NXMwulBGingzgpYhGacwJF8a9Gc3ZMBViRcRPg+HoL6brw1fx/bUTcMZ3baenwdGhlbQgRyJ49XKwVnMFBkvbS4YQk5vs4hW2BZ2LCNIkDw9ti91MfecTMeNXsG/7aM/uqivCob7VBFiB4F7wJGficjJ2o0KtGD+G7rXxFQm3EdtdO5G3HVkEh/pLY0fA2m2zzgNrPVfhknshqW9s2zhgVuD1GG7Ni1rU+0KCsbHwv3SCzrmOwZvDAJ4FoyTFaLwI9kyGQ+ejSN56F7Nm+hG/3V0royE6hF9ue1OwwrXblZWIawU9c/ua3Bs82WadBtYGri6xv9iFuIDJgsXwZuyXQk0vajFx8fdqg7+YRbCsPzOZOcuSs1g0SmaULtzwaM+6wZshbuonMozHVs9fqzV6tfQhAAwZ9tZO8HBT8jCMmQNLe4x9/Ppkm3UWWFu4uvi72A5XiO0mBWAZ22b98hjGilqBJY0ROfeUzbjCxn5ZDlYK4NH9udETONV6FB1VAazL0Db5uClzkMnx1WM5I/Om2U2wNwUrHk9embSx6pwrJN5pHgVr31I0J4FVbeEqWCzn/W03obnWtiEegGVFLer7hwiquKcUDtFMuw5zB1ZMzoI7nuNfimg5cms1xDCAUDvh9LyVG4NVjw8zBCsESD0cvN4LVoicJNcK2+4RWFIezzOpXgRWJTeNaEPE3EHsDtdvI3ZvsLAHXGyszez0aIhVLlac6L0vk16yAmNAWYCsdtyBp6tU5f9UNrP4ZlUIpZw+zpVqXKWh3V0pfLPxAQ3snScX+7ipDa7whjtRylAPl7fRyLJPYNVeNQMrYrm6NorC97mJg3SCgz/N/Y3S+rZDI49nEoJz455DrIgZgpWCVqLdBzaTpfYgcQJYG7mCsPISB97mAvcgCqT+bu7jYN4s7O+HV4YQL2m1UlRNxXiaPVH+Bje+G0bTKzCgHMx8QHxU8azkAYj3YJG72q0AK/PTffEtTUYjxQFYt6CMUXFtGsXTnuz6NlPiyO7lUZK1HQ6DwCJBO+i0O1de1FE5WEbFb9ueYKp2MHEcrGYjV3Av+Ru3pxC/M9FCH+qg+xn3jCK+AJYeae8wBmDMtZlp+77DmW1mu4F/50fV4flM2GMEgFbhmUioSuEStwR3v8ALSHsGFos71jfnCp3yhXONCr6z7S6mQxu8BNY1+e3KPbSHXPreTRxAgBae3YRPJVDhR3UfMwYRD4a7cJnAD3NTg3Cwzh7MS8zGf9KBBQ4BrgG/Ddtms2TKti7rcAJY9VauUBX26lHPBYMhEpgBEazYUDKdAUsPtGxofmh/DgYjadIdx5HXvUodOsUIbT0KlX2cVIIISA7OQUo//IRYLki68CPEWMqHz2CDZPDFd1JqivSnwWJgEtMEAtxh/C3qsQq+T32nge/dsLBL+ygB9pKACVf5wbgFZwAWyc/Tf2CjzaqfDFYjt09FqUgGXKO30EMj1M/LWSl6+G7BCVgfwKH5hRwcobMLZg8nfy7Rj3Sxg8M7DML19m6eyY/iwMKGsBCCo6sbDxAbYkUC4j4jsLoJsHCV5cGpQTs0TXKUmTDR3C8kGk1WT52hwgHQ4Mx76WTBBJYZTrDCBzaXSG9ciuYwWPWepEWTpvt660rAF0RYWtdm6jFYxkdLNlSvfTviQyKCq5CR17Z3VkzeWTARtVYVZl96OEB/BxZ8LspdtdVxnUBRe5PYwVhjzmJNgQWm1FsywpnXyvhbohcCrkuYwrzPPebRtiNZdvaZi3DmqvdXk4FF45R0H9qGbDdZG8k6CtbGBWWSM4s+yttlHYMRMPBg35fqfAJYGj9b1WH8x3wU72HpBK2ZN2MGJ2Iwi+XOhLFAHgRMwUjY+Cu4QhNiLOLPtfIylpuWqdyZWMLZpAQxAOsWrA3q5uG2iqpAlLlggBvGJ0OwbO4xSXcHRhJJGLQHI9HeZ2BpDzQLbbPoEE5ZiuYgWDu5QmdI78hi7pIv1jUuh20JLJoylx1YLmjz40sZ9URtj8pVHE/2xLiJHH8oCJK9U8PYycYx0Pi+p+GcAn4U87SsKimzGSEieGXHn91IjR+AVafJR3cfQY97QQSdXjg7OPHGnxcV48Vj1OiudMIg/ByGRTjhaoLcRi883Go8fsV2sLaRdQysAwWENCPLhgReg4BBsiHmUXZEAIukTC3nZjQMBqsoOccZEIiBm6Z+i4YAb+4LSlHcxzUYTQdxjLnwHCAJJqQP89yyvtbgf3RIffEfwEjRzqDrkdwQPmHBqmL2F7Vhkc0C8+wDE/GO4G9B8eJiYvEYNiBLe2HQACzGU6qtyBXAMv4iYdCjD4C1qZD1EFjHFmhIZHWYmuznTNdkDwUjbzXnmKmFCUi9e8YNi24kgeUH6wFJjh+CA/meiPEUdjCM9aT9IU5RDxKpUBDyCYNRSkcnI7Gb62WwSJh+soi7MNCdIpxLk4PFhmANco8zslopiRP2oEFRof0OE9MJLB3NsvHj3H5f8t8Gso6AdajgGUKFRBa4mN1gofJnM7VwhIfBjqSaxKH6NFjg7mp8h2JkFcGKYbzL/6OiGYClAk1otHyGxC0ORVEnavV4XnoAFksR3RUipd7JmTpMSC6ANcw9JjKRBaNTO+Fqn3hBtZ4AKwjSwKDfb2/y33qyDoB1iCttRQaa5CyyG6yQqXVFkVRmes48WJgJAT0OGCrviJLFMgiWfROjaXd/88swFTDlvKcMYKd21YtgBY2Biyum84Df7vokj9BZsIaLx2g7P8BTkiRBE6alTgfDVkxgBTUiqTp8b47WarL2g3XID1KUgTOycDZuP1g+U+suGXwKrDqBpVCc4jKCpbIY62rfVNeovOvhVHTKea+FbLP06HEufA5W40WLFtMOGzGUVqfBwgHIsALH4PyAycjq7LBP6Pxg92CFAbck0coVXjBkN1hH46sWJ3F5nNuR8ghYNlMrZuB9990YrOoerNrOwwWBiosqZh5wt4IkuyawktR+X6UDMCV3ScaT0BlYNY/nrbKakN70i2BVfDC3RwXvkJaUkQ/xuwg+u49mN4ydE1jf2sQJ+wMxzDqy9oJ1yA8qe692MP7jaUrV65NdVkthiJ4cIAawBiluVZB3Ohb7rwnJAMRPuWWuEIJ9bv2n75xbSObhEEDdRO66iOtDFn1hXqXDcmOhR3kzCawbD92PuQ0xm1QLsQjWXdm80xowlY2mthNR241C7hRY3/Ebdxus1UvR7AXrUNzurLi7+DgH5xnLipVcHDZRfx/UmgFYLI64xACsbgKsHsHitmAsBu9XHqN3homftQXLYymdk+Rji2ULXjlJtVi3e7D8MIxj6oXXxanPP/Si5hJYYliB49K37e1ngqJrghhnxeEwF5qBxTJZuCNyrhLqVJu1D6zboQVlcqeXQmYeWzXVXCrMchgjTIQegxXznWVusaLESX2BT+y6N5ezFeWGVDohwWTRJktNIL7veTBZWYwFIwaMeng3U+wTBVIU27VnqX6j0XixmP/MJi2WmZp/t3Y9RIWdn+REtTSKYhlYPGS/E+1TZww/VGBBVtisfWAdW6jI24ELNo6OjLAoCZpQI9Z577IGLBLFq6AzWrBUmOOQQ4vFw0ItCayrTDUadXMdgmUGJitZLIkH5CIUhXyPErISWCHVQmFCDw/iFX1LFQBBZYOTZcNkqswud1lWtw73UgjdghSKLZO0UBJ1LPCsCpXc7pDJWrPI0S6w2LFVTVgs0jHZ7AyRclAmF1zbxEz8NFi+UzCRJNVaNL6DfOJyNmkS9PoopoLJ4mG20MsGsftjz7ChxXL9D8GXktHnzoElQg6OTB5YoVYW8KB1PJmY7zMGK0hSJt5L6Z4yodHQGySwTJRNlc9Z6g9FWWsWOdoD1vaFiqYTQDEliUZhxcQukNpk+cs4ETGT6HfJRpAkS0CNlZrqLVTJGFQCElhS3uXNKZQ8WdpTsDolrANYPECuBhZL+ohHKu/bRuWJYW4dXGYXzGEOFovFuzE1FX0biy9OXzrEaUTF+UQaJRPPI7ZMcIBSXkLTgn0ldtTQHQTr8SJHO8DasFDR3BwyS4Er986GRd5cIjDjIo7h9UzFXN7sYaQok8BjnM/p4tApWo00U5LmeCqbtae/s3OgInipVLxoyQoWq4k2Qzg++lHaTLgMV7gMIzJXppqcbEguxF1HVc6jdRdCEbltOxnsaaA0imq9ncoI12pILHLzA8gjZfduax6QtR2sw1xd4kC5Nz7ns0V3F0c5rWYppp2qQolJcnnWlu+UPqWRopV4i9lzRrGYUQN9UIdy1jw2glDcS7a9hk+zmIwQs8WMfV5JsFix2L8npJ+WGwbph5gQ1uSp671OUgVDXeAu57obAUDjmfhde8zt6u4uHUNN5vV2uA1ji7fapTgeC979mJ2dCpY6ztV9PuN3J237qXxamsX53VH2e5jCh3bCxR6SOJYpz+5vJIunPGYShvbWS/qil0te7IwVYSZNYIZdpYhLbLS4LmDmCgcXokcCqcqyqDscPV5Dkk+Wctj1MZk2pVr109ba8GFedmeTZbIM7JS+IVIocdfi5KgnxK1eLGTdCtYZXGHsl/rPtrcKorKJjeHbYiKXNJsaxttVxxZXYZKDyZT43ABdbWzsmIlMh2V60YexsJ6EtQQmGpPYd73Kgnc4eDI5HRvPFQZPDMYZUw+aPLeqi4Klicpl+JqOds7akIlpi9R2rbZtlzK0WhW+MKYwW7dHMhkXzpOfsfbfYvH9RrA2FTw/mCzkihhDcEY1DDKtIKQIMdoVHAI0MNriI31VsLSJWHKC+QWauCOGT8CPEleIsUe1yfHudRrlBxmPUyXFU1oBDZwhDYdhNBwT1+RLcgMWJ1JtLyQl0wzKXuEQbsU1m5if13EJhmfL0lm5EkdoFnyxz7WXwfUze4LGpfu7G53Z3dzBaDhYulZ3Lwtmmweb/pw1JZeK77eBdRZXeKGxDo5mpamhOs7KgpaEcS7peAVG306xco4OS/SU8uWCPCsbDPJDdpQ4xex2Z83gTZYtXpRP6WTletXEEqP+eiirrqOFK0PK/lQ5IQ/zy1NtF/egIelBh0ucPBjJPxLqDsuStQmsE7lyM4FKjScDCbwcUDOEmK2HzI4YMrWw5LhSTK1f+hY+Xa1e3LbG5XHV3Pq4C8+daCoWU/ZT7jFegw/N9Oyqv+O2w930cmuRYfMU9YZbwDqXq6dsWx6csuHZFRuW497w3ImGy7D6f1huQJof3sCzNmsDWL+QK1touXr5DbYal/XLca9/7kSedRUNFvv5t+4MWevB+p1cbVoofvWzK1ZbrPXPnchyj4kfgnZnBdmFbVZ1CKzql3J12fD0w+vah8+ttlhrnzuR5x6HYgBXgPMLmneGl3VgVVJdfu22+sEpax8+t3o57nXPnbjLPXZzBS0Xv6TJ1TQwq8D61Vxd3ELx11UBvDrRYq187sT9gysxUaInUvyaJmeTxKwBq/nlXF1WP/1w3cPn1lmsdc+dGD+4UtviIal/T+NOLEWTwPp/lpXxy7izzvAAAAAASUVORK5CYII=\" alt=\"\" class=\"wp-image-1235\"/>\n\n<p>Get a new plan or upgrade your AIOSEO NOW & unlock up to 70% OFF advanced SEO features - </p>\n\n<p>๐ Powerful SEO Optimization<br>โ Advanced Sitemaps<br>๐ Redirection Manager<br>๐ธ AI Internal Link Assistant<br>๐งฉ SEO Mastertools<br>๐ง๐ปโ๐ค Search Insights</p>\n\n<p>Drive more traffic with cutting-edge optimizations. This deal vanishes at midnight ๐ค</p>\n\n<p><strong>The clock is tickingโgrab your discount before it disappears! </strong>๐ฆ</p>','success','[\"4-x\",\"lite\"]',1229,NULL,'2025-03-17 00:00:00','2025-03-19 00:00:00','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day2025-v4-x-lite',NULL,NULL,0,0,'2025-03-17 20:21:42','2025-03-17 20:21:42'),(47,'683a79ea2e89f','[New] Get Indexing Data Right Inside WordPress!','<p class=\"wp-block-paragraph\">Worried Google\'s not seeing your amazing WordPress content? ๐ค </p>\n\n<p class=\"wp-block-paragraph\">AIOSEO 4.8.2 introduces the <strong>Index Status Report</strong>, giving you crystal-clear visibility into what <strong>Google\'s indexing</strong> (and what it\'s missing!). <strong>Uncover hidden indexing issues</strong>, see post-level details, and track your rich resultsโall within your familiar WordPress dashboard. </p>\n\n<p class=\"wp-block-paragraph\">Stop losing traffic and ensure your hard work gets seen. </p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.8.2 today and take control of your websiteโs visibility! ๐</p>','success','[\"4-x\",\"lite\"]',1249,NULL,'2025-05-22 15:19:11',NULL,'Learn More','https://aioseo.com/introducing-index-status-report/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-482-v4-x-lite',0,0,'2025-05-31 03:39:22','2026-07-01 02:11:41'),(48,'68bed3d4a10f8','Introducing Site Audit in AIOSEO 4.8.6','<p class=\"wp-block-paragraph\">Tired of guessing why your website isnโt ranking higher? Or frustrated by SEO tools that give you too much data but no clear answers?</p>\n\n<p class=\"wp-block-paragraph\">Weโve supercharged our SEO Analyzer to give you crystal-clear insights and action stepsโright inside your WordPress dashboard!</p>\n\n<p class=\"wp-block-paragraph\">Now you can:</p>\n\n<p class=\"wp-block-paragraph\">โ Scan your <strong>entire site</strong> for common SEO issues.</p>\n\n<p class=\"wp-block-paragraph\">โ View issues <strong>page-by-page</strong> or <strong>by issue type</strong>.</p>\n\n<p class=\"wp-block-paragraph\">โ <strong>Get instant tooltips</strong>, 1-click fixes, and quick keyword additions.</p>\n\n<p class=\"wp-block-paragraph\">โ <strong>Track progress</strong> with satisfying visual checkmarks.</p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.8.6 today and take the guesswork out of SEO!</p>','success','[\"4-x\",\"lite\"]',1298,NULL,'2025-08-27 00:00:00',NULL,'Learn More','https://aioseo.com/site-audit-announcement/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=486-v4-x-lite',0,0,'2025-09-08 13:02:12','2026-07-01 02:11:41'),(49,'68bed3d4a43a0','[New] AI Content Generator: Supercharge Your Content Creation!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1276\" style=\"object-fit:cover\"/>\n\n<p class=\"wp-block-paragraph\">Tired of the endless grind of crafting content, SEO titles, meta descriptions, social media posts, and FAQs? </p>\n\n<p class=\"wp-block-paragraph\">We get it! Creating high-quality, optimized content can be challenging and time-consuming. That\'s why we\'re thrilled to introduce AIOSEO\'s new <strong>AI Content Generator</strong>!</p>\n\n<p class=\"wp-block-paragraph\">Automatically generate content snippets like:</p>\n\n<p class=\"wp-block-paragraph\">โ FAQs<br>โ Key points<br>โ Social media posts<br>โ Email copy<br>โ SEO titles and meta descriptions </p>\n\n<p class=\"wp-block-paragraph\">... and much more to come!</p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.8.4 now to unlock these powerful AI features and transform your content creation process! ๐</p>','success','[\"4-x\",\"lite\"]',1270,NULL,'2025-07-09 13:36:07',NULL,'Learn More','https://aioseo.com/new-ai-content-generator/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-484-v4-x-lite',0,0,'2025-09-08 13:02:12','2026-07-01 02:11:41'),(50,'6980324c5650d','๐ค 4.8.8 is Here โ Unleash the Power of AI on Your Website!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1311\" style=\"object-fit:cover\"/>\n\n<p class=\"wp-block-paragraph\">Ready to create content, images, and boost your visibility faster than ever? With AIOSEO 4.8.8, you get cutting-edge AI features right inside WordPress:</p>\n\n<p class=\"wp-block-paragraph\">โ Instantly generate blog posts, product copy, FAQs, and more with our new AI Assistant.</p>\n\n<p class=\"wp-block-paragraph\">โ Create stunning, one-of-a-kind images with the Image Generator โ no designer needed.</p>\n\n<p class=\"wp-block-paragraph\">โ Take charge of how AI engines see your site using the new LLMS.txt Generator.</p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.8.8 now and supercharge your site with the future of SEO โ powered by AI. ๐</p>','success','[\"4-x\",\"lite\"]',1310,NULL,'2025-10-22 16:06:34',NULL,'Learn More','https://aioseo.com/aioseo-4-8-8-release/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4.8.8-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4.8.8-v4-x-lite',0,0,'2026-02-02 05:12:44','2026-07-01 02:11:41'),(51,'698ac1d5d5661','๐ Valentine\'s Day Flash Sale: Up to 60% Off!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1392\"/>\n\n<p>For this weekend only, show your website some love with up to 60% OFF all AIOSEO plans and upgrades!</p>\n\n<p>๐ <strong>Write Content Users Love: </strong>Generate SEO titles, meta descriptions, and blogs with AI.</p>\n\n<p>๐ <strong>Fix Broken Links:</strong> Automatically find and fix 404 errors with the Redirection Manager. </p>\n\n<p>๐ <strong>Look Your Best:</strong> Stand out in search results with rich snippets (star ratings, prices, and more). </p>\n\n<p>๐ <strong>Find Your Perfect Match: </strong>Rank for the right keywords with our on-page SEO checklist.</p>\n\n<p>Fall in love with your traffic stats again with the #1 SEO plugin for WordPress. But donโt wait...</p>\n\n<p>This deal will disappear soon!</p>','success','[\"4-x\",\"lite\"]',1391,NULL,'2026-02-13 00:00:00','2026-02-16 00:00:00','Claim My Valentine\'s Discount','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=valentines-day-2026-v4-x-lite',NULL,NULL,0,1,'2026-02-10 05:27:49','2026-02-14 02:58:05'),(52,'699d47a996082','Meet Your New SEO Checklist in AIOSEO 4.9.4!','<p class=\"wp-block-paragraph\">Maximize your site\'s potential with our latest update:</p>\n\n<p class=\"wp-block-paragraph\"><strong>โ SEO Checklist: </strong>A new interactive guide to help you complete your setup and explore advanced features. Finish the tasks to see the confetti fly!</p>\n\n<p class=\"wp-block-paragraph\"><strong>๐ค AI Suite:</strong> Weโve renamed AI Insights to AI Suite and moved all AI Content Settings there to centralize your tools.</p>\n\n<p class=\"wp-block-paragraph\"><strong>โ๏ธ License Tab:</strong> The General Settings tab is now the License tab, featuring a clearer UI and easy access to AI Credit connections.</p>\n\n<p class=\"wp-block-paragraph\">Update to AIOSEO 4.9.4 and follow the roadmap to a fully optimized site! ๐</p>','success','[\"4-x\",\"lite\"]',1397,NULL,'2026-02-24 00:00:00',NULL,'Learn More','https://aioseo.com/aioseo-4-9-4-release/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-4-announcement-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-4-announcement-v4-x-lite',0,1,'2026-02-24 06:39:37','2026-07-01 02:11:41'),(53,'69b8e3d1147f4','๐ One More Day to Save Up to 60%!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1406\"/>\n\n<p>Your luck isn\'t over yet! We\'ve extended our St. Patrick\'s Day Sale for ONE more day.</p>\n\n<p>Get up to 60% OFF all AIOSEO plans and upgrades โ but only until midnight EST tonight.</p>\n\n<p>๐ <strong>SEO Checklist:</strong> Know exactly what to fix on every page. </p>\n\n<p>๐ <strong>AI Writing Tools:</strong> Create content faster, right inside WordPress. </p>\n\n<p>๐ <strong>Redirection Manager:</strong> Fix broken links automatically. </p>\n\n<p>๐ <strong>Rich Snippets:</strong> Stand out in Google search results.</p>\n\n<p>This is the final extension. Don\'t miss it and pay full price tomorrow.</p>','success','[\"4-x\",\"lite\"]',1402,NULL,'2026-03-18 00:00:00','2026-03-19 00:00:00','Grab My Extended Discount','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day-extended-2026-v4-x-lite',NULL,NULL,0,1,'2026-03-17 05:17:05','2026-03-18 05:17:06'),(54,'69b8e3d11f8ce','โ๏ธ St. Patrick\'s Day Sale: Up to 60% Off!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1404\"/>\n\n<p>Rankings don\'t happen by luck. They happen with the right system โ and today, that system is up to 60% off.</p>\n\n<p>โ <strong>TruSEO Analysis:</strong> Get real-time feedback on every post before you publish.</p>\n\n<p>โ <strong>AI Writing Tools:</strong> Generate titles, meta descriptions, and full blog posts in seconds.</p>\n\n<p>โ <strong>Redirection Manager:</strong> Find and fix 404 errors automatically โ never lose traffic silently.</p>\n\n<p>โ <strong>Rich Snippets:</strong> Stand out in search with star ratings, prices, FAQs, and more.</p>\n\n<p>Join over 3 million WordPress site owners who\'ve stopped guessing and started ranking. But don\'t wait! This deal disappears tonight at midnight EST. โฐ</p>','success','[\"4-x\",\"lite\"]',1400,NULL,'2026-03-17 00:00:00','2026-03-18 00:00:00','Claim My Lucky Discount','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=st-patricks-day-2026-v4-x-lite',NULL,NULL,0,1,'2026-03-17 05:17:05','2026-03-17 05:17:05'); INSERT INTO `wpln_aioseo_notifications` (`id`, `slug`, `title`, `content`, `type`, `level`, `notification_id`, `notification_name`, `start`, `end`, `button1_label`, `button1_action`, `button2_label`, `button2_action`, `dismissed`, `new`, `created`, `updated`) VALUES (55,'69e6dda17d868','๐ผ Spring Sale: Up To 60% Off AIOSEO Pro!','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1412\"/>\n\n<p>For one week only, get <strong>up to 60% off</strong> all AIOSEO plans and upgrades.</p>\n\n<p>If you\'ve been meaning to unlock more powerful SEO tools, here\'s what\'s waiting on the other side: </p>\n\n<p>โ A real-time <strong>SEO checklist </strong>for every post and page, so you know exactly what to do</p>\n\n<p>โ <strong>AI writing tools</strong> that create your titles, meta descriptions, blog drafts, and more</p>\n\n<p>โ Automatic <strong>404 detection</strong> and <strong>redirect management</strong> for easier crawling and better UX</p>\n\n<p>โ <strong>AI-generated schema</strong> that gets you rich snippets in search results (no coding)</p>\n\n<p>Sale ends Wednesday, May 6, at 11:59 PM EST. Don\'t miss it!</p>','success','[\"4-x\",\"lite\"]',1411,NULL,'2026-04-30 00:00:00','2026-05-07 00:00:00','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=spring-sale-2026-v4-x-lite',NULL,NULL,0,1,'2026-04-21 02:14:57','2026-05-06 11:28:57'),(56,'69edf7544f8b0','NEW in 4.9.6: AI Schema Generator + Bulk SEO Tools','<p>We just released one of our most ambitious updates yet, and one of them is available to Lite users, too!</p>\n\n<p><strong>๐ค AI Schema Generator: </strong>Add structured data to any page without writing code. Smart Schema analyzes your content and writes schema for you. Or use a prompt to tell it the schema type you want. No technical background or JSON-LD required. <em>(Available to Pro users)</em></p>\n\n<p><strong>โ AI Bulk Actions: </strong>Generate SEO titles, meta descriptions, and image alt text across your whole site in one go. <em>(All users, including Lite, with AI credits)</em></p>\n\n<p><strong>โ๏ธ Notes Field in Redirects: </strong>Add a comment to any redirect so you always know why it\'s there. <em>(Pro)</em></p>\n\n<p>Update to 4.9.6 and try the new AI tools today! Your workflow will be better for it.</p>','success','[\"4-x\",\"lite\"]',1415,NULL,'2026-04-22 00:00:00',NULL,'Learn More','https://aioseo.com/aioseo-4-9-6-release/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-6-announcement-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-6-announcement-v4-x-lite',0,1,'2026-04-26 11:30:28','2026-06-06 05:20:12'),(57,'69f021cb15132','Your SEO Works in English. What About Everyone Else?','<p>You\'ve already done the SEO work. <strong>Universally takes it further</strong>, translating your website into other languages where search volume is enormous (and often less competitive than English).</p>\n\n<p><strong>Universally is the #1 AI-powered website translation tool </strong>and can translate your content into over 70 languages. We love it at AIOSEO because it handles all the critical technical SEO tasks that most translation platforms overlook. For example, it manages your hreflang tags, URLs, and structured data for every language โ automatically. ๐</p>\n\n<p>This means you can rank in global search results where billions of internet users are looking for what you offer. </p>\n\n<p>And since you\'re already using AIOSEO, <strong>your existing SEO settings carry over to every translated page</strong>. The two tools cover different parts of the problem, which is why they work so well together. ๐ค</p>\n\n<p>We secured an exclusive discount just for you. Get <strong>20% off any annual Universally plan</strong> with code <strong>AIOSEO20OFF</strong>.</p>\n\n<p>Want to learn more? Read the guide first, then grab your discount.๐</p>','success','[\"4-x\",\"lite\"]',1419,NULL,'2026-04-28 14:00:00','2026-05-05 00:00:00','Read the Guide','https://aioseo.com/multilingual-wordpress-site/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=universally-cross-promo-v4-x-lite','Claim My 20% Off','https://universally.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=universally-cross-promo-v4-x-lite',0,1,'2026-04-28 02:56:11','2026-05-02 04:18:58'),(58,'6a0e75ddc4f04','Memorial Day Flash Sale: Up to 60% Off! ๐บ๐ธ','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1440\"/>\n\n<p>Celebrate this Memorial Day with up to 60% off all AIOSEO plans and upgrades. ๐</p>\n\n<p>If you\'ve been meaning to unlock more powerful SEO tools, consider this your sign. Real-time SEO scoring for every post. AI writing tools inside WordPress. Automatic redirect management and schema markup. Rich snippets without code.</p>\n\n<p>AIOSEO makes SEO easy, so you can focus on what matters most: growing your business.</p>\n\n<p>Limited-time deal. โณ</p>','success','[\"4-x\",\"lite\"]',1439,NULL,'2026-05-25 00:00:00','2026-05-27 00:00:00','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=memorial-day-2026-v4-x-lite',NULL,NULL,0,1,'2026-05-21 03:02:53','2026-05-26 05:58:53'),(59,'6a28d18ef09fc','19 Years. 3M+ Installs. Here\'s What We\'ve Learned.','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1443\"/>\n\n<p class=\"wp-block-paragraph\">Most ranking problems aren\'t about content. They\'re about signals Google can\'t read โ missing schema, weak internal links, orphaned pages that get crawled but never ranked.ย <strong>Fix those, and rankings follow.</strong></p>\n\n<p class=\"wp-block-paragraph\"><strong>๐</strong> <strong>It\'s our birthday this week, and weโre celebrating with a sale. ๐</strong> </p>\n\n<p class=\"wp-block-paragraph\">Every plan (and upgrade!) is up to 60% off through June 24. This is <em>the</em> best time of year to get the tools that find and fix exactly those problems. Plans from $49.50.</p>\n\n<p class=\"wp-block-paragraph\">14-day money-back guarantee. Sale ends June 24 at 11:59 PM EST.</p>','success','[\"4-x\",\"lite\"]',1445,NULL,'2026-06-18 00:00:00','2026-06-25 00:00:00','Get the Birthday Deal','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=birthday-sale-2026-v4-x-lite',NULL,NULL,0,1,'2026-06-10 02:53:02','2026-06-22 12:03:10'),(60,'6a348e69b333f','AIOSEO 4.9.8: AI Agents, Free REST API & 2 New Image Models','<p class=\"wp-block-paragraph\">AIOSEO 4.9.8 brings 3 new updates, and all of them are free for every plan, including Lite.</p>\n\n<p class=\"wp-block-paragraph\"><strong>๐ค AIOSEO MCP: </strong>Connect AI agents like Claude, Cursor, and ChatGPT directly to WordPress. Give a command in plain English and they\'ll update your SEO data without touching the admin.</p>\n\n<p class=\"wp-block-paragraph\"><strong>๐ REST API, now free: </strong>Access your siteโs SEO data programmatically. Update metadata in bulk, manage redirects from a script, and pull TruSEO scores into custom dashboards.</p>\n\n<p class=\"wp-block-paragraph\"><strong>๐จ 2 New Image Models:</strong> The AI Image Generator now includes GPT Image 2 from OpenAI and Nano Banana 2 from Google. Select the model from the dropdown when generating images. (AI credits required)</p>\n\n<p class=\"wp-block-paragraph\">Update to 4.9.8 from your WordPress dashboard and power your SEO with AI!</p>','success','[\"4-x\",\"lite\"]',1448,NULL,'2026-06-17 13:50:00',NULL,'See the AIOSEO MCP','https://aioseo.com/introducing-aioseo-mcp/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-8-announcement-v4-x-lite','Explore REST API','https://aioseo.com/aioseo-rest-api/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-8-announcement-v4-x-lite',0,1,'2026-06-19 00:33:45','2026-08-17 02:26:16'),(61,'6a3cb2ad9561e','New Models Available in the AI Image Generator!','<p class=\"wp-block-paragraph\">AIOSEO 4.9.8 adds 2 new AI image models to the generator. More options, more ways to get the image you actually want, right inside WordPress.</p>\n\n<p class=\"wp-block-paragraph\"><strong>๐ค GPT Image 2:</strong> OpenAI\'s latest. Photorealistic output, precise prompt-following, and clean results across a wide range of styles.<br><strong>๐ค Nano Banana 2: </strong>From Google. Better suited when speed, creativity, and flexibility are the priority.</p>\n\n<p class=\"wp-block-paragraph\"><strong>How to try them:</strong> open any post, add an Image block, click Generate with AI, and select the model from the dropdown.</p>\n\n<p class=\"wp-block-paragraph\">Available to all AIOSEO users; AI credits required.</p>\n\n<p class=\"wp-block-paragraph\">๐ Both models are available now! Just update to 4.9.8 and start creating!</p>','success','[\"4-x\",\"lite\"]',1455,NULL,'2026-07-02 09:50:00',NULL,'Read the Announcement','https://aioseo.com/gpt-image-2-nano-banana-2/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-4-9-8-v4-x-lite',NULL,NULL,0,1,'2026-06-25 04:46:37','2026-08-17 02:26:16'),(62,'6a3cb2ad97afa','REST API Is Now Free for All Plans!','<p class=\"wp-block-paragraph\">Starting with 4.9.8, the AIOSEO REST API is free for every plan, including Lite. This update gives all AIOSEO users access to 28 SEO capabilities, available over HTTP in any language or tool.</p>\n\n<p class=\"wp-block-paragraph\">Here are a few examples of what you can do with it:</p>\n\n<p class=\"wp-block-paragraph\">โ Update SEO titles and meta descriptions in bulk from any script or stack<br>โ Create, update, or delete redirects without opening WordPress<br>โ Pull TruSEO scores into a custom dashboard or monitoring script<br>โ Retrieve Search Console performance data by post or time period<br>โ Check which posts are orphaned or missing internal links</p>\n\n<p class=\"wp-block-paragraph\">The addon has been deprecated and merged into the core plugin. All you have to do is update to 4.9.8, and it will be there. ๐</p>\n\n<p class=\"wp-block-paragraph\"><strong>Not writing scripts? </strong>AIOSEO MCP connects AI agents like Claude, Cursor, and ChatGPT directly to your site. Same 28 abilities, no code required.</p>\n\n<p class=\"wp-block-paragraph\">Update to 4.9.8 and start building!</p>','success','[\"4-x\",\"lite\"]',1453,NULL,'2026-06-30 09:50:00',NULL,'Read the Announcement','https://aioseo.com/aioseo-rest-api/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-4-9-8-v4-x-lite',NULL,NULL,0,1,'2026-06-25 04:46:37','2026-08-17 02:26:16'),(63,'6a3cb2ad9948f','NEW in 4.9.8: AIOSEO MCP Connects AI Agents to WordPress','<p class=\"wp-block-paragraph\">Starting with 4.9.8, AIOSEO supports MCP (Model Context Protocol). Connect AI agents like Claude, Cursor, and ChatGPT directly to your WordPress SEO โ no code, no scripts. ๐ค</p>\n\n<ul class=\"wp-block-list\">\n<li>Ask Claude to find all posts missing a meta description and update them in bulk</li>\n\n<li>Create, update, or delete redirects from a chat window</li>\n\n<li>Pull TruSEO scores for any post to review SEO health without logging in</li>\n\n<li>Retrieve Search Console data by post or time period</li>\n\n<li>Check which posts are orphaned or missing internal links</li>\n</ul>\n\n<p class=\"wp-block-paragraph\">There are currently 28 SEO abilities available through any MCP-compatible AI.</p>\n\n<p class=\"wp-block-paragraph\">Set it up in 4 steps with a ready-to-paste config snippet for Claude, Cursor, VS Code, Gemini CLI, and more.</p>\n\n<p class=\"wp-block-paragraph\">Update to 4.9.8 and start delegating your SEO. ๐ช</p>','success','[\"4-x\",\"lite\"]',1451,NULL,'2026-06-26 09:50:00',NULL,'Read the Announcement','https://aioseo.com/introducing-aioseo-mcp/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=aioseo-4-9-8-v4-x-lite',NULL,NULL,0,1,'2026-06-25 04:46:37','2026-08-17 02:26:16'),(64,'6a605d10b0591','Do You List Events or Jobs on Your Site?','<p class=\"wp-block-paragraph\">If your website lists events or job openings, this update is for you. ๐ซต</p>\n\n<p class=\"wp-block-paragraph\"><strong>Event schema and job posting schema are now included on every AIOSEO paid plan</strong>, starting with Basic.</p>\n\n<p class=\"wp-block-paragraph\">This means your event details and job listings can appear as rich results in Google search. ๐</p>\n\n<p class=\"wp-block-paragraph\">(FYI: Event schema was previously Elite-only, and job posting schema required Pro or higher.)</p>\n\n<p class=\"wp-block-paragraph\">To get started, all you have to do is navigate to the<strong> AIOSEO Settings</strong> at the bottom of any post or page. Then, click the <strong>Schema</strong> tab and select your schema of choice.</p>\n\n<p class=\"wp-block-paragraph\">Weโll take care of the technical setup. You just enter a few user-friendly fields about your event or job listing, and youโre done. </p>\n\n<p class=\"wp-block-paragraph\">Easy ๐</p>','success','[\"4-x\",\"lite\"]',1461,NULL,'2026-07-13 10:00:00',NULL,'Learn More','https://aioseo.com/event-job-posting-schema-basic/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-9-event-job-schema-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/lite-upgrade/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-9-event-job-schema-v4-x-lite',0,1,'2026-07-22 06:02:56','2026-08-17 02:26:16'),(65,'6a605d10b2ac8','Get SEO Alerts Right in Your Email Inbox & Slack Messages','<p class=\"wp-block-paragraph\">Most SEO problems don\'t announce themselves.</p>\n\n<p class=\"wp-block-paragraph\">Your site could have a broken robots.txt, a failed sitemap, or a homepage accidentally set to noindex โ and you\'d only find out weeks later when rankings start sliding. ๐ณ</p>\n\n<p class=\"wp-block-paragraph\">S<strong>EO Alerts monitors your site every hour </strong>and notifies you the moment something breaks, by email or Slack.</p>\n\n<p class=\"wp-block-paragraph\">You can also add multiple recipients so the right people always stay in the loop.</p>\n\n<p class=\"wp-block-paragraph\"><strong>Free for every plan, including Lite. ๐</strong></p>\n\n<p class=\"wp-block-paragraph\">Update to 4.9.9 from your WordPress dashboard to turn it on.</p>','success','[\"4-x\",\"lite\"]',1459,NULL,'2026-07-08 10:00:00',NULL,'Learn More','https://aioseo.com/introducing-seo-alerts/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=4-9-9-seo-alerts-v4-x-lite',NULL,NULL,0,1,'2026-07-22 06:02:56','2026-08-17 02:26:16'),(66,'6a605d10b3ee2','BLC Now Checks If Your Videos Are Still Live ๐ฌ','<p class=\"wp-block-paragraph\">Traditional link checkers think your siteโs video content is fine, even if a YouTube video has been deleted or a Vimeo embed was set to private. Thatโs because most link checkers just look for a working URL, which, technically, these dead videos have.</p>\n\n<p class=\"wp-block-paragraph\">This means your site visitors could be hitting a dead player without you ever knowing. ๐ฎ</p>\n\n<p class=\"wp-block-paragraph\">Broken Link Checker 1.3.0 fixes that.</p>\n\n<p class=\"wp-block-paragraph\"><strong>BLC now confirms whether your embedded videos are actually live</strong> on YouTube, Vimeo, TikTok, and 10+ other platforms, not just if the link works.</p>\n\n<p class=\"wp-block-paragraph\">Available on all paid BLC plans. Update to 1.3.0 and run a scan. ๐</p>','success','[\"4-x\",\"lite\"]',1382,NULL,'2026-07-06 10:00:00',NULL,'See What\'s New','https://aioseo.com/blc-now-detects-dead-videos/ ?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=blc-1-3-0-video-support-v4-x-lite','Get BLC','https://aioseo.com/pricing-broken-link-checker/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=blc-1-3-0-video-support-v4-x-lite',0,1,'2026-07-22 06:02:56','2026-08-17 02:26:16'),(67,'6a6c51b23699f','AI Can Now Fix Your TruSEO Score For You','<p class=\"wp-block-paragraph\">TruSEO just got its biggest rebuild yet, and every feature is available to all AIOSEO users, <strong>including Lite</strong>.</p>\n\n<p class=\"wp-block-paragraph\"><strong>๐ค Optimize with AI:</strong> Click once, and AI rewrites your title, meta description, headline, content, and spelling together. Your original is saved as a revision first, so you can always roll back.</p>\n\n<p class=\"wp-block-paragraph\"><strong>โก Real-time scoring: </strong>Your TruSEO score generates automatically now, even outside the editor. No more posts stuck at \"N/A.\"</p>\n\n<p class=\"wp-block-paragraph\"><strong>๐ 10+ new languages:</strong> Set the analysis language per post, or let autodetect handle it, so multilingual sites finally get graded correctly.</p>\n\n<p class=\"wp-block-paragraph\">๐ฏ<strong> Redesigned Optimization tab:</strong> One score out of 100, plus 5 clear sub-tabs: Keywords, Basics, Spelling, Readability, and Headline. This organizes your most important SEO tasks in one place.</p>\n\n<p class=\"wp-block-paragraph\">To celebrate, <strong>we\'re also giving away free AI Credits </strong>to everyone who tries the new \"Optimize with AI\" feature. All you have to do is open the post editor, click \"Optimize with AI,\" and you\'re entered automatically. We\'re giving away <strong>100 prizes through the end of August</strong>.</p>\n\n<ul class=\"wp-block-list\">\n<li>5 winners get 200,000 credits</li>\n\n<li>10 winners get 50,000 credits</li>\n\n<li>25 winners get 25,000 credits</li>\n\n<li>60 winners get 10,000 credits</li>\n</ul>\n\n<p class=\"wp-block-paragraph\">Upgrade to 5.0.0 today to unlock all these features and explore the new and improved TruSEO.</p>','success','[\"4-x\",\"lite\"]',1481,NULL,'2026-07-30 22:01:18',NULL,'Learn More','https://aioseo.com/introducing-truseo-2-0/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=5-0-0-announcement-v4-x-lite','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=5-0-0-announcement-v4-x-lite',0,1,'2026-07-31 07:41:38','2026-08-17 02:26:16'),(68,'6a6ee4564c98b','AIOSEO 5.0.0 Is Here. So Is Up to 60% Off.','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1484\"/>\n\n<p class=\"wp-block-paragraph\"><strong>AIOSEO 5.0.0 just rebuilt TruSEO from the ground up. </strong>Now, you have: </p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Real-time scoring: </strong>No more posts sitting at N/A</li>\n\n<li><strong>10+ new languages: </strong>Set custom language by post</li>\n\n<li><strong>Optimize with AI:</strong> Implement all TruSEO suggestions with the click of a button.</li>\n\n<li><strong>Spell checker: </strong>Fix typos before posts go live</li>\n\n<li>And more...</li>\n</ul>\n\n<p class=\"wp-block-paragraph\">๐ This is one of our biggest updates ever, and while everything is free to all AIOSEO users (Lite, that includes you too), AI Credits are required to run some of the new features. </p>\n\n<p class=\"wp-block-paragraph\">And right now, you can <strong>get up to 60% off all plans and upgrades</strong>. Each tier comes with AI Credits, which you can use to run all the AI tools in the plugin. </p>\n\n<p class=\"wp-block-paragraph\">Sale ends August 6 at 11:59 PM EST.</p>\n\n<p class=\"wp-block-paragraph\"><strong>Bonus:</strong> Try the new \"<strong>Optimize with AI</strong>\" button, and you\'ll be automatically entered to win AI Credits. ๐ค</p>','success','[\"4-x\",\"lite\"]',1483,NULL,'2026-07-31 09:00:00','2026-08-07 00:00:00','Get AIOSEO Pro','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-2026-v4-x-lite','Learn More','https://aioseo.com/newsroom/introducing-truseo-2-0/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=summer-sale-2026-v4-x-lite',0,1,'2026-08-02 06:31:50','2026-08-02 06:31:50'),(69,'6a7592ad60cf1','Your site should be working as hard as you do','<img src=\"data:image/webp;base64,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\" alt=\"\" class=\"wp-image-1497\"/>\n\n<p class=\"wp-block-paragraph\">It\'s Labor Day, which means most of the internet is taking a break. But your site doesn\'t get one. Google keeps crawling, competitors keep publishing, and the sites that stay optimized keep pulling ahead while everyone else is at the cookout.</p>\n\n<p class=\"wp-block-paragraph\">This week, every AIOSEO plan (and upgrade!) is <strong>up to 60% off</strong>, so the tools that do that optimizing for you cost less than they ever do. Plans start as low as $49.50.</p>\n\n<p class=\"wp-block-paragraph\"><strong>14-day money-back guarantee</strong>. Sale ends September 8 at 11:59 PM EST.</p>','success','[\"4-x\",\"lite\"]',1495,NULL,'2026-09-07 00:00:00','2026-09-09 00:00:00','Get My Discount','https://aioseo.com/pricing/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=labor-day-sale-2026-v4-x-lite',NULL,NULL,0,1,'2026-08-07 08:09:17','2026-08-17 02:26:16'),(70,'6a7592ad624f9','Watch Your Headline Score Update in Real Time โ๏ธ','<p class=\"wp-block-paragraph\">Get feedback on your headline, right inside the post editor.</p>\n\n<p class=\"wp-block-paragraph\">The updated Headline Analyzer provides more insights and real-time scoring when you try headline variations. Plus, you can compare SEO scores so you know which variation is likely to perform better in search results. ๐</p>\n\n<p class=\"wp-block-paragraph\">Tweak a headline and watch the score change instantly, from a 54 to a 66 in real time, without leaving the rest of your TruSEO insights, like keywords, spelling, and readability.</p>\n\n<p class=\"wp-block-paragraph\">If you\'re not already on 5.0.0, just update the plugin from your WordPress dashboard, and you\'ll see the revamped Headline Analyzer.</p>','success','[\"4-x\",\"lite\"]',1493,NULL,'2026-08-20 00:00:00',NULL,'Learn More','https://aioseo.com/newsroom/headline-analyzer-in-truseo/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=5-0-0-headline-analyzer-v4-x-lite',NULL,NULL,0,1,'2026-08-07 08:09:17','2026-08-17 02:26:16'),(71,'6a7592ad64324','The Highlighter Now Fixes What It Finds','<p class=\"wp-block-paragraph\">You already use the Highlighter to catch issues while you write. Now, you can click a flagged word or sentence and <strong>get an AI-generated fix </strong>you can apply right there in the editor.</p>\n\n<p class=\"wp-block-paragraph\">Correct passive voice, typos, and run-on sentences with the click of a button. No manual editing required. โ </p>\n\n<p class=\"wp-block-paragraph\">Now, every post reads like your best one, not your first one. </p>\n\n<p class=\"wp-block-paragraph\">Update to 5.0.0 from your WordPress dashboard to use the new Highlighter and AI-powered fixes. ๐ช</p>','success','[\"4-x\",\"lite\"]',1491,NULL,'2026-08-17 00:00:00',NULL,'Learn More','https://aioseo.com/newsroom/truseo-highlighter-suggests-fixes/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=5-0-0-highlighter-v4-x-lite',NULL,NULL,0,1,'2026-08-07 08:09:17','2026-08-17 02:26:16'),(72,'6a7592ad6534a','Optimize with AI Is Here in TruSEO','<p class=\"wp-block-paragraph\">TruSEO just started fixing its own suggestions. Click <strong>Optimize with AI</strong>, and it rewrites your SEO title, meta description, headline, and content, all in 1 pass (and under 30 seconds). ๐</p>\n\n<p class=\"wp-block-paragraph\">Misspelled words? It fixes those too, so nothing short of perfection goes live. </p>\n\n<p class=\"wp-block-paragraph\">Your original version is always saved first. You can revert any of its suggestions or keep all its optimizations. โ๏ธ</p>\n\n<p class=\"wp-block-paragraph\">If you haven\'t already, upgrade to 5.0.0 to get the new \"Optimize with AI\" button in the WordPress editor. It makes your workflow smarter, faster, and better for SEO.</p>','success','[\"4-x\",\"lite\"]',1488,NULL,'2026-08-13 00:00:00',NULL,'Learn More','https://aioseo.com/newsroom/optimize-with-ai/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=5-0-0-optimize-ai-v4-x-lite',NULL,NULL,0,1,'2026-08-07 08:09:17','2026-08-17 02:26:16'),(73,'6a7592ad664a8','It\'s Here: The Spell Checker with Instant Fixes','<p class=\"wp-block-paragraph\">Tired of publishing a post only to realize it has a typo the second after it goes live?</p>\n\n<p class=\"wp-block-paragraph\">The new Spell Checker takes care of that with the click of a button. When you\'re writing, <strong>it flags misspellings automatically</strong> and <strong>proposes suggested fixes</strong>. All you have to do is click the one you want.</p>\n\n<p class=\"wp-block-paragraph\">It also has a <strong>built-in dictionary</strong> where you can add brand terms so they never get flagged.</p>\n\n<p class=\"wp-block-paragraph\">The Spell Checker is free to all users and available on AIOSEO 5.0.0. Update the plugin, and you\'ll have it right in the WordPress editor.</p>','success','[\"4-x\",\"lite\"]',1486,NULL,'2026-08-11 09:45:00',NULL,'Learn More','https://aioseo.com/newsroom/introducing-spell-checker/?utm_source=WordPress&utm_medium=plugin-notification&utm_campaign=5-0-0-spell-checker-v4-x-lite',NULL,NULL,0,1,'2026-08-07 08:09:17','2026-08-17 02:26:16'); /*!40000 ALTER TABLE `wpln_aioseo_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_aioseo_posts` -- DROP TABLE IF EXISTS `wpln_aioseo_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_aioseo_posts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL, `title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `keywords` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `keyphrases` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `page_analysis` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `canonical_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_object_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `og_image_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_image_width` int DEFAULT NULL, `og_image_height` int DEFAULT NULL, `og_image_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_image_custom_fields` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_video` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `og_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_article_section` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `og_article_tags` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_use_og` tinyint(1) DEFAULT '0', `twitter_card` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `twitter_image_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_image_custom_fields` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `twitter_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `seo_score` int NOT NULL DEFAULT '0', `schema_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'default', `schema_type_options` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `pillar_content` tinyint(1) DEFAULT NULL, `robots_default` tinyint(1) NOT NULL DEFAULT '1', `robots_noindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noarchive` tinyint(1) NOT NULL DEFAULT '0', `robots_nosnippet` tinyint(1) NOT NULL DEFAULT '0', `robots_nofollow` tinyint(1) NOT NULL DEFAULT '0', `robots_noimageindex` tinyint(1) NOT NULL DEFAULT '0', `robots_noodp` tinyint(1) NOT NULL DEFAULT '0', `robots_notranslate` tinyint(1) NOT NULL DEFAULT '0', `robots_max_snippet` int DEFAULT NULL, `robots_max_videopreview` int DEFAULT NULL, `robots_max_imagepreview` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT 'large', `tabs` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `images` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `image_scan_date` datetime DEFAULT NULL, `priority` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `frequency` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `videos` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `video_thumbnail` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `video_scan_date` datetime DEFAULT NULL, `local_seo` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, `limit_modified_date` tinyint(1) NOT NULL DEFAULT '0', `created` datetime NOT NULL, `updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `ndx_aioseo_posts_post_id` (`post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_aioseo_posts` -- LOCK TABLES `wpln_aioseo_posts` WRITE; /*!40000 ALTER TABLE `wpln_aioseo_posts` DISABLE KEYS */; INSERT INTO `wpln_aioseo_posts` (`id`, `post_id`, `title`, `description`, `keywords`, `keyphrases`, `page_analysis`, `canonical_url`, `og_title`, `og_description`, `og_object_type`, `og_image_type`, `og_image_url`, `og_image_width`, `og_image_height`, `og_image_custom_url`, `og_image_custom_fields`, `og_video`, `og_custom_url`, `og_article_section`, `og_article_tags`, `twitter_use_og`, `twitter_card`, `twitter_image_type`, `twitter_image_url`, `twitter_image_custom_url`, `twitter_image_custom_fields`, `twitter_title`, `twitter_description`, `seo_score`, `schema_type`, `schema_type_options`, `pillar_content`, `robots_default`, `robots_noindex`, `robots_noarchive`, `robots_nosnippet`, `robots_nofollow`, `robots_noimageindex`, `robots_noodp`, `robots_notranslate`, `robots_max_snippet`, `robots_max_videopreview`, `robots_max_imagepreview`, `tabs`, `images`, `image_scan_date`, `priority`, `frequency`, `videos`, `video_thumbnail`, `video_scan_date`, `local_seo`, `limit_modified_date`, `created`, `updated`) VALUES (1,28,'Verde Naturopathy','Kalamunda Naturopath providing holistic healing and herbal medicine','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 3.8% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 23.6 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20210503_205936_105.jpg\",\"image:title\":\"IMG_20210503_205936_105\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/05\\/IMG_20200714_175859_865.jpg\",\"image:title\":\"IMG_20200714_175859_865\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/08\\/IMG_20210701_202413_037.jpg\",\"image:title\":\"IMG_20210701_202413_037\",\"image:caption\":\"\"}]','2025-10-20 06:29:24','default','default',NULL,NULL,NULL,NULL,0,'2022-05-02 11:18:39','2025-10-20 06:29:24'),(8,424,'#post_title #separator_sa #site_title','#post_content','[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"This is far below the recommended minimum of words.\",\"score\":-10,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 3.7% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 28.3 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/05\\/4-01.png\",\"image:title\":\"4-01\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/05\\/3-01.png\",\"image:title\":\"3-01\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/05\\/2-01.png\",\"image:title\":\"2-01\",\"image:caption\":\"\"}]','2025-10-20 06:29:24','default','default',NULL,NULL,NULL,NULL,0,'2025-04-01 11:55:12','2025-10-20 06:29:24'),(2,2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'),(3,3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'),(4,25,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'),(5,26,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":1,\"title\":\"Images\\/videos in content\",\"description\":\"You are not using rich media like images or videos.\",\"score\":1,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 1.5% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,72,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}',NULL,'2025-10-20 06:29:24','default','default',NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2025-10-20 06:29:24'),(6,27,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content is below the minimum of words. Add more content.\",\"score\":6,\"maxScore\":9,\"error\":1},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 4.3% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 33 in the test, which is considered difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,71,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2023\\/11\\/Screenshot_20231123_121727_Instagram.jpg\",\"image:title\":\"Screenshot_20231123_121727_Instagram\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2023\\/11\\/Screenshot_20231123_121916_Instagram.jpg\",\"image:title\":\"Screenshot_20231123_121916_Instagram\",\"image:caption\":\"\"}]','2025-10-02 03:07:20','default','default',NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2025-10-02 03:07:20'),(7,48,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2022-05-02 11:19:24',NULL,NULL,NULL,NULL,NULL,NULL,0,'2022-05-02 11:19:24','2022-05-02 11:19:24'),(9,399527,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Freebie-1.png\"}]','2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(10,393715,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(11,393742,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/07\\/Ellen_Servces208.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_Services300-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_Services301-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_001.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_Services200.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/04\\/Ellen_3500.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_099.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/play-button-1.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Freebie-1.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Money-Back.png\"}]','2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(12,393800,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":2},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 4.9% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 3 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"2 sections of your text are longer than 300 words and are not separated by any subheadings. Add subheadings to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":4}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,68,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA708227-2-scaled.jpg\",\"image:title\":\"SA708227-2\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_096.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_210.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/07\\/Ellen_Servces208.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"}]','2026-02-06 07:28:10','default','default',NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2026-02-06 07:28:10'),(13,394068,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"We couldn\'t find any internal links in your content. Add internal links in your content.\",\"score\":3,\"maxScore\":9,\"error\":1},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"No outbound links were found. Link out to external resources.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 3.7% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"The text contains 3 consecutive sentences starting with the same word. Try to mix things up!\",\"score\":3,\"maxScore\":9,\"error\":1},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 0 in the test, which is considered very difficult to read. Try to make shorter sentences, using less difficult words to improve readability.\",\"score\":3,\"maxScore\":9,\"error\":1},\"errors\":3}}}',NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,65,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA707580-scaled.jpg\",\"image:title\":\"SA707580\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA707508-1-scaled.jpg\",\"image:title\":\"SA707508\",\"image:caption\":\"\"}]','2026-02-05 05:05:05','default','default',NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2026-02-05 05:05:05'),(14,394138,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_099.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_203-scaled.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/07\\/Ellen_Services201.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_001.jpg\"}]','2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(15,394166,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_099.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_210.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_203-scaled.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_220.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_400.jpg\"}]','2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(16,394335,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/04\\/Ellen-Podcast.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_096.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_210.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"}]','2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(17,394573,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(18,394643,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_104.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Servide-Title.png\"}]','2025-10-22 11:55:43',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:55:43','2025-10-22 11:55:43'),(19,394680,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(20,394694,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(21,394877,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(22,395099,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/06\\/Ellen_115.jpg\"}]','2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(23,395381,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(24,395473,NULL,NULL,'[]','{\"focus\":{\"keyphrase\":\"\",\"score\":0,\"analysis\":{\"keyphraseInTitle\":{\"score\":0,\"maxScore\":9,\"error\":1}}},\"additional\":[]}','{\"analysis\":{\"basic\":{\"metadescriptionLength\":{\"title\":\"Meta description length\",\"description\":\"The meta description is over 160 characters.\",\"score\":6,\"maxScore\":9,\"error\":1},\"lengthContent\":{\"title\":\"Content length\",\"description\":\"The content length is ok. Good job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"isInternalLink\":{\"title\":\"Internal links\",\"description\":\"You are linking to other resources on your website which is great.\",\"score\":9,\"maxScore\":9,\"error\":0},\"isExternalLink\":{\"title\":\"External links\",\"description\":\"Great! You are linking to external resources.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1},\"title\":{\"titleLength\":{\"title\":\"SEO Title length\",\"description\":\"The title is too short.\",\"score\":6,\"maxScore\":9,\"error\":1},\"errors\":1},\"readability\":{\"contentHasAssets\":{\"error\":0,\"title\":\"Images\\/videos in content\",\"description\":\"Your content contains images and\\/or video(s).\",\"score\":5,\"maxScore\":5},\"paragraphLength\":{\"title\":\"Paragraphs length\",\"description\":\"You are using short paragraphs.\",\"score\":5,\"maxScore\":5,\"error\":0},\"sentenceLength\":{\"title\":\"Sentences length\",\"description\":\"Sentence length is looking great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"passiveVoice\":{\"title\":\"Passive voice\",\"description\":\"You\'re using enough active voice. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"transitionWords\":{\"title\":\"Transition words\",\"description\":\"Only 7.4% of the sentences contain transition words, which is not enough. Use more of them.\",\"score\":3,\"maxScore\":9,\"error\":1},\"consecutiveSentences\":{\"title\":\"Consecutive sentences\",\"description\":\"There is enough variety in your sentences. That\'s great!\",\"score\":9,\"maxScore\":9,\"error\":0},\"subheadingsDistribution\":{\"title\":\"Subheading distribution\",\"description\":\"Great job!\",\"score\":9,\"maxScore\":9,\"error\":0},\"calculateFleschReading\":{\"title\":\"Flesch reading ease\",\"description\":\"The copy scores 69.3 in the test, which is considered ok to read.\",\"score\":9,\"maxScore\":9,\"error\":0},\"errors\":1}}}',NULL,NULL,NULL,'website','default',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,'[]',0,'default','default',NULL,NULL,NULL,NULL,NULL,83,'default','{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}',0,1,0,0,0,0,0,0,0,-1,-1,'large','{\"tab\":\"general\",\"tab_social\":\"facebook\",\"tab_sidebar\":\"general\",\"tab_modal\":\"general\",\"tab_modal_social\":\"facebook\"}','[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/Screenshot-2026-02-02-at-1.33.50-pm.png\",\"image:title\":\"Screenshot 2026-02-02 at 1.33.50 pm\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA707498-scaled.jpg\",\"image:title\":\"SA707498\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA707499-scaled.jpg\",\"image:title\":\"SA707499\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA708372-scaled.jpg\",\"image:title\":\"SA708372\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA708160-scaled.jpg\",\"image:title\":\"SA708160\",\"image:caption\":\"\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/play-button-1.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_099.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2026\\/02\\/SA708393-scaled.jpg\",\"image:title\":\"SA708393\",\"image:caption\":\"\"}]','2026-02-02 09:54:08','default','default',NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2026-02-02 09:54:08'),(25,395651,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(26,395657,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(27,395658,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(28,395659,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:57:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:57:29','2025-10-22 11:57:29'),(29,396653,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(30,396680,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,NULL,'2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(31,399291,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/06\\/Ellen_156.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_108.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_098.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_010-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/play-button-1.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/05\\/psychology-today.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/05\\/theknotcopy.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/05\\/womens-health.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/05\\/instylecopy.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/05\\/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_099-1.jpg\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(32,397426,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/KathyNew_215.jpg\",\"image:title\":\"KathyNew_215\",\"image:caption\":\"\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(33,397429,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2025\\/02\\/KathyNew_210.jpg\",\"image:title\":\"KathyNew_210\",\"image:caption\":\"\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(34,397434,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/Ellen-017-1.jpg\",\"image:title\":\"Ellen-017 (1)\",\"image:caption\":\"\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(35,397441,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/Ellen_119.png\",\"image:title\":\"Ellen_119\",\"image:caption\":\"\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(36,397443,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/07\\/Ellen_Servces208.png\",\"image:title\":\"Ellen_Servces208\",\"image:caption\":\"\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(37,397446,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/Ellen_Services209-1.png\",\"image:title\":\"Ellen_Services209 (1)\",\"image:caption\":\"\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(38,396686,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/08\\/quote.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_099.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_096.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/06\\/Ellen_156.jpg\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/Ellen_096.jpg\",\"image:title\":\"Ellen_096\",\"image:caption\":\"\"}]','2025-10-22 11:58:44',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 11:58:44','2025-10-22 11:58:44'),(39,396690,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/08\\/quote.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/07\\/Ellen_Services201.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_119.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/06\\/Ellen_156.jpg\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/Ellen_095.jpg\",\"image:title\":\"Ellen_095\",\"image:caption\":\"\"}]','2025-10-22 12:00:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 12:00:29','2025-10-22 12:00:29'),(40,396699,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/08\\/quote.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/06\\/Ellen_115.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_098.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/sophia\\/wp-content\\/uploads\\/sites\\/23\\/2023\\/12\\/Sophia1033.jpg\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2025\\/02\\/KathyNew_201.jpg\",\"image:title\":\"KathyNew_201\",\"image:caption\":\"\"}]','2025-10-22 12:00:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 12:00:29','2025-10-22 12:00:29'),(41,396716,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/08\\/quote.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/06\\/Ellen_115.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_095.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/07\\/Ellen_Services201.png\",\"image:title\":\"Ellen_Services201\",\"image:caption\":\"\"}]','2025-10-22 12:00:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 12:00:29','2025-10-22 12:00:29'),(42,396721,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/08\\/quote.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/06\\/Ellen_115.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_156.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/10\\/Ellen_099.jpg\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/Ellen-017-1.jpg\",\"image:title\":\"Ellen-017 (1)\",\"image:caption\":\"\"}]','2025-10-22 12:00:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 12:00:29','2025-10-22 12:00:29'),(43,396724,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'default','default',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,'default','default',NULL,NULL,NULL,NULL,NULL,0,'default',NULL,0,1,0,0,0,0,0,0,0,NULL,NULL,'large',NULL,'[{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/08\\/quote.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/07\\/Ellen_Services201.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen_119.png\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2024\\/04\\/Ellen-017-1.jpg\"},{\"image:loc\":\"https:\\/\\/demosdivi.lovelyconfetti.com\\/ellen\\/wp-content\\/uploads\\/sites\\/26\\/2025\\/02\\/KathyNew_211-scaled.jpg\"},{\"image:loc\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2024\\/04\\/KathyNew_215.jpg\",\"image:title\":\"KathyNew_215\",\"image:caption\":\"\"}]','2025-10-22 12:00:29',NULL,NULL,NULL,NULL,NULL,NULL,0,'2025-10-22 12:00:29','2025-10-22 12:00:29'); /*!40000 ALTER TABLE `wpln_aioseo_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_commentmeta` -- DROP TABLE IF EXISTS `wpln_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_commentmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_commentmeta` -- LOCK TABLES `wpln_commentmeta` WRITE; /*!40000 ALTER TABLE `wpln_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_comments` -- DROP TABLE IF EXISTS `wpln_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_comments` ( `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0', `comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int NOT NULL DEFAULT '0', `comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint unsigned NOT NULL DEFAULT '0', `user_id` bigint 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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_comments` -- LOCK TABLES `wpln_comments` WRITE; /*!40000 ALTER TABLE `wpln_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_duplicator_packages` -- DROP TABLE IF EXISTS `wpln_duplicator_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_duplicator_packages` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `hash` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` int NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `package` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_duplicator_packages` -- LOCK TABLES `wpln_duplicator_packages` WRITE; /*!40000 ALTER TABLE `wpln_duplicator_packages` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_links` -- DROP TABLE IF EXISTS `wpln_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_links` ( `link_id` bigint unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint unsigned NOT NULL DEFAULT '1', `link_rating` int NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_links` -- LOCK TABLES `wpln_links` WRITE; /*!40000 ALTER TABLE `wpln_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_monsterinsights_tracking_events` -- DROP TABLE IF EXISTS `wpln_monsterinsights_tracking_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_monsterinsights_tracking_events` ( `id` mediumint NOT NULL AUTO_INCREMENT, `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `payload` text COLLATE utf8mb4_unicode_520_ci, `extra_data` text COLLATE utf8mb4_unicode_520_ci, `attempts` tinyint NOT NULL DEFAULT '0', `last_error` text COLLATE utf8mb4_unicode_520_ci, `created_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_monsterinsights_tracking_events` -- LOCK TABLES `wpln_monsterinsights_tracking_events` WRITE; /*!40000 ALTER TABLE `wpln_monsterinsights_tracking_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_monsterinsights_tracking_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_options` -- DROP TABLE IF EXISTS `wpln_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_options` ( `option_id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=168405 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_options` -- LOCK TABLES `wpln_options` WRITE; /*!40000 ALTER TABLE `wpln_options` DISABLE KEYS */; INSERT INTO `wpln_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://verdenaturopathy.com.au/site3','yes'),(2,'home','https://verdenaturopathy.com.au/site3','yes'),(3,'blogname','Verde Naturopathy','yes'),(4,'blogdescription','food + plants as medicine','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mel-cann@live.com.au','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:208:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:43:\"index.php?&page_id=395473&cpage=$matches[1]\";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:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(161682,'duplicator_plugin_data_stats','{\n \"lastSendTime\": 0,\n \"identifier\": \"JCEHu_+dCeZ3Kg;9dFJClh9IKMRNsoOvJslU33_BwAg+\",\n \"plugin\": \"dup-lite\",\n \"pluginStatus\": \"active\",\n \"buildCount\": 0,\n \"buildLastDate\": 0,\n \"buildFailedCount\": 0,\n \"buildFailedLastDate\": 0,\n \"siteSizeMB\": 0,\n \"siteNumFiles\": 0,\n \"siteDbSizeMB\": 0,\n \"siteDbNumTables\": 0\n}','auto'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:7:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:25:\"duplicator/duplicator.php\";i:2;s:25:\"duplicator/duplicator.php\";i:3;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:4;s:47:\"one-click-demo-import/one-click-demo-import.php\";i:5;s:31:\"popup-builder/popup-builder.php\";i:6;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','https://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','8','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:78:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/Divi/header.php\";i:2;s:84:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/Divi/theme-header.php\";i:3;s:77:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/Divi/style.css\";i:4;s:77:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/Divi/index.php\";i:5;s:72:\"/home/desid573/verde.desidrivers.com.au/wp-content/themes/Divi/style.css\";}','no'),(40,'template','Divi','yes'),(41,'stylesheet','Ellen_Theme','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','61833','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:2:{i:0;b:0;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";}','yes'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','395473','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','on'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','0','on'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1773568757','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wpln_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:88:{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:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:9:\"read_post\";b:1;s:24:\"read_private_sgpb_popups\";b:1;s:15:\"edit_sgpb_popup\";b:1;s:16:\"edit_sgpb_popups\";b:1;s:23:\"edit_others_sgpb_popups\";b:1;s:26:\"edit_published_sgpb_popups\";b:1;s:19:\"publish_sgpb_popups\";b:1;s:18:\"delete_sgpb_popups\";b:1;s:25:\"delete_others_sgpb_popups\";b:1;s:26:\"delete_private_sgpb_popups\";b:1;s:25:\"delete_private_sgpb_popup\";b:1;s:28:\"delete_published_sgpb_popups\";b:1;s:19:\"sgpb_manage_options\";b:1;s:18:\"manage_popup_terms\";b:1;s:29:\"manage_popup_categories_terms\";b:1;s:17:\"aioseo_manage_seo\";b:1;s:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:10:{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:20:\"aioseo_page_analysis\";b:1;s:28:\"aioseo_page_general_settings\";b:1;s:29:\"aioseo_page_advanced_settings\";b:1;s:27:\"aioseo_page_schema_settings\";b:1;s:27:\"aioseo_page_social_settings\";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'),(100,'fresh_site','0','off'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:8:\"search-2\";i:2;s:17:\"recent-comments-2\";}s:20:\"myprefix-widget-area\";a:0:{}s:19:\"et_pb_widget_area_1\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:20:{i:1786935856;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:1786938902;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:1786945580;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:1786946400;a:1:{s:29:\"duplicator_email_summary_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1786959917;a:1:{s:20:\"sgpbGetNotifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786963130;a:1:{s:56:\"puc_cron_check_updates_theme-unique-plugin-or-theme-slug\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1786968298;a:3:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1786968503;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786969926;a:1:{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;}}}i:1786987610;a:1:{s:30:\"duplicator_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1787021587;a:2:{s:40:\"monsterinsights_feature_feedback_checkin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:35:\"monsterinsights_cache_daily_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1787066881;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:1787280787;a:1:{s:46:\"monsterinsights_feature_feedback_clear_expired\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1787400298;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:1787527640;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1788313439;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1788490388;a:1:{s:42:\"monsterinsights_product_feed_monthly_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1788576788;a:1:{s:38:\"monsterinsights_charitable_notice_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:23:\"monsterinsights_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}i:1788649752;a:1:{s:36:\"monsterinsights_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:39:\"monsterinsights_email_summaries_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','off'),(119,'theme_mods_twentytwentyone','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(120,'https_detection_errors','a:0:{}','off'),(544,'rsssl_mixed_content_scan_dismissed','1','yes'),(130,'pagelayer_options','a:0:{}','yes'),(255,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(134,'pagelayer_import_images_tripo','no','yes'),(129,'pagelayer_version','1.4.8','yes'),(161798,'category_children','a:0:{}','auto'),(131,'pagelayer_promo_time','1619870702','yes'),(132,'popularfx_version','1.1.7','yes'),(133,'pagelayer-copyright','ยฉ 2021 Verde Naturopathy | <a href=\"https://popularfx.com\">PopularFX Theme</a>','yes'),(138,'pagelayer_body_typography','a:4:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"14\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}','yes'),(139,'pagelayer_p_css','a:4:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"14\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:3:\"1.6\";}','yes'),(140,'pagelayer_a_css','a:2:{s:20:\"text-decoration-line\";s:4:\"none\";s:5:\"color\";s:9:\"#ffffffff\";}','yes'),(141,'pagelayer_a-hover_css','a:1:{s:5:\"color\";s:9:\"#efba6cff\";}','yes'),(142,'pagelayer_h1_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:3:\"260\";s:11:\"font-weight\";s:3:\"800\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:1:\"1\";s:5:\"color\";s:9:\"#efba6c43\";}','yes'),(143,'pagelayer_h1_typography_tablet','a:1:{s:9:\"font-size\";s:2:\"50\";}','yes'),(144,'pagelayer_h1_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"35\";}','yes'),(145,'pagelayer_h2_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"75\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:1:\"1\";s:5:\"color\";s:9:\"#dedfdfa9\";}','yes'),(146,'pagelayer_h2_typography_mobile','a:1:{s:9:\"font-size\";s:2:\"60\";}','yes'),(147,'pagelayer_h3_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"45\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:1:\"1\";s:5:\"color\";s:9:\"#dedfdfa9\";}','yes'),(148,'pagelayer_h4_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"28\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#ffffffff\";}','yes'),(149,'pagelayer_h5_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"19\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#474747ff\";}','yes'),(150,'pagelayer_h6_typography','a:6:{s:11:\"font-family\";s:5:\"Cabin\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:3:\"600\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"line-height\";s:3:\"1.6\";s:5:\"color\";s:9:\"#efba6cff\";}','yes'),(151,'pagelayer_b_css','a:1:{s:11:\"font-weight\";s:3:\"700\";}','yes'),(152,'pagelayer_i_css','a:1:{s:10:\"font-style\";s:6:\"italic\";}','yes'),(153,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','off'),(154,'pagelayer_theme_tripo_imported','1619784306','yes'),(155,'pagelayer_template_product_fix','0','yes'),(156,'theme_mods_popularfx','a:5:{s:18:\"popularfx_template\";s:5:\"tripo\";s:20:\"popularfx_show_promo\";i:1619870903;s:18:\"custom_css_post_id\";i:-1;s:15:\"popularfx_color\";a:1:{s:10:\"background\";s:7:\"#ccd4c8\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1619785501;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(158,'external_updates-popularfx-templates','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1619833428;s:14:\"checkedVersion\";s:5:\"1.1.7\";s:6:\"update\";O:8:\"stdClass\":9:{s:2:\"id\";i:0;s:4:\"slug\";s:19:\"popularfx-templates\";s:7:\"version\";s:5:\"1.1.7\";s:8:\"homepage\";s:22:\"https://popularfx.com/\";s:6:\"tested\";s:3:\"5.4\";s:12:\"download_url\";s:54:\"https://a.softaculous.com/popularfx/update2.php?give=1\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:43:\"popularfx-templates/popularfx-templates.php\";s:12:\"translations\";a:0:{}}}','no'),(179,'finished_updating_comment_type','1','yes'),(24789,'user_count','1','no'),(16629,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:5:\"8.5.0\";s:14:\"installed_date\";i:1651490597;s:13:\"installed_pro\";b:0;s:14:\"installed_lite\";i:1651490597;}','no'),(16630,'monsterinsights_db_version','7.4.0','yes'),(16631,'monsterinsights_current_version','10.0.1','yes'),(16632,'monsterinsights_settings','a:42:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:20:\"mel-cann@live.com.au\";}}s:17:\"automatic_updates\";s:4:\"none\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:19:\"verified_appearance\";s:5:\"light\";s:17:\"verified_position\";s:6:\"center\";}','yes'),(16599,'action_scheduler_hybrid_store_demarkation','380','yes'),(16600,'schema-ActionScheduler_StoreSchema','3.0.1651490289','yes'),(16601,'schema-ActionScheduler_LoggerSchema','2.0.1651490289','yes'),(16604,'aioseo_options_internal_lite','{\"internal\":{\"activated\":1651490289,\"firstActivated\":1651490289,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),(16628,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16609,'widget_aioseo-breadcrumb-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16610,'widget_aioseo-html-sitemap-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16613,'aioseo_options_dynamic_localized','a:8:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),(16615,'aioseo_dynamic_settings_backup','{}','yes'),(16616,'aioseo_options','{\"internal\":[],\"webmasterTools\":{\"google\":null,\"bing\":null,\"yandex\":null,\"baidu\":null,\"pinterest\":null,\"microsoftClarityProjectId\":null,\"alexa\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":\"https:\\/\\/www.facebook.com\\/verdenaturopathy\\/\",\"twitterUrl\":null,\"instagramUrl\":\"https:\\/\\/www.instagram.com\\/verde_naturopathy\\/\",\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/04\\/cropped-Standard-01-2.jpg\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/04\\/cropped-Standard-01-2.jpg\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"-\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"Verde Naturopathy\",\"organizationLogo\":\"https:\\/\\/verdenaturopathy.com.au\\/site3\\/wp-content\\/uploads\\/2021\\/04\\/cropped-Standard-01-2.jpg\",\"personName\":null,\"personLogo\":null,\"phone\":\"+61421194346\",\"contactType\":\"manual\",\"contactTypeManual\":\"Mel\"}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":null,\"advanced\":false,\"trackingDomain\":null,\"multipleDomains\":false,\"additionalDomains\":null,\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes'),(16617,'aioseo_options_lite','{\"advanced\":{\"usageTracking\":false}}','yes'),(16618,'aioseo_options_dynamic','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"project\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment\"},\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_pack\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_type\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"scope\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"module_width\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}','yes'),(16620,'action_scheduler_migration_status','complete','yes'),(67326,'aioseo_options_internal_network','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.0\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wpln_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"tabs\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"created\\\",\\\"updated\\\"],\\\"wpln_actionscheduler_actions\\\":[],\\\"wpln_actionscheduler_logs\\\":[],\\\"wpln_actionscheduler_groups\\\":[],\\\"wpln_actionscheduler_claims\\\":[],\\\"wpln_aioseo_notifications\\\":[]}\"}}','yes'),(67327,'aioseo_options_internal_network_lite','{\"internal\":{\"activated\":0,\"firstActivated\":0,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','yes'),(67328,'aioseo_options_network','{\"internal\":[],\"webmasterTools\":{\"google\":null,\"bing\":null,\"yandex\":null,\"baidu\":null,\"pinterest\":null,\"microsoftClarityProjectId\":null,\"alexa\":null,\"norton\":null,\"miscellaneousVerification\":null},\"breadcrumbs\":{\"enable\":true,\"separator\":\"»\",\"homepageLink\":true,\"homepageLabel\":\"Home\",\"breadcrumbPrefix\":null,\"archiveFormat\":\"Archives for #breadcrumb_archive_post_type_name\",\"searchResultFormat\":\"Search Results for \'#breadcrumb_search_string\'\",\"errorFormat404\":\"404 - Page Not Found\",\"showCurrentItem\":true,\"linkCurrentItem\":false,\"categoryFullHierarchy\":false,\"showBlogHome\":false},\"rssContent\":{\"before\":null,\"after\":\"<p>The post #post_link first appeared on #site_link.<\\/p>\"},\"advanced\":{\"truSeo\":true,\"headlineAnalyzer\":true,\"seoAnalysis\":true,\"dashboardWidgets\":true,\"announcements\":true,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"uninstall\":false},\"sitemap\":{\"general\":{\"enable\":true,\"filename\":\"sitemap\",\"indexes\":true,\"linksPerIndex\":1000,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"attachment\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"author\":false,\"date\":false,\"additionalPages\":{\"enable\":false,\"pages\":[]},\"advancedSettings\":{\"enable\":false,\"excludeImages\":false,\"excludePosts\":[],\"excludeTerms\":[],\"priority\":{\"homePage\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"postTypes\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"taxonomies\":{\"grouped\":true,\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"archive\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"author\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}}}},\"rss\":{\"enable\":true,\"linksPerIndex\":50,\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]}},\"html\":{\"enable\":true,\"pageUrl\":\"\",\"postTypes\":{\"all\":true,\"included\":[\"post\",\"page\",\"product\"]},\"taxonomies\":{\"all\":true,\"included\":[\"category\",\"post_tag\",\"product_cat\",\"product_tag\"]},\"sortOrder\":\"publish_date\",\"sortDirection\":\"asc\",\"publicationDate\":true,\"compactArchives\":false,\"advancedSettings\":{\"enable\":false,\"nofollowLinks\":false,\"excludePosts\":[],\"excludeTerms\":[]}}},\"social\":{\"profiles\":{\"sameUsername\":{\"enable\":false,\"username\":null,\"included\":[\"facebookPageUrl\",\"twitterUrl\",\"pinterestUrl\",\"instagramUrl\",\"youtubeUrl\",\"linkedinUrl\"]},\"urls\":{\"facebookPageUrl\":null,\"twitterUrl\":null,\"instagramUrl\":null,\"pinterestUrl\":null,\"youtubeUrl\":null,\"linkedinUrl\":null,\"tumblrUrl\":null,\"yelpPageUrl\":null,\"soundCloudUrl\":null,\"wikipediaUrl\":null,\"myspaceUrl\":null,\"googlePlacesUrl\":null}},\"siteSocialProfiles\":null,\"facebook\":{\"general\":{\"enable\":true,\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"defaultImagePostsWidth\":\"\",\"defaultImagePostsHeight\":\"\",\"showAuthor\":true,\"siteName\":\"#site_title #separator_sa #tagline\"},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"imageWidth\":\"\",\"imageHeight\":\"\",\"objectType\":\"website\"},\"advanced\":{\"enable\":false,\"adminId\":\"\",\"appId\":\"\",\"authorUrl\":\"\",\"generateArticleTags\":false,\"useKeywordsInTags\":true,\"useCategoriesInTags\":true,\"usePostTagsInTags\":true}},\"twitter\":{\"general\":{\"enable\":true,\"useOgData\":false,\"defaultCardType\":\"summary\",\"defaultImageSourcePosts\":\"default\",\"customFieldImagePosts\":null,\"defaultImagePosts\":\"\",\"showAuthor\":true,\"additionalData\":false},\"homePage\":{\"image\":\"\",\"title\":\"\",\"description\":\"\",\"cardType\":\"summary\"}}},\"searchAppearance\":{\"global\":{\"separator\":\"-\",\"siteTitle\":\"#site_title #separator_sa #tagline\",\"metaDescription\":\"#tagline\",\"keywords\":null,\"schema\":{\"siteRepresents\":\"organization\",\"person\":null,\"organizationName\":\"Verde Naturopathy\",\"organizationLogo\":\"\",\"personName\":null,\"personLogo\":null,\"phone\":null,\"contactType\":null,\"contactTypeManual\":null}},\"advanced\":{\"globalRobotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noindexPaginated\":true,\"nofollowPaginated\":true,\"noindexFeed\":true,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"sitelinks\":true,\"noIndexEmptyCat\":true,\"removeStopWords\":false,\"noPaginationForCanonical\":true,\"useKeywords\":false,\"keywordsLooking\":true,\"useCategoriesForMetaKeywords\":false,\"useTagsForMetaKeywords\":false,\"dynamicallyGenerateKeywords\":false,\"pagedFormat\":\"- Page #page_number\",\"runShortcodes\":false},\"archives\":{\"author\":{\"show\":true,\"title\":\"#author_name #separator_sa #site_title\",\"metaDescription\":\"#author_bio\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"date\":{\"show\":true,\"title\":\"#archive_date #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}},\"search\":{\"show\":false,\"title\":\"#search_term #separator_sa #site_title\",\"metaDescription\":\"\",\"advanced\":{\"robotsMeta\":{\"default\":false,\"noindex\":true,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null}}}},\"tools\":{\"robots\":{\"enable\":false,\"rules\":[],\"robotsDetected\":true},\"importExport\":{\"backup\":{\"lastTime\":null,\"data\":null}}},\"deprecated\":{\"webmasterTools\":{\"googleAnalytics\":{\"id\":null,\"advanced\":false,\"trackingDomain\":null,\"multipleDomains\":false,\"additionalDomains\":null,\"anonymizeIp\":false,\"displayAdvertiserTracking\":false,\"excludeUsers\":[],\"trackOutboundLinks\":false,\"enhancedLinkAttribution\":false,\"enhancedEcommerce\":false}},\"searchAppearance\":{\"global\":{\"descriptionFormat\":null,\"schema\":{\"enableSchemaMarkup\":true}},\"advanced\":{\"autogenerateDescriptions\":true,\"runShortcodesInDescription\":true,\"useContentForAutogeneratedDescriptions\":false,\"excludePosts\":[],\"excludeTerms\":[]}},\"sitemap\":{\"general\":{\"advancedSettings\":{\"dynamic\":true}}},\"tools\":{\"blocker\":{\"blockBots\":null,\"blockReferer\":null,\"track\":null,\"custom\":{\"enable\":null,\"bots\":\"Abonti\\naggregator\\nAhrefsBot\\nasterias\\nBDCbot\\nBLEXBot\\nBuiltBotTough\\nBullseye\\nBunnySlippers\\nca-crawler\\nCCBot\\nCegbfeieh\\nCheeseBot\\nCherryPicker\\nCopyRightCheck\\ncosmos\\nCrescent\\ndiscobot\\nDittoSpyder\\nDotBot\\nDownload Ninja\\nEasouSpider\\nEmailCollector\\nEmailSiphon\\nEmailWolf\\nEroCrawler\\nExtractorPro\\nFasterfox\\nFeedBooster\\nFoobot\\nGenieo\\ngrub-client\\nHarvest\\nhloader\\nhttplib\\nHTTrack\\nhumanlinks\\nieautodiscovery\\nInfoNaviRobot\\nIstellaBot\\nJava\\/1.\\nJennyBot\\nk2spider\\nKenjin Spider\\nKeyword Density\\/0.9\\nlarbin\\nLexiBot\\nlibWeb\\nlibwww\\nLinkextractorPro\\nlinko\\nLinkScan\\/8.1a Unix\\nLinkWalker\\nLNSpiderguy\\nlwp-trivial\\nmagpie\\nMata Hari\\nMaxPointCrawler\\nMegaIndex\\nMicrosoft URL Control\\nMIIxpc\\nMippin\\nMissigua Locator\\nMister PiX\\nMJ12bot\\nmoget\\nMSIECrawler\\nNetAnts\\nNICErsPRO\\nNiki-Bot\\nNPBot\\nNutch\\nOffline Explorer\\nOpenfind\\npanscient.com\\nPHP\\/5.{\\nProPowerBot\\/2.14\\nProWebWalker\\nPython-urllib\\nQueryN Metasearch\\nRepoMonkey\\nSISTRIX\\nsitecheck.Internetseer.com\\nSiteSnagger\\nSnapPreviewBot\\nSogou\\nSpankBot\\nspanner\\nspbot\\nSpinn3r\\nsuzuran\\nSzukacz\\/1.4\\nTeleport\\nTelesoft\\nThe Intraformant\\nTheNomad\\nTightTwatBot\\nTitan\\ntoCrawl\\/UrlDispatcher\\nTrue_Robot\\nturingos\\nTurnitinBot\\nUbiCrawler\\nUnisterBot\\nURLy Warning\\nVCI\\nWBSearchBot\\nWeb Downloader\\/6.9\\nWeb Image Collector\\nWebAuto\\nWebBandit\\nWebCopier\\nWebEnhancer\\nWebmasterWorldForumBot\\nWebReaper\\nWebSauger\\nWebsite Quester\\nWebster Pro\\nWebStripper\\nWebZip\\nWotbox\\nwsr-agent\\nWWW-Collector-E\\nXenu\\nZao\\nZeus\\nZyBORG\\ncoccoc\\nIncutio\\nlmspider\\nmemoryBot\\nserf\\nUnknown\\nuptime files\",\"referer\":\"semalt.com\\nkambasoft.com\\nsavetubevideo.com\\nbuttons-for-website.com\\nsharebutton.net\\nsoundfrost.org\\nsrecorder.com\\nsoftomix.com\\nsoftomix.net\\nmyprintscreen.com\\njoinandplay.me\\nfbfreegifts.com\\nopenmediasoft.com\\nzazagames.org\\nextener.org\\nopenfrost.com\\nopenfrost.net\\ngooglsucks.com\\nbest-seo-offer.com\\nbuttons-for-your-website.com\\nwww.Get-Free-Traffic-Now.com\\nbest-seo-solution.com\\nbuy-cheap-online.info\\nsite3.free-share-buttons.com\\nwebmaster-traffic.com\"}}}}}','yes'),(486,'rsssl_remaining_tasks','1','yes'),(549,'rsssl_secure_cookies_set_dismissed','1','yes'),(502,'rsssl_activation_timestamp','1622033211','yes'),(520,'rsssl_google_analytics_dismissed','1','yes'),(499,'rsssl_current_version','4.0.15','yes'),(601,'et_pb_contact_form_cdd6b189eaf6d358143d6d8e0784f0ec','off','yes'),(67324,'aioseo_options_dynamic_network_localized','a:18:{s:42:\"searchAppearance_taxonomies_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_category_metaDescription\";s:21:\"#taxonomy_description\";s:42:\"searchAppearance_taxonomies_post_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:52:\"searchAppearance_taxonomies_post_tag_metaDescription\";s:21:\"#taxonomy_description\";s:49:\"searchAppearance_taxonomies_layout_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:59:\"searchAppearance_taxonomies_layout_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_pack_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_pack_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_layout_type_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_layout_type_metaDescription\";s:21:\"#taxonomy_description\";s:39:\"searchAppearance_taxonomies_scope_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:49:\"searchAppearance_taxonomies_scope_metaDescription\";s:21:\"#taxonomy_description\";s:46:\"searchAppearance_taxonomies_module_width_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:56:\"searchAppearance_taxonomies_module_width_metaDescription\";s:21:\"#taxonomy_description\";s:50:\"searchAppearance_taxonomies_project_category_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:60:\"searchAppearance_taxonomies_project_category_metaDescription\";s:21:\"#taxonomy_description\";s:45:\"searchAppearance_taxonomies_project_tag_title\";s:41:\"#taxonomy_title #separator_sa #site_title\";s:55:\"searchAppearance_taxonomies_project_tag_metaDescription\";s:21:\"#taxonomy_description\";}','yes'),(3458,'sgpb-dont-delete-data','1','yes'),(3459,'sgpbUnsubscribeColumnFixed','1','yes'),(3460,'SGPBUsageDays','0','yes'),(3461,'SGPBInstallDate','1630403117','yes'),(3462,'SGPBOpenNextTime','1632995117','yes'),(3463,'SGPBMaxOpenCount','80','yes'),(3464,'sgpbPopupBuilderRegisteredPlugins','{\"popup-builder\\/popup-builder.php\":{\"classPath\":\"popup-builder\\/com\\/classes\\/extension\\/SgpbPopupExtension.php\",\"className\":\"SgpbPopupExtension\",\"options\":[]}}','yes'),(3465,'SGPB_INACTIVE_EXTENSIONS','inactive','yes'),(168221,'_transient_timeout_sgpbGetPostsAllCategories','1787299772','off'),(168222,'_transient_sgpbGetPostsAllCategories','a:38:{i:0;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:6;s:4:\"name\";s:10:\"#Backpacks\";s:4:\"slug\";s:9:\"backpacks\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:6;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:7:\"#Canada\";s:4:\"slug\";s:6:\"canada\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:8;s:4:\"name\";s:9:\"#Covid-19\";s:4:\"slug\";s:8:\"covid-19\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:8;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:9;s:4:\"name\";s:5:\"#Road\";s:4:\"slug\";s:4:\"road\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:9;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:10;s:4:\"name\";s:7:\"#Travel\";s:4:\"slug\";s:6:\"travel\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:10;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:11;s:4:\"name\";s:5:\"#Trip\";s:4:\"slug\";s:4:\"trip\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:11;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:6;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:12;s:4:\"name\";s:6:\"#Tulum\";s:4:\"slug\";s:5:\"tulum\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:12;s:8:\"taxonomy\";s:8:\"post_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:7;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:3;s:4:\"name\";s:9:\"Backpacks\";s:4:\"slug\";s:9:\"backpacks\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:3;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:8;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:23;s:4:\"name\";s:6:\"Beauty\";s:4:\"slug\";s:6:\"beauty\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:23;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";}i:9;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:37;s:4:\"name\";s:9:\"Blog Post\";s:4:\"slug\";s:9:\"blog-post\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:37;s:8:\"taxonomy\";s:29:\"monsterinsights_note_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:10;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:24;s:4:\"name\";s:13:\"Ellen Layouts\";s:4:\"slug\";s:13:\"ellen-layouts\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:24;s:8:\"taxonomy\";s:15:\"layout_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";}i:11;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:25;s:4:\"name\";s:14:\"Ellen Sections\";s:4:\"slug\";s:14:\"ellen-sections\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:25;s:8:\"taxonomy\";s:15:\"layout_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";}i:12;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:13;s:4:\"name\";s:6:\"footer\";s:4:\"slug\";s:6:\"footer\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:13;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:13;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:14;s:4:\"name\";s:6:\"global\";s:4:\"slug\";s:6:\"global\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:14;s:8:\"taxonomy\";s:5:\"scope\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:14;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:18;s:4:\"name\";s:6:\"Health\";s:4:\"slug\";s:6:\"health\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:18;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:3;s:6:\"filter\";s:3:\"raw\";}i:15;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:26;s:4:\"name\";s:14:\"Healthy Living\";s:4:\"slug\";s:14:\"healthy-living\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:26;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:16;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:27;s:4:\"name\";s:6:\"layout\";s:4:\"slug\";s:6:\"layout\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:27;s:8:\"taxonomy\";s:11:\"layout_type\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:19;s:6:\"filter\";s:3:\"raw\";}i:17;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:28;s:4:\"name\";s:9:\"Lifestyle\";s:4:\"slug\";s:9:\"lifestyle\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:28;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:18;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:34;s:4:\"name\";s:9:\"Main Menu\";s:4:\"slug\";s:9:\"main-menu\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:34;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";}i:19;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:29;s:4:\"name\";s:6:\"module\";s:4:\"slug\";s:6:\"module\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:29;s:8:\"taxonomy\";s:11:\"layout_type\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:20;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:19;s:4:\"name\";s:10:\"Motherhood\";s:4:\"slug\";s:10:\"motherhood\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:19;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:21;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:17;s:4:\"name\";s:10:\"not_global\";s:4:\"slug\";s:10:\"not_global\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:17;s:8:\"taxonomy\";s:5:\"scope\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:41;s:6:\"filter\";s:3:\"raw\";}i:22;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:20;s:4:\"name\";s:9:\"Nutrition\";s:4:\"slug\";s:9:\"nutrition\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:20;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:5;s:6:\"filter\";s:3:\"raw\";}i:23;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:30;s:4:\"name\";s:9:\"Nutrition\";s:4:\"slug\";s:9:\"nutrition\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:30;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:24;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:38;s:4:\"name\";s:9:\"Promotion\";s:4:\"slug\";s:9:\"promotion\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:38;s:8:\"taxonomy\";s:29:\"monsterinsights_note_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:25;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:16;s:4:\"name\";s:7:\"regular\";s:4:\"slug\";s:7:\"regular\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:16;s:8:\"taxonomy\";s:12:\"module_width\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:42;s:6:\"filter\";s:3:\"raw\";}i:26;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:4;s:4:\"name\";s:9:\"Road Trip\";s:4:\"slug\";s:9:\"road-trip\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:4;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:27;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:31;s:4:\"name\";s:3:\"row\";s:4:\"slug\";s:3:\"row\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:31;s:8:\"taxonomy\";s:11:\"layout_type\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:28;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:15;s:4:\"name\";s:7:\"section\";s:4:\"slug\";s:7:\"section\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:15;s:8:\"taxonomy\";s:11:\"layout_type\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:23;s:6:\"filter\";s:3:\"raw\";}i:29;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:35;s:4:\"name\";s:17:\"Sophia Categories\";s:4:\"slug\";s:17:\"sophia-categories\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:35;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:4;s:6:\"filter\";s:3:\"raw\";}i:30;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:5;s:4:\"name\";s:6:\"Travel\";s:4:\"slug\";s:6:\"travel\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:5;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:31;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:2;s:4:\"name\";s:17:\"Tripo Header Menu\";s:4:\"slug\";s:17:\"tripo-header-menu\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:2;s:8:\"taxonomy\";s:8:\"nav_menu\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:25;s:6:\"filter\";s:3:\"raw\";}i:32;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:1;s:4:\"name\";s:13:\"Uncategorized\";s:4:\"slug\";s:13:\"uncategorized\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:1;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:33;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:36;s:4:\"name\";s:15:\"Website Updates\";s:4:\"slug\";s:15:\"website-updates\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:36;s:8:\"taxonomy\";s:29:\"monsterinsights_note_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:34;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:21;s:4:\"name\";s:8:\"Wellness\";s:4:\"slug\";s:8:\"wellness\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:21;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:0;s:6:\"filter\";s:3:\"raw\";}i:35;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:32;s:4:\"name\";s:8:\"Wellness\";s:4:\"slug\";s:8:\"wellness\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:32;s:8:\"taxonomy\";s:11:\"project_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}i:36;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:33;s:4:\"name\";s:8:\"Wellness\";s:4:\"slug\";s:8:\"wellness\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:33;s:8:\"taxonomy\";s:16:\"project_category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:2;s:6:\"filter\";s:3:\"raw\";}i:37;O:7:\"WP_Term\":10:{s:7:\"term_id\";i:22;s:4:\"name\";s:21:\"Workout & Fitness\";s:4:\"slug\";s:15:\"workout-fitness\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:22;s:8:\"taxonomy\";s:8:\"category\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:1;s:6:\"filter\";s:3:\"raw\";}}','off'),(3473,'sgpb-all-notifications-data','[{\"priority\":1,\"type\":1,\"id\":\"sgpbMainRateUsNotification\",\"message\":\"\\t\\t<style>\\n\\t\\t\\t.sgpb-buttons-wrapper .press{\\n\\t\\t\\t\\tbox-sizing:border-box;\\n\\t\\t\\t\\tcursor:pointer;\\n\\t\\t\\t\\tdisplay:inline-block;\\n\\t\\t\\t\\tfont-size:1em;\\n\\t\\t\\t\\tmargin:0;\\n\\t\\t\\t\\tpadding:0.5em 0.75em;\\n\\t\\t\\t\\ttext-decoration:none;\\n\\t\\t\\t\\ttransition:background 0.15s linear\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-grey {\\n\\t\\t\\t\\tbackground-color:#9E9E9E;\\n\\t\\t\\t\\tborder:2px solid #9E9E9E;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper .press-lightblue {\\n\\t\\t\\t\\tbackground-color:#03A9F4;\\n\\t\\t\\t\\tborder:2px solid #03A9F4;\\n\\t\\t\\t\\tcolor: #FFF;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-buttons-wrapper {\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper{\\n\\t\\t\\t\\ttext-align: center;\\n\\t\\t\\t\\tpadding: 20px;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-wrapper p {\\n\\t\\t\\t\\tcolor: black;\\n\\t\\t\\t}\\n\\t\\t\\t.sgpb-review-h1 {\\n\\t\\t\\t\\tfont-size: 22px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t\\tline-height: 1.384;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-h2{\\n\\t\\t\\t\\tfont-size: 20px;\\n\\t\\t\\t\\tfont-weight: normal;\\n\\t\\t\\t}\\n\\t\\t\\t:root {\\n\\t\\t\\t\\t--main-bg-color: #1ac6ff;\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-strong{\\n\\t\\t\\t\\tcolor: var(--main-bg-color);\\n\\t\\t\\t}\\n\\t\\t\\t.sgrb-review-mt20{\\n\\t\\t\\t\\tmargin-top: 20px\\n\\t\\t\\t}\\n\\t\\t<\\/style>\\n\\t\\t<div class=\\\"sgpb-review-wrapper\\\">\\n\\t\\t\\t<div class=\\\"sgpb-review-description\\\">\\n\\t\\t\\t\\t<h1 class=\\\"sgpb-review-h1\\\"><strong class=\\\"sgrb-review-strong\\\">This is great!<\\/strong> We have noticed that you are using Popup Builder plugin on your site for 1811 days, we are thankful for that.<\\/h1>\\t\\t\\t\\t<h2 class=\\\"sgrb-review-h2\\\">This is really great for your website score.<\\/h2>\\n\\t\\t\\t\\t<p class=\\\"sgrb-review-mt20\\\">Have your input in the development of our plugin, and we\\u2019ll provide better conversions for your site!<br \\/> Leave your 5-star positive review and help us go further to the perfection!<\\/p>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t<div class=\\\"sgpb-buttons-wrapper\\\">\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-1 sgpb-close-promo-notification\\\" data-action=\\\"sg-already-did-review\\\">I already did<\\/button>\\n\\t\\t\\t\\t<button class=\\\"press press-lightblue sgpb-button-3 sgpb-close-promo-notification\\\" data-action=\\\"sg-you-worth-it\\\">You worth it!<\\/button>\\n\\t\\t\\t\\t<button class=\\\"press press-grey sgpb-button-2 sgpb-close-promo-notification\\\" data-action=\\\"sg-show-popup-period\\\" data-message-type=\\\"days\\\">Maybe later<\\/button><\\/div>\\n\\t\\t\\t<div>\\u00a0<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\"},{\"id\":\"sgpbMainSupportBanner\",\"priority\":1,\"type\":1,\"message\":\"<div class=\\\"sgpb-support-notification-wrapper sgpb-wrapper\\\"><h4 class=\\\"sgpb-support-notification-title\\\">Need some help?<\\/h4><h4 class=\\\"sgpb-support-notification-title\\\">Let us know what you think.<\\/h4><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\/reviews\\/\\\"><span class=\\\"dashicons sgpb-dashicons-heart sgpb-info-text-white\\\"><\\/span><span class=\\\"sg-info-text\\\">Rate Us<\\/span><\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/help.popup-builder.com\\\"><span class=\\\"dashicons sgpb-dashicons-megaphone sgpb-info-text-white\\\"><\\/span>Support Potal<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/popup-builder\\\"><span class=\\\"dashicons sgpb-dashicons-admin-plugins sgpb-info-text-white\\\"><\\/span>Support Forum<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"https:\\/\\/popup-builder.com\\/\\\"><span class=\\\"dashicons sgpb-dashicons-editor-help sgpb-info-text-white\\\"><\\/span>LIVE chat<\\/a><a class=\\\"btn btn-info\\\" target=\\\"_blank\\\" href=\\\"mailto:support@popup-builder.com?subject=Hello\\\"><span class=\\\"dashicons sgpb-dashicons-email-alt sgpb-info-text-white\\\"><\\/span>Email<\\/a><\\/div><div class=\\\"sgpb-support-notification-dont-show\\\">Bored of this?<a class=\\\"sgpb-dont-show-again-support-notification\\\" href=\\\"javascript:void(0)\\\"> Press here <\\/a>and we will not show it again!<\\/div>\"}]','yes'),(3474,'sgpbModifiedRegisteredPluginsPaths2','1','yes'),(2834,'wp_force_deactivated_plugins','a:0:{}','off'),(8435,'db_upgraded','1','on'),(180,'pagelayer_icons_set','a:1:{i:0;s:13:\"font-awesome5\";}','yes'),(184,'theme_mods_clearwork','a:6:{s:18:\"custom_css_post_id\";i:-1;s:12:\"social-links\";a:0:{}s:14:\"heading-enable\";b:1;s:21:\"frontpage-widgets-top\";b:1;s:13:\"profile-image\";s:87:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/IMG_20200807_213425_333.jpg\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1619788187;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"primary\";a:0:{}s:15:\"frontpage-top-1\";a:0:{}s:15:\"frontpage-top-2\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(206,'polite_theme_notice_start_time','1619786487','yes'),(207,'widget_polite-featured-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(208,'widget_polite-author','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(209,'widget_polite-social-icons','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(210,'theme_mods_polite-blog','a:6:{s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:70:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:46;s:3:\"url\";s:70:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png\";s:13:\"thumbnail_url\";s:70:\"https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png\";s:6:\"height\";i:450;s:5:\"width\";i:1920;}s:14:\"polite_options\";a:6:{s:24:\"polite_logo_width_option\";i:401;s:34:\"polite_enable_header_image_overlay\";b:0;s:24:\"polite_enable_top_header\";b:1;s:31:\"polite_enable_top_header_social\";b:1;s:29:\"polite_enable_top_header_menu\";b:0;s:20:\"polite_primary_color\";s:7:\"#000000\";}s:18:\"nav_menu_locations\";a:4:{s:6:\"menu-1\";i:2;s:3:\"top\";i:2;s:6:\"footer\";i:2;s:6:\"social\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1619833438;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:8:\"search-2\";i:1;s:17:\"recent-comments-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:14:\"recent-posts-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:9:\"offcanvas\";a:0:{}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(216,'theme_mods_spa-lite','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(186,'current_theme','Ellen','yes'),(187,'theme_switched','','yes'),(188,'theme_switched_via_customizer','','yes'),(189,'customize_stashed_theme_mods','a:0:{}','no'),(190,'theme_mods_twentytwenty','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(235,'et_pb_cache_notice','a:1:{s:5:\"4.9.4\";s:6:\"ignore\";}','yes'),(240,'et_core_version','4.9.4','yes'),(242,'et_divi','a:309:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:5:\"4.9.4\";s:31:\"divi_previous_installed_version\";s:0:\"\";s:29:\"divi_latest_installed_version\";s:5:\"4.9.4\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:22:\"builder_global_presets\";O:8:\"stdClass\":1:{s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:5:\"4.9.4\";s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:7:\"#ffffff\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:23:\"background_enable_image\";s:3:\"off\";s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";}}}s:7:\"default\";s:8:\"_initial\";}}s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"click\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:2:\"im\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:6:\"insert\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:430;s:33:\"et_fb_pref_modal_dimension_height\";i:375;s:27:\"et_fb_pref_modal_position_x\";i:757;s:27:\"et_fb_pref_modal_position_y\";i:1;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:13:\"color_schemes\";s:4:\"none\";s:22:\"all_buttons_text_color\";s:7:\"#181d22\";s:12:\"header_style\";s:4:\"left\";s:12:\"vertical_nav\";s:0:\"\";s:24:\"show_header_social_icons\";b:0;s:16:\"show_search_icon\";b:0;s:12:\"phone_number\";s:0:\"\";s:15:\"hide_fixed_logo\";s:0:\"\";s:22:\"fixed_secondary_nav_bg\";s:7:\"#f5f6f1\";s:22:\"fixed_menu_link_active\";s:7:\"#aca892\";s:12:\"header_email\";s:0:\"\";s:16:\"menu_link_active\";s:7:\"#93948c\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#414748\";s:8:\"hide_nav\";b:0;s:23:\"secondary_nav_fullwidth\";s:0:\"\";s:16:\"secondary_nav_bg\";s:7:\"#aca892\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#aca892\";s:9:\"divi_logo\";s:102:\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/VerdeNaturopathy-PrimaryLogo-Moss.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:58:\"https://www.facebook.com/Verde-Naturopathy-101042665539787\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:44:\"https://www.instagram.com/verde_naturopathy/\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:5:\"j M Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:5:\"false\";s:26:\"divi_minify_combine_styles\";s:5:\"false\";s:15:\"divi_custom_css\";s:613:\".menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:4:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:12:\"popupbuilder\";s:3:\"off\";}s:21:\"et_pb_static_css_file\";s:3:\"off\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:14:\"primary_nav_bg\";s:7:\"#ffffff\";s:13:\"nav_fullwidth\";s:0:\"\";s:17:\"hide_primary_logo\";s:0:\"\";s:11:\"menu_height\";s:2:\"66\";s:11:\"logo_height\";i:100;s:16:\"et_global_colors\";a:2:{s:41:\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761\";a:2:{s:5:\"color\";s:22:\"rgba(204,212,200,0.55)\";s:6:\"active\";s:3:\"yes\";}}s:9:\"footer_bg\";s:7:\"#414748\";s:29:\"disable_custom_footer_credits\";s:0:\"\";s:12:\"heading_font\";s:16:\"Playfair Display\";s:9:\"body_font\";s:6:\"Roboto\";s:12:\"divi_favicon\";s:0:\"\";s:22:\"footer_menu_text_color\";s:7:\"#bbbbbb\";s:29:\"footer_menu_active_link_color\";s:7:\"#aca892\";s:30:\"builder_global_presets_history\";O:8:\"stdClass\":2:{s:7:\"history\";a:1:{i:0;O:8:\"stdClass\":3:{s:8:\"settings\";r:13;s:4:\"time\";i:1744203358554;s:5:\"label\";s:14:\"Edited Section\";}}s:5:\"index\";s:1:\"0\";}s:19:\"post_meta_font_size\";s:2:\"14\";s:16:\"post_meta_height\";s:1:\"1\";s:17:\"post_meta_spacing\";s:1:\"0\";s:15:\"post_meta_style\";s:0:\"\";s:21:\"post_header_font_size\";s:2:\"30\";s:18:\"post_header_height\";s:1:\"1\";s:19:\"post_header_spacing\";s:1:\"0\";s:17:\"post_header_style\";s:0:\"\";s:12:\"boxed_layout\";b:0;s:13:\"content_width\";i:1240;s:12:\"gutter_width\";s:1:\"3\";s:17:\"use_sidebar_width\";s:0:\"\";s:13:\"sidebar_width\";s:2:\"21\";s:15:\"section_padding\";s:1:\"4\";s:20:\"phone_section_height\";s:2:\"50\";s:21:\"tablet_section_height\";s:2:\"50\";s:11:\"row_padding\";s:1:\"2\";s:16:\"phone_row_height\";s:2:\"30\";s:17:\"tablet_row_height\";s:2:\"30\";s:16:\"cover_background\";s:2:\"on\";s:14:\"body_font_size\";i:14;s:16:\"body_font_height\";s:3:\"1.7\";s:20:\"phone_body_font_size\";s:2:\"14\";s:21:\"tablet_body_font_size\";i:14;s:16:\"body_header_size\";s:2:\"30\";s:19:\"body_header_spacing\";i:-1;s:18:\"body_header_height\";s:1:\"1\";s:17:\"body_header_style\";s:0:\"\";s:22:\"phone_header_font_size\";s:2:\"30\";s:23:\"tablet_header_font_size\";s:2:\"30\";s:19:\"heading_font_weight\";s:3:\"500\";s:12:\"header_color\";s:7:\"#414748\";s:16:\"body_font_weight\";s:3:\"500\";s:10:\"font_color\";s:7:\"#414748\";s:10:\"link_color\";s:7:\"#25463f\";s:12:\"accent_color\";s:7:\"#25463f\";s:22:\"secondary_accent_color\";s:7:\"#eee4db\";s:24:\"vertical_nav_orientation\";s:4:\"left\";s:22:\"slide_nav_show_top_bar\";s:2:\"on\";s:15:\"slide_nav_width\";s:3:\"320\";s:19:\"slide_nav_font_size\";s:2:\"14\";s:23:\"slide_nav_top_font_size\";s:2:\"14\";s:24:\"fullscreen_nav_font_size\";s:2:\"30\";s:28:\"fullscreen_nav_top_font_size\";s:2:\"18\";s:22:\"slide_nav_font_spacing\";s:1:\"0\";s:14:\"slide_nav_font\";s:4:\"none\";s:20:\"slide_nav_font_style\";s:0:\"\";s:12:\"slide_nav_bg\";s:7:\"#aca892\";s:21:\"slide_nav_links_color\";s:7:\"#ffffff\";s:28:\"slide_nav_links_color_active\";s:7:\"#ffffff\";s:19:\"slide_nav_top_color\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"slide_nav_search\";s:21:\"rgba(255,255,255,0.6)\";s:19:\"slide_nav_search_bg\";s:15:\"rgba(0,0,0,0.2)\";s:15:\"menu_margin_top\";s:1:\"0\";s:21:\"primary_nav_font_size\";i:13;s:24:\"primary_nav_font_spacing\";i:1;s:16:\"primary_nav_font\";s:16:\"Playfair Display\";s:22:\"primary_nav_font_style\";s:14:\"bold|uppercase\";s:23:\"secondary_nav_font_size\";s:2:\"12\";s:26:\"secondary_nav_font_spacing\";s:1:\"0\";s:18:\"secondary_nav_font\";s:4:\"none\";s:24:\"secondary_nav_font_style\";s:0:\"\";s:9:\"menu_link\";s:7:\"#414748\";s:16:\"hide_mobile_logo\";s:0:\"\";s:16:\"mobile_menu_link\";s:7:\"#181d22\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#ffffff\";s:31:\"primary_nav_dropdown_link_color\";s:7:\"#414748\";s:30:\"primary_nav_dropdown_animation\";s:4:\"fade\";s:21:\"mobile_primary_nav_bg\";s:7:\"#ffffff\";s:28:\"secondary_nav_text_color_new\";s:7:\"#ffffff\";s:33:\"secondary_nav_dropdown_link_color\";s:7:\"#ffffff\";s:32:\"secondary_nav_dropdown_animation\";s:4:\"fade\";s:22:\"primary_nav_text_color\";s:4:\"dark\";s:24:\"secondary_nav_text_color\";s:5:\"light\";s:21:\"minimized_menu_height\";s:2:\"40\";s:27:\"fixed_primary_nav_font_size\";i:13;s:20:\"fixed_primary_nav_bg\";s:7:\"#ffffff\";s:15:\"fixed_menu_link\";s:7:\"#181d22\";s:25:\"fixed_secondary_menu_link\";s:7:\"#ffffff\";s:24:\"show_footer_social_icons\";b:1;s:14:\"footer_columns\";s:1:\"4\";s:23:\"widget_header_font_size\";d:18;s:24:\"widget_header_font_style\";b:0;s:21:\"widget_body_font_size\";i:14;s:23:\"widget_body_line_height\";s:3:\"1.7\";s:22:\"widget_body_font_style\";b:0;s:26:\"footer_widget_header_color\";s:7:\"#aca892\";s:26:\"footer_widget_bullet_color\";s:7:\"#aca892\";s:28:\"footer_menu_background_color\";s:22:\"rgba(255,255,255,0.05)\";s:26:\"footer_menu_letter_spacing\";s:1:\"0\";s:22:\"footer_menu_font_style\";b:0;s:21:\"footer_menu_font_size\";s:2:\"14\";s:27:\"bottom_bar_background_color\";s:16:\"rgba(0,0,0,0.32)\";s:21:\"bottom_bar_text_color\";s:7:\"#666666\";s:21:\"bottom_bar_font_style\";s:4:\"bold\";s:20:\"bottom_bar_font_size\";s:2:\"14\";s:27:\"bottom_bar_social_icon_size\";i:28;s:28:\"bottom_bar_social_icon_color\";s:7:\"#666666\";s:21:\"custom_footer_credits\";s:32:\"Copyright Verde Naturopathy 2025\";s:21:\"all_buttons_font_size\";i:16;s:20:\"all_buttons_bg_color\";s:17:\"rgba(224,43,32,0)\";s:24:\"all_buttons_border_width\";i:0;s:24:\"all_buttons_border_color\";s:7:\"#181d22\";s:25:\"all_buttons_border_radius\";i:0;s:19:\"all_buttons_spacing\";i:1;s:22:\"all_buttons_font_style\";s:14:\"bold|uppercase\";s:16:\"all_buttons_font\";s:6:\"Roboto\";s:16:\"all_buttons_icon\";s:2:\"no\";s:25:\"all_buttons_selected_icon\";s:1:\"5\";s:22:\"all_buttons_icon_color\";s:7:\"#181d22\";s:26:\"all_buttons_icon_placement\";s:5:\"right\";s:22:\"all_buttons_icon_hover\";s:2:\"no\";s:28:\"all_buttons_text_color_hover\";s:7:\"#222222\";s:26:\"all_buttons_bg_color_hover\";s:19:\"rgba(255,255,255,0)\";s:30:\"all_buttons_border_color_hover\";s:16:\"rgba(34,34,34,0)\";s:31:\"all_buttons_border_radius_hover\";i:0;s:25:\"all_buttons_spacing_hover\";i:1;s:28:\"divi_lovely_preloader_option\";s:2:\"on\";s:29:\"divi_lovely_show_color_option\";s:5:\"false\";s:28:\"divi_lovely_color_palette_01\";s:7:\"#f4f2ed\";s:28:\"divi_lovely_color_palette_02\";s:7:\"#cacbc5\";s:28:\"divi_lovely_color_palette_03\";s:7:\"#181d22\";s:28:\"divi_lovely_color_palette_04\";s:7:\"#27293e\";s:28:\"divi_lovely_color_palette_05\";s:7:\"#aca892\";s:28:\"divi_lovely_color_palette_06\";s:7:\"#454334\";s:32:\"divi_lovely_preloader_image_size\";s:4:\"70px\";s:34:\"divi_lovely_preloader_custom_image\";s:0:\"\";s:38:\"divi_lovely_preloader_background_color\";s:7:\"#fefefe\";s:29:\"divi_lovely_preloader_effects\";s:7:\"fadeOut\";s:35:\"divi_lovely_preloader_fadeout_speed\";s:4:\"fast\";s:33:\"divi_lovely_read_more_button_text\";s:9:\"Read More\";}','on'),(243,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(244,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(245,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(246,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(247,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(248,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(249,'et_safe_mode_plugins_allowlist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(250,'et_support_center_installed','true','yes'),(251,'et_images_temp_folder','/home/desid573/verde.desidrivers.com.au/wp-content/uploads/et_temp','yes'),(252,'et_schedule_clean_images_last_time','1786694972','yes'),(253,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','yes'),(192,'pagenavi_options','a:15:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"« First\";s:9:\"last_text\";s:12:\"Last »\";s:9:\"prev_text\";s:7:\"«\";s:9:\"next_text\";s:7:\"»\";s:12:\"dotleft_text\";s:3:\"...\";s:13:\"dotright_text\";s:3:\"...\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";b:0;s:16:\"use_pagenavi_css\";b:1;s:5:\"style\";i:1;}','yes'),(193,'recently_activated','a:0:{}','off'),(194,'widget_alxposts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(195,'widget_alxtabs','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119409,'softaculous_pro_license','a:13:{s:7:\"license\";s:30:\"SOFTWP-82163-66360-75213-61280\";s:7:\"expires\";s:8:\"20250628\";s:4:\"type\";s:1:\"1\";s:8:\"type_txt\";s:7:\"Premium\";s:9:\"num_sites\";N;s:4:\"plan\";s:8:\"personal\";s:6:\"active\";i:1;s:10:\"licexpired\";N;s:4:\"thid\";N;s:6:\"status\";i:1;s:9:\"last_edit\";s:10:\"1750791288\";s:10:\"status_txt\";s:33:\"<font color=\"green\">Active</font>\";s:8:\"has_plid\";i:1;}','yes'),(198,'WPLANG','','yes'),(199,'new_admin_email','mel-cann@live.com.au','yes'),(202,'pagelayer_getting_started','1619786166','yes'),(203,'recovery_mode_email_last_sent','1619786168','yes'),(214,'theme_mods_blossom-health-coach','a:1:{s:18:\"custom_css_post_id\";i:-1;}','no'),(234,'theme_mods_Divi','a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:12:\"primary-menu\";i:2;s:11:\"footer-menu\";i:13;}s:18:\"custom_css_post_id\";i:84;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:13:\"et_pb_widgets\";a:2:{s:5:\"areas\";a:1:{s:19:\"et_pb_widget_area_1\";s:8:\"header 1\";}s:6:\"number\";i:1;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1761129555;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:8:\"search-2\";i:2;s:17:\"recent-comments-2\";}s:20:\"myprefix-widget-area\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:14:\"recent-posts-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:19:\"et_pb_widget_area_1\";a:0:{}}}}','off'),(453,'et_pb_contact_form_8bac5fd57fd2ae04095ad4d129c49a80','off','yes'),(454,'et_pb_contact_form_1a15c871e89382cbf1058027db9b8326','off','yes'),(322,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"mel-cann@live.com.au\";s:7:\"version\";s:5:\"7.0.4\";s:9:\"timestamp\";i:1786593049;}','off'),(256,'et_support_center_setup_done','processed','yes'),(259,'et_account_status','active','off'),(274,'et_automatic_updates_options','a:2:{s:8:\"username\";s:9:\"lewiscann\";s:7:\"api_key\";s:40:\"823f54e77e93bb7a68ebc39d806525b8254b50f7\";}','no'),(275,'et_support_site_id','FVxqQT3jy(7wHm)SDv2A','yes'),(485,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:0;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:6:\"4.0.15\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:1;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:21:\"dismiss_review_notice\";b:0;}','yes'),(282,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}','yes'),(468,'et_pb_contact_form_a4cdbb184af2483497ec0d5a0df19b8e','off','yes'),(2265,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16602,'action_scheduler_lock_async-request-runner','1786935903','yes'),(16603,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"4.2.0\",\"migratedVersion\":\"0.0\",\"siteAnalysis\":{\"connectToken\":\"0b3062ed-c36b-5524-9e95-d446610f8c1a\",\"score\":75,\"results\":\"{\\\"basic\\\":{\\\"title\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"Verde Naturopathy\\\",\\\"length\\\":17},\\\"description\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"Kalamunda Naturopath providing holistic healing and herbal medicine\\\",\\\"length\\\":67},\\\"keywords\\\":{\\\"health\\\":16,\\\"treatment\\\":6,\\\"medicine\\\":5,\\\"make\\\":4,\\\"naturopathy\\\":3,\\\"nutritional\\\":3,\\\"min)\\\":3,\\\"consult\\\":3,\\\"poor\\\":3,\\\"herbal\\\":3},\\\"keywordsInTitleDescription\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":{\\\"title\\\":{\\\"naturopathy\\\":1},\\\"description\\\":{\\\"herbal\\\":1,\\\"medicine\\\":1}}},\\\"h1Tags\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[],\\\"error\\\":\\\"h1-missing\\\"},\\\"h2Tags\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":[\\\"Make the shift to a more holistic health approach\\\",\\\"Consultations\\\",\\\"Treatments\\\",\\\"Clinic info\\\"]},\\\"noImgAltAtts\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\",\\\"\\\"],\\\"error\\\":\\\"image-missing-alt\\\"},\\\"linksRatio\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":{\\\"internal\\\":6,\\\"external\\\":3},\\\"error\\\":\\\"internal-links-too-few\\\"}},\\\"advanced\\\":{\\\"searchPreview\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/Verde NaturopathyKalamunda Naturopath providing holistic healing and herbal medicine\\\",\\\"mobileSearchPreview\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/Verde NaturopathyKalamunda Naturopath providing holistic healing and herbal medicine\\\",\\\"mobileSnapshot\\\":\\\"https:\\\\\\/\\\\\\/image.thum.io\\\\\\/get\\\\\\/auth\\\\\\/11036-aioseo\\\\\\/iphone6\\\\\\/https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\",\\\"canonicalTag\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/\\\"},\\\"noindex\\\":{\\\"status\\\":\\\"passed\\\"},\\\"wwwCanonicalization\\\":{\\\"status\\\":\\\"passed\\\"},\\\"robotsRules\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":\\\"User-agent: *\\\\r\\\\nAllow: \\\\\\/wp-admin\\\\\\/admin-ajax.php\\\\r\\\\nDisallow: \\\\\\/wp-admin\\\\\\/\\\\r\\\\n\\\\r\\\\nSitemap: https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/sitemap.xml\\\\r\\\\nSitemap: https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/sitemap.rss\\\\r\\\\n\\\\r\\\\n\\\"},\\\"openGraph\\\":{\\\"status\\\":\\\"passed\\\"},\\\"schema\\\":{\\\"status\\\":\\\"passed\\\"}},\\\"performance\\\":{\\\"hasImgExpires\\\":{\\\"status\\\":\\\"error\\\",\\\"error\\\":\\\"image-expires-missing\\\"},\\\"unminifiedJs\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"https:\\\\\\/\\\\\\/www.googletagmanager.com\\\\\\/gtag\\\\\\/js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/frontend-builder\\\\\\/build\\\\\\/frontend-builder-global-functions.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/js\\\\\\/custom.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/scripts\\\\\\/ext\\\\\\/jquery.fitvids.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/scripts\\\\\\/ext\\\\\\/jquery.magnific-popup.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/frontend-builder\\\\\\/build\\\\\\/frontend-builder-scripts.js\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/core\\\\\\/admin\\\\\\/js\\\\\\/common.js\\\"],\\\"error\\\":\\\"js-unminified\\\"},\\\"unminifiedCss\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":[\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/style.dev.css\\\",\\\"https:\\\\\\/\\\\\\/fonts.googleapis.com\\\\\\/css\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/epanel\\\\\\/shortcodes\\\\\\/css\\\\\\/shortcodes_responsive.css\\\",\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/themes\\\\\\/divi\\\\\\/includes\\\\\\/builder\\\\\\/styles\\\\\\/magnific_popup.css\\\"],\\\"error\\\":\\\"css-unminified\\\"},\\\"pageObjects\\\":{\\\"status\\\":\\\"error\\\",\\\"value\\\":{\\\"images\\\":9,\\\"js\\\":12,\\\"css\\\":6},\\\"total\\\":27,\\\"error\\\":\\\"page-objects-too-many\\\"},\\\"pageSize\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":14788},\\\"responseTime\\\":{\\\"status\\\":\\\"passed\\\",\\\"value\\\":0}},\\\"security\\\":{\\\"directoryListing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"googleSafeBrowsing\\\":{\\\"status\\\":\\\"passed\\\"},\\\"secureConnection\\\":{\\\"status\\\":\\\"passed\\\"}}}\",\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":\"{\\\"currentStage\\\":\\\"license-key\\\",\\\"stages\\\":[\\\"category\\\",\\\"additional-information\\\",\\\"features\\\",\\\"search-appearance\\\",\\\"smart-recommendations\\\",\\\"license-key\\\"],\\\"importers\\\":[],\\\"category\\\":{\\\"category\\\":\\\"small-offline-business\\\",\\\"categoryOther\\\":null,\\\"siteTitle\\\":\\\"Verde Naturopathy\\\",\\\"metaDescription\\\":\\\"Kalamunda Naturopath providing holistic healing and herbal medicine\\\"},\\\"additionalInformation\\\":{\\\"siteRepresents\\\":\\\"organization\\\",\\\"person\\\":null,\\\"organizationName\\\":\\\"Verde Naturopathy\\\",\\\"organizationLogo\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/04\\\\\\/cropped-Standard-01-2.jpg\\\",\\\"personName\\\":null,\\\"personLogo\\\":null,\\\"phone\\\":\\\"+61421194346\\\",\\\"contactType\\\":\\\"manual\\\",\\\"contactTypeManual\\\":\\\"Mel\\\",\\\"socialShareImage\\\":\\\"https:\\\\\\/\\\\\\/verdenaturopathy.com.au\\\\\\/wp-content\\\\\\/uploads\\\\\\/2021\\\\\\/04\\\\\\/cropped-Standard-01-2.jpg\\\",\\\"social\\\":{\\\"profiles\\\":{\\\"sameUsername\\\":{\\\"enable\\\":false,\\\"username\\\":null,\\\"included\\\":[\\\"facebookPageUrl\\\",\\\"twitterUrl\\\",\\\"pinterestUrl\\\",\\\"instagramUrl\\\",\\\"youtubeUrl\\\",\\\"linkedinUrl\\\"]},\\\"urls\\\":{\\\"facebookPageUrl\\\":\\\"https:\\\\\\/\\\\\\/www.facebook.com\\\\\\/verdenaturopathy\\\\\\/\\\",\\\"twitterUrl\\\":null,\\\"instagramUrl\\\":\\\"https:\\\\\\/\\\\\\/www.instagram.com\\\\\\/verde_naturopathy\\\\\\/\\\",\\\"pinterestUrl\\\":null,\\\"youtubeUrl\\\":null,\\\"linkedinUrl\\\":null,\\\"tumblrUrl\\\":null,\\\"yelpPageUrl\\\":null,\\\"soundCloudUrl\\\":null,\\\"wikipediaUrl\\\":null,\\\"myspaceUrl\\\":null,\\\"googlePlacesUrl\\\":null}}}},\\\"features\\\":[\\\"optimized-search-appearance\\\",\\\"analytics\\\",\\\"sitemaps\\\"],\\\"searchAppearance\\\":{\\\"underConstruction\\\":false,\\\"postTypes\\\":{\\\"postTypes\\\":{\\\"all\\\":true,\\\"included\\\":[\\\"post\\\",\\\"page\\\",\\\"attachment\\\",\\\"product\\\"]}},\\\"multipleAuthors\\\":true,\\\"redirectAttachmentPages\\\":true},\\\"smartRecommendations\\\":{\\\"accountInfo\\\":\\\"mel-cann@live.com.au\\\",\\\"usageTracking\\\":false},\\\"licenseKey\\\":null}\",\"category\":\"small-offline-business\",\"categoryOther\":null,\"deprecatedOptions\":[]},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"{\\\"wpln_aioseo_posts\\\":[\\\"id\\\",\\\"post_id\\\",\\\"title\\\",\\\"description\\\",\\\"keywords\\\",\\\"keyphrases\\\",\\\"page_analysis\\\",\\\"canonical_url\\\",\\\"og_title\\\",\\\"og_description\\\",\\\"og_object_type\\\",\\\"og_image_type\\\",\\\"og_image_url\\\",\\\"og_image_width\\\",\\\"og_image_height\\\",\\\"og_image_custom_url\\\",\\\"og_image_custom_fields\\\",\\\"og_video\\\",\\\"og_custom_url\\\",\\\"og_article_section\\\",\\\"og_article_tags\\\",\\\"twitter_use_og\\\",\\\"twitter_card\\\",\\\"twitter_image_type\\\",\\\"twitter_image_url\\\",\\\"twitter_image_custom_url\\\",\\\"twitter_image_custom_fields\\\",\\\"twitter_title\\\",\\\"twitter_description\\\",\\\"seo_score\\\",\\\"schema_type\\\",\\\"schema_type_options\\\",\\\"pillar_content\\\",\\\"robots_default\\\",\\\"robots_noindex\\\",\\\"robots_noarchive\\\",\\\"robots_nosnippet\\\",\\\"robots_nofollow\\\",\\\"robots_noimageindex\\\",\\\"robots_noodp\\\",\\\"robots_notranslate\\\",\\\"robots_max_snippet\\\",\\\"robots_max_videopreview\\\",\\\"robots_max_imagepreview\\\",\\\"tabs\\\",\\\"images\\\",\\\"image_scan_date\\\",\\\"priority\\\",\\\"frequency\\\",\\\"videos\\\",\\\"video_thumbnail\\\",\\\"video_scan_date\\\",\\\"local_seo\\\",\\\"limit_modified_date\\\",\\\"created\\\",\\\"updated\\\"],\\\"wpln_actionscheduler_actions\\\":[],\\\"wpln_actionscheduler_logs\\\":[],\\\"wpln_actionscheduler_groups\\\":[],\\\"wpln_actionscheduler_claims\\\":[],\\\"wpln_aioseo_notifications\\\":[]}\"}}','yes'),(16639,'monsterinsights_notifications_run','a:25:{s:37:\"monsterinsights_notification_visitors\";i:1760941026;s:37:\"monsterinsights_notification_audience\";i:1760962658;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1760962658;s:42:\"monsterinsights_notification_mobile_device\";i:1760962658;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1761099197;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1761099257;s:40:\"monsterinsights_notification_bounce_rate\";i:1761099257;s:42:\"monsterinsights_notification_dual_tracking\";i:1761099257;s:47:\"monsterinsights_notification_returning_visitors\";i:1761099257;s:45:\"monsterinsights_notification_traffic_dropping\";i:1761099315;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1761099315;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1761099327;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1761113640;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1761114293;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1761114400;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1761114409;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1761114546;s:39:\"monsterinsights_notification_eu_traffic\";i:1761114556;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1761114556;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1761114566;s:46:\"monsterinsights_notification_headline_analyzer\";i:1761114593;s:49:\"monsterinsights_notification_install_optinmonster\";i:1761114618;s:43:\"monsterinsights_notification_install_aioseo\";i:1761114618;s:44:\"monsterinsights_notification_install_wpforms\";i:1761114618;s:43:\"monsterinsights_notification_multiple_gtags\";i:1761114626;}','off'),(16634,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:0;s:4:\"hour\";i:23;s:6:\"minute\";i:27;s:6:\"second\";i:20;s:6:\"offset\";i:84440;s:8:\"initsend\";i:1652052440;}','yes'),(16641,'monsterinsights_notifications','a:4:{s:6:\"update\";i:1770267073;s:4:\"feed\";a:0:{}s:6:\"events\";a:49:{i:0;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"10/22/2025 6:30 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:1;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:150:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:52 am\";s:3:\"end\";s:10:\"04/14/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:2;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">In this article</a>, weโll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:59 am\";s:3:\"end\";s:10:\"04/24/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:3;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20251020\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:526:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:150:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:211:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"10/20/2025 12:17 pm\";s:3:\"end\";s:10:\"11/02/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:4;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:830:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:239:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:5;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:830:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:239:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:19:\"04/01/2025 11:58 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:6;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:329:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:168:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:03 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:7;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20220630\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:150:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"06/30/2022 12:33 am\";s:3:\"end\";s:10:\"07/13/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:8;a:10:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Traffic From Mobile Devices 0%\";s:7:\"content\";s:525:\"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at <a href=\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">how your site looks</a> on mobile and make sure all your content can be accessed correctly.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:150:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=devices&monsterinsights-highlight=devices\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:210:\"https://www.wpbeginner.com/beginners-guide/how-to-preview-the-mobile-layout-of-your-site/?utm_source=monsterinsights&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 4:45 am\";s:3:\"end\";s:10:\"11/03/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:9;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:54 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:10;a:10:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of Your Visitors Return to Your Site\";s:7:\"content\";s:330:\"Your site has received a low number of returning users over the past 30 days. Try a tool like <a href=\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">OptinMonster</a> to increase engagement.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:169:\"https://www.monsterinsights.com/optinmonster-review/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:14 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:11;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:18:\"10/21/2022 5:14 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:12;a:10:{s:2:\"id\";s:53:\"monsterinsights_notification_install_wpforms_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:37:\"Create a Contact Form in Only Minutes\";s:7:\"content\";s:64:\"Install WPForms and create contact forms in a matter of minutes.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:0:{}s:5:\"start\";s:19:\"04/01/2025 11:59 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:13;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20251020\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:198:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"10/20/2025 6:17 am\";s:3:\"end\";s:10:\"11/17/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:14;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20221021\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:198:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"10/21/2022 4:45 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:15;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20220630\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:198:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:19:\"06/30/2022 12:32 am\";s:3:\"end\";s:10:\"07/28/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:16;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">In this article</a>, weโll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:199:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:11 am\";s:3:\"end\";s:10:\"11/13/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:17;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20230530\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:198:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"05/30/2023 1:25 am\";s:3:\"end\";s:10:\"06/27/2023\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:18;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250401\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:198:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:19:\"04/01/2025 11:52 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:19;a:10:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">In this article</a>, weโll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"11/14/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:20;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:28:\"Track Your Website Downloads\";s:7:\"content\";s:830:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:239:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"10/21/2022 5:11 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:21;a:10:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20250531\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 Visitors Found Your Site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:198:\"https://verdenaturopathy.com.au/site3/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"05/31/2025 3:40 am\";s:3:\"end\";s:10:\"06/28/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:2;}i:22;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20251022\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:21:\"A/B Test Your Website\";s:7:\"content\";s:773:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what content, images, and layouts work best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:23;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:24;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20251022\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:14 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:25;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20250401\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldnโt it be easy if you could get your websiteโs performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report thatโs delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:57 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:26;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20221021\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:21:\"A/B Test Your Website\";s:7:\"content\";s:771:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what content, images, and layouts work best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:06 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:27;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20221021\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:615:\"Wouldnโt it be easy if you could get your websiteโs performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report thatโs delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:28;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:03 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:29;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:55 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:30;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:15 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:31;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20251022\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:24:\"Get Weekly Email Reports\";s:7:\"content\";s:616:\"Wouldnโt it be easy if you could get your websiteโs performance report in your email inbox every week? With Email Summaries, you can view all your important stats in a simple report thatโs delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:26 am\";s:3:\"end\";s:10:\"11/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:32;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:56 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:33;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:13 am\";s:3:\"end\";s:10:\"11/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:34;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 2:15 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:35;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20250401\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:21:\"A/B Test Your Website\";s:7:\"content\";s:773:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what content, images, and layouts work best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:58 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:36;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20221021\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:308:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:37;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:263:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:05 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:38;a:10:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:29:\"Easily Track Form Conversions\";s:7:\"content\";s:264:\"Track your website\'s form conversion rates by upgrading to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Pro</a>.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:24 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:39;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20221021\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:375:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:166:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:11 am\";s:3:\"end\";s:10:\"12/18/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:40;a:10:{s:2:\"id\";s:66:\"monsterinsights_notification_upgrade_for_events_reporting_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:105:\"Upgrade to MonsterInsights Pro to see which content and events your visitors are performing in real time.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 5:04 am\";s:3:\"end\";s:10:\"11/08/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:41;a:10:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20250401\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:27:\"See Top Performing Keywords\";s:7:\"content\";s:309:\"<a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to see which keywords are driving traffic to your website so you can focus on what\'s working.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:11:\"Upgrade Now\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:55 am\";s:3:\"end\";s:10:\"04/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:42;a:10:{s:2:\"id\";s:73:\"monsterinsights_notification_upgrade_for_popular_posts_templates_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:125:\"Upgrade MonsterInsights Pro and use up to 20+ Popular Post templates to help improve engagement and interaction on your site.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:55 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:43;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20251022\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:29 am\";s:3:\"end\";s:10:\"12/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:44;a:10:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20250401\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:56:\"Try the Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:376:\"Try the <a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\" target=\"_blank\">MonsterInsights Headline Analyzer</a> tool. We built it to help increase engagement and make your content get more traffic from search engines.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:167:\"https://www.monsterinsights.com/headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:59 am\";s:3:\"end\";s:10:\"05/29/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:45;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:57 am\";s:3:\"end\";s:10:\"04/19/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:46;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20250401\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"04/01/2025 11:54 am\";s:3:\"end\";s:10:\"05/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:47;a:10:{s:2:\"id\";s:67:\"monsterinsights_notification_upgrade_for_custom_dimensions_20251022\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:30:\"Upgrade to MonsterInsights Pro\";s:7:\"content\";s:177:\"Upgrade to enable Custom Dimensions. Track logged in users, determine when is your best time to post, measure if your SEO strategy is working, and find your most popular author.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.10.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/22/2025 6:26 am\";s:3:\"end\";s:10:\"11/09/2025\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}i:48;a:10:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20221021\";s:4:\"icon\";s:4:\"star\";s:5:\"title\";s:45:\"Upgrade to Unlock Advanced Tracking & Reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:153:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.5.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"10/21/2022 4:46 am\";s:3:\"end\";s:10:\"11/28/2022\";s:8:\"category\";s:7:\"insight\";s:8:\"priority\";i:3;}}s:9:\"dismissed\";a:0:{}}','off'),(71241,'wp_attachment_pages_enabled','1','yes'),(67329,'aioseo_options_network_lite','{\"advanced\":{\"usageTracking\":false}}','yes'),(67330,'aioseo_options_dynamic_network','{\"sitemap\":{\"priority\":{\"postTypes\":{\"post\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"page\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"attachment\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"},\"project\":{\"priority\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\",\"frequency\":\"{\\\"label\\\":\\\"default\\\",\\\"value\\\":\\\"default\\\"}\"}},\"taxonomies\":[]}},\"social\":{\"facebook\":{\"general\":{\"postTypes\":{\"post\":{\"objectType\":\"article\"},\"page\":{\"objectType\":\"article\"},\"attachment\":{\"objectType\":\"article\"},\"project\":{\"objectType\":\"article\"}}}}},\"searchAppearance\":{\"postTypes\":{\"post\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"Article\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"page\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_content\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null},\"attachment\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#attachment_caption\",\"schemaType\":\"ItemPage\",\"webPageType\":\"ItemPage\",\"articleType\":\"BlogPosting\",\"customFields\":null,\"redirectAttachmentUrls\":\"attachment\"},\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"bulkEditing\":\"enabled\"},\"title\":\"#post_title #separator_sa #site_title\",\"metaDescription\":\"#post_excerpt\",\"schemaType\":\"WebPage\",\"webPageType\":\"WebPage\",\"articleType\":\"BlogPosting\",\"customFields\":null}},\"taxonomies\":{\"category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"post_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_pack\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"layout_type\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"scope\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"module_width\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_category\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"},\"project_tag\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true},\"title\":\"#taxonomy_title #separator_sa #site_title\",\"metaDescription\":\"#taxonomy_description\"}},\"archives\":{\"project\":{\"show\":true,\"advanced\":{\"robotsMeta\":{\"default\":true,\"noindex\":false,\"nofollow\":false,\"noarchive\":false,\"noimageindex\":false,\"notranslate\":false,\"nosnippet\":false,\"noodp\":false,\"maxSnippet\":-1,\"maxVideoPreview\":-1,\"maxImagePreview\":\"large\"},\"showDateInGooglePreview\":true,\"showPostThumbnailInSearch\":true,\"showMetaBox\":true,\"keywords\":null},\"title\":\"#archive_title #separator_sa #site_title\",\"metaDescription\":\"\",\"customFields\":null}}}}','yes'),(16655,'monsterinsights_review','a:2:{s:4:\"time\";i:1651491216;s:9:\"dismissed\";b:0;}','yes'),(161658,'duplicator_migration_data','{\n \"plugin\": \"dup-lite\",\n \"installerVersion\": \"1.5.14\",\n \"installType\": -1,\n \"logicModes\": [\n \"CLASSIC\"\n ],\n \"template\": \"base\",\n \"restoreBackupMode\": false,\n \"recoveryMode\": false,\n \"archivePath\": \"\\/home\\/desid573\\/verdenaturopathy.com.au\\/site3\\/20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_archive.zip\",\n \"packageHash\": \"cb514b5-22091912\",\n \"installerPath\": \"\\/home\\/desid573\\/verdenaturopathy.com.au\\/site3\\/installer.php\",\n \"installerBootLog\": \"\\/home\\/desid573\\/verdenaturopathy.com.au\\/site3\\/dup-installer-bootlog__6d97e15-22091912.txt\",\n \"installerLog\": \"\\/home\\/desid573\\/verdenaturopathy.com.au\\/site3\\/dup-installer\\/dup-installer-log__6d97e15-22091912.txt\",\n \"dupInstallerPath\": \"\\/home\\/desid573\\/verdenaturopathy.com.au\\/site3\\/dup-installer\",\n \"origFileFolderPath\": \"\\/home\\/desid573\\/verdenaturopathy.com.au\\/site3\\/dup-installer\\/original_files_cb514b5-22091912\",\n \"safeMode\": 0,\n \"cleanInstallerFiles\": true,\n \"licenseType\": 0,\n \"phpVersion\": \"7.4.33\",\n \"archiveType\": \"zip\",\n \"siteSize\": 168804729,\n \"siteNumFiles\": 10077,\n \"siteDbSize\": 6084015,\n \"siteDBNumTables\": 22,\n \"components\": [\n \"package_component_db\",\n \"package_component_core\",\n \"package_component_plugins\",\n \"package_component_themes\",\n \"package_component_uploads\",\n \"package_component_other\"\n ],\n \"ustatIdentifier\": \"\",\n \"time\": 1761127609\n}','no'),(144177,'softaculous_pro_rebranding','a:4:{s:2:\"sn\";s:11:\"Softaculous\";s:8:\"logo_url\";s:0:\"\";s:13:\"default_hf_bg\";s:0:\"\";s:15:\"default_hf_text\";s:0:\"\";}','yes'),(161668,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"d4c194055311dd6a9e111c5556cddc2a\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(161975,'_transient_health-check-site-status-result','{\"good\":23,\"recommended\":4,\"critical\":3}','on'),(161963,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";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\";}}','on'),(168384,'_site_transient_timeout_theme_roots','1786935377','off'),(168385,'_site_transient_theme_roots','a:12:{s:4:\"Divi\";s:7:\"/themes\";s:11:\"Ellen_Theme\";s:7:\"/themes\";s:13:\"blossom-coach\";s:7:\"/themes\";s:20:\"blossom-health-coach\";s:7:\"/themes\";s:9:\"clearwork\";s:7:\"/themes\";s:11:\"polite-blog\";s:7:\"/themes\";s:6:\"polite\";s:7:\"/themes\";s:8:\"spa-lite\";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'),(162199,'et_pb_contact_form_18e7ee7e184ef8fe52e05e6a25665e76','off','auto'),(162110,'et_pb_contact_form_ee84d1c54abaafac23788315f3a22566','off','auto'),(162139,'et_pb_contact_form_63c7938dd99e9a1b35c8cc44b6b92979','off','auto'),(162215,'et_pb_contact_form_3533432aba1ed18a51fb30745ab814a4','off','auto'),(162228,'et_pb_contact_form_0363836bd1a42f0bb9038f0c99e1d69f','off','auto'),(161726,'theme_mods_Ellen_Theme','a:5:{s:18:\"custom_css_post_id\";i:397052;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:2:{s:12:\"primary-menu\";i:34;s:14:\"secondary-menu\";N;}i:0;b:0;}','on'),(161727,'puc_external_updates_theme-unique-plugin-or-theme-slug','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1786933575;s:14:\"checkedVersion\";s:3:\"1.0\";s:6:\"update\";O:8:\"stdClass\":5:{s:4:\"slug\";s:27:\"unique-plugin-or-theme-slug\";s:7:\"version\";s:3:\"1.0\";s:12:\"download_url\";s:62:\"https://lovelyconfetti.com/demos/updates/ellen/Ellen_Theme.zip\";s:12:\"translations\";a:0:{}s:11:\"details_url\";s:43:\"http://example.com/version-2.2-details.html\";}s:11:\"updateClass\";s:21:\"Puc_v4p4_Theme_Update\";s:15:\"updateBaseClass\";s:12:\"Theme_Update\";}','off'),(161729,'theme_switch_menu_locations','a:2:{s:12:\"primary-menu\";i:2;s:11:\"footer-menu\";i:13;}','on'),(168160,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.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-7.0.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-7.0.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-7.0.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.4\";s:7:\"version\";s:5:\"7.0.4\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1786933577;s:15:\"version_checked\";s:5:\"7.0.4\";s:12:\"translations\";a:0:{}}','off'),(168377,'_transient_timeout_et_core_path','1787019973','off'),(168378,'_transient_et_core_path','/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes/Divi/core','off'),(168163,'_transient_timeout_et_core_version','1787019973','off'),(168164,'_transient_et_core_version','4.9.4','off'),(168389,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1786933578;s:8:\"response\";a:12:{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.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"5.0.0.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.5.0.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";s:3:\"svg\";s:64:\"https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=3310686\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=3310686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:57:\"<p>This update adds major improvements and bug fixes.</p>\";}s:33:\"alx-extensions/alx-extensions.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/alx-extensions\";s:4:\"slug\";s:14:\"alx-extensions\";s:6:\"plugin\";s:33:\"alx-extensions/alx-extensions.php\";s:11:\"new_version\";s:5:\"1.1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/alx-extensions/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/alx-extensions.1.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/alx-extensions/assets/icon-256x256.png?rev=3267027\";s:2:\"1x\";s:67:\"https://ps.w.org/alx-extensions/assets/icon-128x128.png?rev=3267027\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/alx-extensions/assets/banner-1544x500.png?rev=3267027\";s:2:\"1x\";s:69:\"https://ps.w.org/alx-extensions/assets/banner-772x250.png?rev=3267027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.7.7\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:8:\"1.5.16.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/duplicator.1.5.16.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"11.1.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.11.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"5.6.0\";s:6:\"tested\";s:5:\"7.0.0\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:21:\"meta-box/meta-box.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/meta-box\";s:4:\"slug\";s:8:\"meta-box\";s:6:\"plugin\";s:21:\"meta-box/meta-box.php\";s:11:\"new_version\";s:6:\"5.14.1\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/meta-box/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/meta-box.5.14.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/meta-box/assets/icon-128x128.png?rev=1100915\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/meta-box/assets/banner-1544x500.png?rev=3364259\";s:2:\"1x\";s:63:\"https://ps.w.org/meta-box/assets/banner-772x250.png?rev=3364259\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:47:\"one-click-demo-import/one-click-demo-import.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/one-click-demo-import\";s:4:\"slug\";s:21:\"one-click-demo-import\";s:6:\"plugin\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:11:\"new_version\";s:5:\"3.4.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/one-click-demo-import/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/one-click-demo-import.3.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-256x256.png?rev=2506685\";s:2:\"1x\";s:74:\"https://ps.w.org/one-click-demo-import/assets/icon-128x128.png?rev=2506685\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/one-click-demo-import/assets/banner-1544x500.png?rev=2506685\";s:2:\"1x\";s:76:\"https://ps.w.org/one-click-demo-import/assets/banner-772x250.png?rev=2506685\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"6.9.7\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"pagelayer/pagelayer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/pagelayer\";s:4:\"slug\";s:9:\"pagelayer\";s:6:\"plugin\";s:23:\"pagelayer/pagelayer.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/pagelayer/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/pagelayer.2.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-256x256.png?rev=2064937\";s:2:\"1x\";s:62:\"https://ps.w.org/pagelayer/assets/icon-128x128.png?rev=2064937\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pagelayer/assets/banner-1544x500.png?rev=2668020\";s:2:\"1x\";s:64:\"https://ps.w.org/pagelayer/assets/banner-772x250.png?rev=2668020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"5.5\";s:16:\"requires_plugins\";a:0:{}}s:31:\"popup-builder/popup-builder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/popup-builder\";s:4:\"slug\";s:13:\"popup-builder\";s:6:\"plugin\";s:31:\"popup-builder/popup-builder.php\";s:11:\"new_version\";s:5:\"4.4.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/popup-builder/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/popup-builder.4.4.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/popup-builder/assets/icon-128x128.gif?rev=2698840\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/popup-builder/assets/banner-772x250.jpg?rev=2698842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:5:\"5.3.3\";s:16:\"requires_plugins\";a:0:{}}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"9.7.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.9.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720\";s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=3100992\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=3100992\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"6.8.8\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"wp-pagenavi/wp-pagenavi.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:25:\"w.org/plugins/wp-pagenavi\";s:4:\"slug\";s:11:\"wp-pagenavi\";s:6:\"plugin\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-pagenavi/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-pagenavi.3.0.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:55:\"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997\";s:3:\"svg\";s:55:\"https://ps.w.org/wp-pagenavi/assets/icon.svg?rev=977997\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-pagenavi/assets/banner-1544x500.png?rev=3639530\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-pagenavi/assets/banner-772x250.png?rev=3639530\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.4\";s:12:\"requires_php\";s:3:\"8.2\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:2121:\"<p>Requires WordPress 6.8 and PHP 8.2.</p>\n\n<p><strong>Settings migrate on activation, or on the first admin page load after updating.</strong> <code>pagenavi_options</code> becomes <code>wp_pagenavi_options</code>, and the old row is deleted once copied.</p>\n\n<p><strong>The settings screen is at <code>options-general.php?page=wp-pagenavi</code></strong>, still under <em>Settings -> PageNavi</em>.</p>\n\n<p><strong>If you copied <code>pagenavi-css.css</code> into your theme, rename your copy to <code>wp-pagenavi.css</code>.</strong> The plugin's stylesheet is now <code>css/wp-pagenavi.css</code> and the theme override is looked up under the new name; until you rename it your copy is ignored. Nothing inside it needs to change.</p>\n\n<p><strong>Nothing a theme calls has been renamed.</strong> <code>wp_pagenavi()</code>, <code>wp_pagenavi_dropdown()</code>, the <code>wp_pagenavi</code> filter and all ten <code>wp_pagenavi_class_*</code> filters behave as before.</p>\n\n<p><strong>Custom PHP reaching into the plugin's classes needs editing.</strong> Every class is prefixed <code>WP_</code>: <code>PageNavi_Options</code> is <code>WP_PageNavi_Options</code>, <code>PageNavi_Call</code> is <code>WP_PageNavi_Call</code>, <code>PageNavi_Core</code> is <code>WP_PageNavi_Core</code>. The settings screen was renamed as well as prefixed: <code>PageNavi_Admin</code> is now <code>WP_PageNavi_Settings</code>. <code>PageNavi_Options_Page</code> and <code>PageNavi_Core::$options</code> are gone โ use <code>WP_PageNavi_Options::get()</code> and <code>WP_PageNavi_Options::get_defaults()</code>.</p>\n\n<p><strong>The bundled SCB framework is gone.</strong> It defined global functions and <code>scb*</code> classes that any plugin bundling it loaded for everything else to use. Code calling <code>html()</code>, <code>html_link()</code>, <code>set_post_field()</code>, <code>scb_init()</code> or any <code>scb_*</code> helper and relying on WP-PageNavi to provide them must now provide them itself. Another installed plugin may still be supplying them, in which case nothing breaks until that one stops.</p>\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{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:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/tinymce-visualblocks\";s:4:\"slug\";s:20:\"tinymce-visualblocks\";s:6:\"plugin\";s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";s:11:\"new_version\";s:5:\"1.0.5\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/tinymce-visualblocks/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/tinymce-visualblocks.1.0.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:71:\"https://s.w.org/plugins/geopattern-icon/tinymce-visualblocks_e8e4e4.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/tinymce-visualblocks/assets/banner-772x250.png?rev=991716\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}}s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.2.0\";s:33:\"alx-extensions/alx-extensions.php\";s:5:\"1.1.2\";s:25:\"duplicator/duplicator.php\";s:6:\"1.5.14\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"10.0.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"meta-box/meta-box.php\";s:6:\"5.3.10\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.4.0\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.4.8\";s:43:\"popularfx-templates/popularfx-templates.php\";s:5:\"1.1.7\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.0.4\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:6:\"4.0.15\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.5\";s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";s:5:\"1.0.5\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:6:\"2.93.4\";}}','off'),(168390,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"4.2.0\";s:33:\"alx-extensions/alx-extensions.php\";s:5:\"1.1.2\";s:25:\"duplicator/duplicator.php\";s:6:\"1.5.14\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"10.0.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"meta-box/meta-box.php\";s:6:\"5.3.10\";s:47:\"one-click-demo-import/one-click-demo-import.php\";s:5:\"3.4.0\";s:23:\"pagelayer/pagelayer.php\";s:5:\"1.4.8\";s:43:\"popularfx-templates/popularfx-templates.php\";s:5:\"1.1.7\";s:31:\"popup-builder/popup-builder.php\";s:5:\"4.0.4\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:6:\"4.0.15\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.5\";s:45:\"tinymce-visualblocks/tinymce-visualblocks.php\";s:5:\"1.0.5\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:6:\"2.93.4\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1786933578;}','off'),(161459,'theme_mods_blossom-coach','a:1:{s:18:\"custom_css_post_id\";i:-1;}','auto'),(161802,'woocommerce_demo_store','no','on'),(161803,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','on'),(161804,'woocommerce_shop_page_display','','on'),(161805,'woocommerce_category_archive_display','','on'),(161806,'woocommerce_default_catalog_orderby','menu_order','on'),(161807,'woocommerce_single_image_width','600','on'),(161808,'woocommerce_thumbnail_image_width','600','on'),(161809,'woocommerce_thumbnail_cropping','1:1','on'),(161810,'woocommerce_thumbnail_cropping_custom_width','4','on'),(161811,'woocommerce_thumbnail_cropping_custom_height','3','on'),(161812,'woocommerce_checkout_company_field','optional','on'),(161813,'woocommerce_checkout_address_2_field','optional','on'),(161814,'woocommerce_checkout_phone_field','required','on'),(161815,'woocommerce_checkout_highlight_required_fields','yes','on'),(161816,'woocommerce_checkout_terms_and_conditions_checkbox_text','I have read and agree to the website [terms]','on'),(161817,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','on'),(161818,'woocommerce_terms_page_id','','on'),(161819,'dl_login_logo','','on'),(161820,'dl_login_logo_width','84px','on'),(161821,'dl_login_logo_height','84px','on'),(161822,'dl_login_logo_padding','5px','on'),(161823,'dl_login_bg_image','','on'),(161824,'dl_login_bg_color','#F1F1F1','on'),(161825,'dl_login_bg_size','','on'),(161826,'dl_login_form_bg_image','','on'),(161827,'dl_login_form_bg_color','#FFF','on'),(161828,'dl_login_form_width','320px','on'),(161829,'dl_login_form_height','194px','on'),(161830,'dl_login_form_padding','26px 24px 46px','on'),(161831,'dl_login_field_width','100%','on'),(161832,'dl_login_field_margin','2px 6px 16px 0px','on'),(161833,'dl_login_field_bg','#FFF','on'),(161834,'dl_login_field_color','#333','on'),(161835,'dl_login_field_label','#777','on'),(161836,'dl_login_button_bg','#2EA2CC','on'),(161837,'dl_login_button_border','#0074A2','on'),(161838,'dl_login_button_hover_bg','#1E8CBE','on'),(161839,'dl_login_button_hover_border','#0074A2','on'),(161840,'dl_login_button_shadow','#78C8E6','on'),(161841,'dl_login_button_color','#FFF','on'),(161842,'dl_login_custom_css','','on'),(161843,'dl_login_text_color','#999','on'),(161844,'dl_login_text_color_hover','#2EA2CC','on'),(161845,'nav_menus_created_posts','a:0:{}','on'),(161958,'wp_notes_notify','1','on'),(161976,'duplicator_email_summary_info','{\"CL_-=_-=\":\"Duplicator\\\\Utils\\\\Email\\\\EmailSummary\",\"manualPackageIds\":[],\"failedPackageIds\":[]}','auto'),(161795,'wp_calendar_block_has_published_posts','1','auto'),(161854,'divi_lovely_preloader_images','','auto'),(161799,'layout_category_children','a:0:{}','auto'),(161800,'project_category_children','a:0:{}','auto'),(162357,'monsterinsights_version_upgraded_from','8.5.0','auto'),(162359,'monsterinsights_migration_log','a:1:{i:0;a:4:{s:9:\"migration\";s:17:\"1.0.0-cache-table\";s:5:\"level\";s:4:\"info\";s:7:\"message\";s:20:\"Creating cache table\";s:9:\"timestamp\";s:19:\"2026-02-06 10:51:22\";}}','off'),(162360,'monsterinsights_migration_history','a:1:{i:0;a:5:{s:7:\"version\";s:17:\"1.0.0-cache-table\";s:6:\"status\";s:6:\"failed\";s:8:\"duration\";d:0.0057971477508544921875;s:5:\"error\";s:28:\"Failed to create cache table\";s:9:\"timestamp\";s:19:\"2026-02-06 10:51:22\";}}','off'),(162371,'monsterinsights_sitenotes_installed','1770346388','auto'),(162373,'monsterinsights_feedback_tracked_features','a:0:{}','auto'),(168387,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1786933578;s:7:\"checked\";a:12:{s:4:\"Divi\";s:5:\"4.9.4\";s:11:\"Ellen_Theme\";s:3:\"1.0\";s:13:\"blossom-coach\";s:5:\"1.5.7\";s:20:\"blossom-health-coach\";s:5:\"1.1.2\";s:9:\"clearwork\";s:5:\"1.1.3\";s:11:\"polite-blog\";s:5:\"1.0.1\";s:6:\"polite\";s:5:\"1.3.5\";s:8:\"spa-lite\";s:3:\"1.9\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:8:{s:13:\"blossom-coach\";a:6:{s:5:\"theme\";s:13:\"blossom-coach\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:43:\"https://wordpress.org/themes/blossom-coach/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/blossom-coach.1.5.9.zip\";s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"7.4\";}s:20:\"blossom-health-coach\";a:6:{s:5:\"theme\";s:20:\"blossom-health-coach\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:50:\"https://wordpress.org/themes/blossom-health-coach/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/theme/blossom-health-coach.1.1.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"7.4\";}s:8:\"spa-lite\";a:6:{s:5:\"theme\";s:8:\"spa-lite\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:38:\"https://wordpress.org/themes/spa-lite/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/spa-lite.2.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.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.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.5.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:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"4.27.7\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:143:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=823f54e77e93bb7a68ebc39d806525b8254b50f7&username=lewiscann\";}}s:9:\"no_update\";a:3:{s:9:\"clearwork\";a:6:{s:5:\"theme\";s:9:\"clearwork\";s:11:\"new_version\";s:5:\"1.1.3\";s:3:\"url\";s:39:\"https://wordpress.org/themes/clearwork/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/clearwork.1.1.3.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:11:\"polite-blog\";a:6:{s:5:\"theme\";s:11:\"polite-blog\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:41:\"https://wordpress.org/themes/polite-blog/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/polite-blog.1.0.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.2\";}s:6:\"polite\";a:6:{s:5:\"theme\";s:6:\"polite\";s:11:\"new_version\";s:5:\"1.3.5\";s:3:\"url\";s:36:\"https://wordpress.org/themes/polite/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/polite.1.3.5.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.2\";}}s:12:\"translations\";a:0:{}}','off'),(168388,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:12:{s:4:\"Divi\";s:5:\"4.9.4\";s:11:\"Ellen_Theme\";s:3:\"1.0\";s:13:\"blossom-coach\";s:5:\"1.5.7\";s:20:\"blossom-health-coach\";s:5:\"1.1.2\";s:9:\"clearwork\";s:5:\"1.1.3\";s:11:\"polite-blog\";s:5:\"1.0.1\";s:6:\"polite\";s:5:\"1.3.5\";s:8:\"spa-lite\";s:3:\"1.9\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.0\";s:15:\"twentytwentytwo\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"4.27.7\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:143:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=823f54e77e93bb7a68ebc39d806525b8254b50f7&username=lewiscann\";}}s:12:\"last_checked\";i:1786933578;}','off'),(168400,'_site_transient_timeout_wp_theme_files_patterns-28b33d652dcd1d20655ee972ba3f66f0','1786937642','off'),(168401,'_site_transient_wp_theme_files_patterns-28b33d652dcd1d20655ee972ba3f66f0','a:2:{s:7:\"version\";s:3:\"1.0\";s:8:\"patterns\";a:0:{}}','off'),(168402,'_site_transient_timeout_wp_theme_files_patterns-61abafbfe17b98ebe2d72cc91cb177e1','1786937642','off'),(168403,'_site_transient_wp_theme_files_patterns-61abafbfe17b98ebe2d72cc91cb177e1','a:2:{s:7:\"version\";s:5:\"4.9.4\";s:8:\"patterns\";a:0:{}}','off'),(161640,'duplicator_version_plugin','1.5.14','auto'),(161642,'duplicator_install_info','a:3:{s:7:\"version\";s:6:\"1.5.14\";s:4:\"time\";i:1761124682;s:10:\"updateTime\";i:1761124682;}','off'),(161643,'duplicator_uninstall_package','1','auto'),(161644,'duplicator_uninstall_settings','1','auto'),(161645,'duplicator_settings','a:20:{s:7:\"version\";s:6:\"1.5.14\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:13:\"package_debug\";b:0;s:23:\"email_summary_frequency\";s:6:\"weekly\";s:9:\"amNotices\";b:1;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:1;s:14:\"usage_tracking\";b:0;i:0;b:0;}','auto'),(161655,'duplicator_pro_exe_safe_mode','0','yes'),(161656,'duplicator_activate_plugins_after_installation','a:0:{}','yes'),(161651,'duplicator_notifications','a:4:{s:6:\"update\";i:1786933574;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'),(161653,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2025-10-22 09:19:12\";s:7:\"Version\";s:6:\"1.5.14\";s:9:\"VersionWP\";s:5:\"6.8.3\";s:9:\"VersionDB\";s:6:\"8.0.43\";s:10:\"VersionPHP\";s:6:\"7.4.33\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20251022_verdenaturopathy\";s:4:\"Hash\";s:35:\"cb514b58d35557195673_20251022091912\";s:8:\"NameHash\";s:61:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:71:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":26:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:44:\"/home/desid573/verdenaturopathy.com.au/site3\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:9:\"dirsCount\";i:1366;s:5:\"Files\";a:0:{}s:10:\"filesCount\";i:8711;s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2025-10-22 09:19:12\";s:7:\"Version\";s:6:\"1.5.14\";s:9:\"VersionWP\";s:5:\"6.8.3\";s:9:\"VersionDB\";s:6:\"8.0.43\";s:10:\"VersionPHP\";s:6:\"7.4.33\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:25:\"20251022_verdenaturopathy\";s:4:\"Hash\";s:35:\"cb514b58d35557195673_20251022091912\";s:8:\"NameHash\";s:61:\"20251022_verdenaturopathy_cb514b58d35557195673_20251022091912\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":15:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:65;s:17:\"\0*\0origFileManger\";N;s:32:\"\0DUP_Installer\0configTransformer\";O:44:\"Duplicator\\Libs\\WpConfig\\WPConfigTransformer\":3:{s:17:\"\0*\0wp_config_path\";s:58:\"/home/desid573/verdenaturopathy.com.au/site3/wp-config.php\";s:16:\"\0*\0wp_config_src\";N;s:13:\"\0*\0wp_configs\";a:0:{}}}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server - GPL\";s:19:\"sameNameTableExists\";N;s:4:\"info\";O:16:\"DUP_DatabaseInfo\":23:{s:9:\"buildMode\";s:3:\"PHP\";s:11:\"charSetList\";a:0:{}s:13:\"collationList\";a:0:{}s:10:\"engineList\";a:0:{}s:17:\"isTablesUpperCase\";b:0;s:15:\"isNameUpperCase\";b:0;s:4:\"name\";s:0:\"\";s:15:\"tablesBaseCount\";i:0;s:16:\"tablesFinalCount\";i:0;s:20:\"muFilteredTableCount\";i:0;s:14:\"tablesRowCount\";i:0;s:16:\"tablesSizeOnDisk\";i:0;s:10:\"tablesList\";a:0:{}s:19:\"lowerCaseTableNames\";i:0;s:8:\"dbEngine\";s:0:\"\";s:7:\"version\";i:0;s:14:\"versionComment\";i:0;s:9:\"viewCount\";i:0;s:9:\"procCount\";i:0;s:9:\"funcCount\";i:0;s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:65;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:65;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:3:{i:0;s:53:\"/home/desid573/verdenaturopathy.com.au/site3/wp-admin\";i:1;s:56:\"/home/desid573/verdenaturopathy.com.au/site3/wp-includes\";i:2;s:65:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/languages\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:7:{i:0;s:44:\"/home/desid573/verdenaturopathy.com.au/site3\";i:1;s:44:\"/home/desid573/verdenaturopathy.com.au/site3\";i:2;s:55:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content\";i:3;s:63:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/uploads\";i:4;s:63:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/plugins\";i:5;s:66:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/mu-plugins\";i:6;s:62:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/themes\";}s:31:\"\0DUP_Archive\0relativeFiltersDir\";a:2:{i:0;s:76:\"/home/desid573/verdenaturopathy.com.au/site3/wp-content/backups-dup-lite/tmp\";i:1;s:15:\"backups-dup-pro\";}s:24:\"\0DUP_Archive\0listFileObj\";N;s:23:\"\0DUP_Archive\0listDirObj\";N;}s:9:\"Installer\";r:86;s:8:\"Database\";r:105;s:13:\"BuildProgress\";r:144;}','auto'); /*!40000 ALTER TABLE `wpln_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_postmeta` -- DROP TABLE IF EXISTS `wpln_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_postmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=2926 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_postmeta` -- LOCK TABLES `wpln_postmeta` WRITE; /*!40000 ALTER TABLE `wpln_postmeta` DISABLE KEYS */; INSERT INTO `wpln_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(145,41,'_wp_attached_file','2021/04/Standard-01.jpg'),(146,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1890;s:4:\"file\";s:23:\"2021/04/Standard-01.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Standard-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Standard-01-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Standard-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Standard-01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Standard-01-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:23:\"Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:23:\"Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:23:\"Standard-01-940x940.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:23:\"Standard-01-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:23:\"Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:23:\"Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,42,'_wp_attached_file','2021/04/cropped-Standard-01.jpg'),(148,42,'_wp_attachment_context','custom-logo'),(149,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1128;s:4:\"file\";s:31:\"2021/04/cropped-Standard-01.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"cropped-Standard-01-1024x611.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:611;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"cropped-Standard-01-1536x917.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:917;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-940x561.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(150,42,'_wp_attachment_custom_header_last_used_polite-blog','1619786549'),(151,42,'_wp_attachment_is_custom_header','polite-blog'),(154,44,'_wp_attached_file','2021/04/cropped-Standard-01-1.jpg'),(155,44,'_wp_attachment_context','custom-logo'),(156,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1890;s:6:\"height\";i:1890;s:4:\"file\";s:33:\"2021/04/cropped-Standard-01-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"cropped-Standard-01-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"cropped-Standard-01-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-940x940.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-1-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(159,46,'_wp_attached_file','2021/04/header.png'),(160,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:450;s:4:\"file\";s:18:\"2021/04/header.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"header-300x70.png\";s:5:\"width\";i:300;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"header-1024x240.png\";s:5:\"width\";i:1024;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"header-768x180.png\";s:5:\"width\";i:768;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"header-1536x360.png\";s:5:\"width\";i:1536;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:18:\"header-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:18:\"header-520x293.png\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:18:\"header-940x220.png\";s:5:\"width\";i:940;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:17:\"header-400x94.png\";s:5:\"width\";i:400;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:18:\"header-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:18:\"header-520x293.png\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,46,'_wp_attachment_custom_header_last_used_polite-blog','1619788187'),(162,46,'_wp_attachment_is_custom_header','polite-blog'),(700,424,'_et_pb_ab_subjects',''),(166,48,'_customize_changeset_uuid','e820f4f1-070b-41d0-910e-e87eeb51ac1c'),(471,205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:33:\"2021/04/cropped-Standard-01-2.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:33:\"cropped-Standard-01-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:31:\"cropped-Standard-01-2-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(470,205,'_wp_attachment_context','site-icon'),(701,424,'_et_pb_enable_shortcode_tracking',''),(702,424,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"424\" /]'),(313,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:16:\"2021/05/1-01.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1-01-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"1-01-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"1-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"1-01-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"1-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"1-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"1-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:16:\"1-01-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620473034\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:4:\"Icon\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(39,16,'pagelayer-data','1619784305'),(40,16,'pagelayer_template_type','single'),(41,16,'pagelayer_template_conditions','a:2:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:4:\"post\";s:2:\"id\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"attachment\";s:2:\"id\";s:0:\"\";}}'),(42,16,'pagelayer_imported_content','tripo'),(43,17,'pagelayer-data','1619784305'),(44,17,'pagelayer_template_type','footer'),(45,17,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";N;s:2:\"id\";s:0:\"\";}}'),(46,17,'pagelayer_imported_content','tripo'),(47,18,'pagelayer-data','1619784305'),(48,18,'pagelayer_template_type','header'),(49,18,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"singular\";s:12:\"sub_template\";s:10:\"front_page\";s:2:\"id\";s:0:\"\";}}'),(50,18,'pagelayer_imported_content','tripo'),(51,19,'pagelayer-data','1619784305'),(52,19,'pagelayer_template_type','header'),(53,19,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:0:\"\";s:12:\"sub_template\";s:0:\"\";s:2:\"id\";s:0:\"\";}}'),(54,19,'pagelayer_imported_content','tripo'),(55,20,'pagelayer-data','1619784305'),(56,20,'pagelayer_template_type','archive'),(57,20,'pagelayer_template_conditions','a:1:{i:0;a:4:{s:4:\"type\";s:7:\"include\";s:8:\"template\";s:8:\"archives\";s:12:\"sub_template\";s:0:\"\";s:2:\"id\";s:0:\"\";}}'),(58,20,'pagelayer_imported_content','tripo'),(90,25,'pagelayer-data','1619784306'),(91,25,'pagelayer_imported_content','tripo'),(92,26,'pagelayer-data','1619784306'),(93,26,'pagelayer_imported_content','tripo'),(94,26,'pagelayer_contact_templates','s:66:\"s:58:\"a:1:{s:7:\"pe25980\";a:1:{s:13:\"cont_use_html\";s:4:\"true\";}}\";\";'),(95,27,'pagelayer-data','1619784306'),(96,27,'pagelayer_imported_content','tripo'),(97,28,'pagelayer-data','1619784306'),(98,28,'pagelayer_imported_content','tripo'),(99,29,'_menu_item_type','post_type'),(100,29,'_menu_item_menu_item_parent','0'),(101,29,'_menu_item_object_id','28'),(102,29,'_menu_item_object','page'),(103,29,'_menu_item_target',''),(104,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,29,'_menu_item_xfn',''),(106,29,'_menu_item_url',''),(107,30,'_menu_item_type','post_type'),(108,30,'_menu_item_menu_item_parent','0'),(109,30,'_menu_item_object_id','27'),(110,30,'_menu_item_object','page'),(111,30,'_menu_item_target',''),(112,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(113,30,'_menu_item_xfn',''),(114,30,'_menu_item_url',''),(711,433,'footnotes',''),(685,424,'_wp_page_template',''),(698,424,'_et_pb_built_for_post_type','page'),(311,97,'_wp_attached_file','2021/05/5-01.jpg'),(312,98,'_wp_attached_file','2021/05/1-01.jpg'),(600,28,'_aioseo_title','Verde Naturopathy'),(601,28,'_aioseo_description','Kalamunda Naturopath providing holistic healing and herbal medicine'),(140,38,'_wp_attached_file','2021/04/IMG_20200807_213425_333.jpg'),(141,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:2448;s:4:\"file\";s:35:\"2021/04/IMG_20200807_213425_333.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_20200807_213425_333-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20200807_213425_333-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20200807_213425_333-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-small\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"clearwork-medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-large\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-940x940.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:940;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"clearwork-thumb\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"alx-small\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"alx-medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200807_213425_333-520x293.jpg\";s:5:\"width\";i:520;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(593,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-2.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-2-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(592,346,'_wp_attached_file','2021/08/IMG_20210701_202413_037-2.jpg'),(240,28,'_et_pb_use_builder','on'),(241,28,'_et_pb_show_page_creation','off'),(242,28,'_et_pb_old_content','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home\",\"post_name\":\"home\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"html{nscroll-behavior: smooth;n}\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"pagelayer-id\":\"q6w1628\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"3ow4083\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"v3i9069\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eBest Touru003c/h6u003e\",\"pagelayer-id\":\"yxl7406\"} --><h6>Best Tour</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eRecentlyu003c/h5u003e\",\"pagelayer-id\":\"wr43667\"} --><h5>Recently</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch2u003eRecentlyu003c/h2u003e\",\"pagelayer-id\":\"rpu2866\"} --><h2>Recently</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"ftx2686\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"8iu8629\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"zce1846\"} -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"animation_delay\":\"600\",\"pagelayer-id\":\"95a4939\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"xg24789\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"7q27715\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"q7j7673\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"lud7614\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,2em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#fbfbfbff\",\"pagelayer-id\":\"s4o7958\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"rj92421\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"8\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"ele_margin_tablet\":\"2em,0em,0em,0em\",\"text\":\"n\",\"pagelayer-id\":\"1l88886\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zbd4245\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"5w53892\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eDiscover Storyu003c/h6u003e\",\"pagelayer-id\":\"s2y2854\"} --><h6>Discover Story</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eOur Storyu003c/h5u003e\",\"pagelayer-id\":\"7hj6278\"} --><h5>Our Story</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"u003ch2u003eOur Storyu003c/h2u003e\",\"pagelayer-id\":\"8a83591\"} --><h2>Our Story</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jbv5145\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"jwc6276\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wx71564\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"ele_margin_tablet\":\"0em,0em,3em,0em\",\"text\":\"n\",\"pagelayer-id\":\"fur4139\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"kex7064\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\" \",\"ele_bg_hover_delay\":\"400\",\"heading_typo\":\",19,,600,,,Solid,,Uppercase,,\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003ePaul Volkmeru003c/h5u003e\",\"pagelayer-id\":\"xd56339\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eOwneru003c/h3u003e\",\"pagelayer-id\":\"41z4865\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"erd9657\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"b606974\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"gxr7585\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"sgk9489\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"z8q5386\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,1em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"kom4786\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"y9d5045\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"qyn8669\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAboutu003c/h6u003e\",\"pagelayer-id\":\"zyg4311\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eAboutu003c/h5u003e\",\"pagelayer-id\":\"5g46798\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eAboutu003c/h2u003e\",\"pagelayer-id\":\"ad65610\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"9zn9047\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"1zv7526\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"yzg1330\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003ePaul Volkmeru003c/h5u003e\",\"pagelayer-id\":\"xjd9615\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eOwneru003c/h3u003e\",\"pagelayer-id\":\"gno1604\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"z0o5422\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"6ub7505\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"gre2420\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"w764798\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"34b4400\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"u003cpu003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"44l7184\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"uqf6808\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"n\",\"pagelayer-id\":\"ivt7491\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"00l6073\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"jqp4478\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eJourneyu003c/h6u003e\",\"pagelayer-id\":\"w4b1723\"} --><h6>Journey</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eYour Journey Starts Hereu003c/h5u003e\",\"pagelayer-id\":\"gcs5391\"} --><h5>Your Journey Starts Here</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eStartsu003c/h2u003e\",\"pagelayer-id\":\"ovs9605\"} --><h2>Starts</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"u1h3147\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"hif8189\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"phd9001\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"text\":\"n\",\"pagelayer-id\":\"q4y7131\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,20px,60px,20px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"mew6029\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eIranu003c/h5u003e\",\"pagelayer-id\":\"r4f2696\"} --><h5>Iran</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eIranu003c/h3u003e\",\"pagelayer-id\":\"oeu5019\"} --><h3>Iran</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"ele_padding_tablet\":\"0px,15px,0px,15px\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"rvc1332\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"btn_bg_color_hover\":\"\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"pdi7261\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){n{{element}} .pagelayer-row-holder{ndisplay: flex;nflex-direction: column-reverse;n}n}\",\"pagelayer-id\":\"nih6890\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,60px,10px\",\"pagelayer-id\":\"keu7767\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eUnited Statesu003c/h5u003e\",\"pagelayer-id\":\"hj58313\"} --><h5>United States</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eUnited Statesu003c/h3u003e\",\"pagelayer-id\":\"gu02957\"} --><h3>United States</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"3l72038\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"0701091\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"ghu2730\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"n\",\"pagelayer-id\":\"pyk6019\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"zuh3015\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"0pq7867\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"n\",\"pagelayer-id\":\"bhb1302\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,50px,10px\",\"pagelayer-id\":\"6pk4838\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eGreeceu003c/h5u003e\",\"pagelayer-id\":\"jtc1736\"} --><h5>Greece</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eGreeceu003c/h3u003e\",\"pagelayer-id\":\"o482659\"} --><h3>Greece</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"zol5629\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"9b97127\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){n{{element}} .pagelayer-row-holder{ndisplay: flex;nflex-direction: column-reverse;n}n}\",\"pagelayer-id\":\"11l9878\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,0px,25px\",\"ele_padding_mobile\":\"60px,10px,40px,10px\",\"pagelayer-id\":\"wdu2978\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003eLe Ladakhu003c/h5u003e\",\"pagelayer-id\":\"fcg8162\"} --><h5>Le Ladakh</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eLe Ladakhu003c/h3u003e\",\"pagelayer-id\":\"ioc6422\"} --><h3>Le Ladakh</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"bdb4987\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"dc32133\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"2aq6545\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"n\",\"pagelayer-id\":\"6oq5032\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zfw5404\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"luy2737\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAmazing Staffu003c/h6u003e\",\"pagelayer-id\":\"37b6520\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eMeet Our Teamu003c/h2u003e\",\"pagelayer-id\":\"px01593\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eOur Teamu003c/h2u003e\",\"pagelayer-id\":\"gph1628\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jet7983\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"ona7297\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"a8f4660\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eManageru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"fcz4396\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"egf1310\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"caz4725\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"ese8910\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"3so7116\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"oxp4246\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"nul8057\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eLeaderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"db55026\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mny1495\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"5xn7585\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"gyf6039\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"kur7407\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"uh89652\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"opd4644\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eSupervisoru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"l8u8105\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"idy6377\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"ou47819\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"o669787\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"8pc7951\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"h7g1675\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"cw23874\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eFounderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"zck4605\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ht86316\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"ojf2660\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"j5p8986\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"m0q2052\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"0vq2271\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"sjm4980\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"7tl6661\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eTestimonialu003c/h5u003e\",\"color\":\"\",\"pagelayer-id\":\"vjw1728\"} --><h5>Testimonial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"u003ch2u003eTestimonialu003c/h2u003e\",\"pagelayer-id\":\"6od9463\"} --><h2>Testimonial</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"3yh5533\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_testimonial_slider {\"slide_items\":\"3\",\"slide_margin\":\"10\",\"arrows_bg\":\"#6a6969\",\"arraow_color\":\"#ffffff\",\"arraow_bg_size\":\"20\",\"arraow_bg_shape\":\"20\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content{nbox-shadow: 0 2px 5px #eee;npadding: 20px;n}\",\"slide_controls\":\"pager\",\"animation\":\"\",\"pagelayer-id\":\"vi93287\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"6nf2452\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Daisy Shah\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"2545962\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Simon Toufel\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"rz69247\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Web Developer\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"u003cp style=u0022font-size: 14pxu0022u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.u003c/pu003e\",\"pagelayer-id\":\"8fm3851\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_testimonial_slider -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->'),(243,67,'_wp_attached_file','2021/05/holistic-healer-21.png'),(244,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:285;s:4:\"file\";s:30:\"2021/05/holistic-healer-21.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-21-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-21-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-21-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(245,68,'_wp_attached_file','2021/05/holistic-healer-icon-3.png'),(246,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-3.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-3-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(247,69,'_wp_attached_file','2021/05/holistic-healer-icon-1.png'),(248,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-1-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,70,'_wp_attached_file','2021/05/holistic-healer-icon-5.png'),(250,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-5.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-5-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-5-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-5-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(251,71,'_wp_attached_file','2021/05/holistic-healer-icon-10.png'),(252,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:35:\"2021/05/holistic-healer-icon-10.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-10-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-10-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:37:\"holistic-healer-icon-10-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(253,72,'_wp_attached_file','2021/05/holistic-healer-24.png'),(254,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:345;s:6:\"height\";i:245;s:4:\"file\";s:30:\"2021/05/holistic-healer-24.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-24-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-24-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-24-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,73,'_wp_attached_file','2021/05/holistic-healer-46.png'),(256,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:198;s:4:\"file\";s:30:\"2021/05/holistic-healer-46.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-46-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-46-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-46-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(257,74,'_wp_attached_file','2021/05/holistic-healer-icon-2.png'),(258,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-2-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(259,75,'_wp_attached_file','2021/05/holistic-healer-icon-7.png'),(260,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:57;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-7.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-7-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-7-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-7-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(261,76,'_wp_attached_file','2021/05/holistic-healer-icon-4.png'),(262,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:56;s:6:\"height\";i:96;s:4:\"file\";s:34:\"2021/05/holistic-healer-icon-4.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"holistic-healer-icon-4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"holistic-healer-icon-4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:36:\"holistic-healer-icon-4-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(263,77,'_wp_attached_file','2021/05/holistic-healer-53.jpg'),(264,77,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1998;s:6:\"height\";i:535;s:4:\"file\";s:30:\"2021/05/holistic-healer-53.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"holistic-healer-53-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1024x274.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-768x206.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1536x411.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1080x289.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:32:\"holistic-healer-53-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"holistic-healer-53-1280x343.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-980x262.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"holistic-healer-53-480x129.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(265,28,'_et_pb_built_for_post_type','page'),(266,28,'_et_pb_ab_subjects',''),(267,28,'_et_pb_enable_shortcode_tracking',''),(268,28,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"28\" /]'),(269,28,'_et_pb_custom_css',''),(270,28,'_et_pb_gutter_width','3'),(271,28,'_thumbnail_id','0'),(272,28,'_global_colors_info','{}'),(273,28,'_et_pb_first_image',''),(274,28,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_0 et_pb_equal_columns\">\n <div class=\"et_pb_column et_pb_column_3_5 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Make the shift to a more holistic health approach.</div>\n </div> <!-- .et_pb_text --><div class=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</p>\n<p>first, do no harm<br />\nthe healing power of nature<br />\nidentify and treat the causeย <br />\ndoctor as teacher<br />\ntreat the person as a whole<br />\nprevention</p>\n<p>We can support health in many conditions, including:</p>\n<p>digestive issues (IBS, IBD, GORD, bloating, poor digestion)<br />\nnervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)<br />\nmetabolic dysfunction (insulin resistance)<br />\nimmune dysfunction (autoimmunity, recurrent infections)<br />\nthyroid conditions (hyper/hypothyroidism)<br />\nwomen’s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)<br />\nskin health (acne, eczema/dermatitis, rosacea)<br />\ncardiovascular health (chronic inflammation, high cholesterol)<br />\nmen’s health (prostate issues, sexual health)<br />\nchildren’s health (poor immunity, digestive issues, behavioural issues)</p>\n<p>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.<br />\nWe offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_2_5 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_image et_pb_image_0\">\n \n \n <span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" alt=\"\" title=\"IMG_20210503_205936_105\" height=\"auto\" width=\"auto\" srcset=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg 1434w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105-1280x1280.jpg 1280w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105-980x980.jpg 980w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105-480x480.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1434px, 100vw\" class=\"wp-image-243\" /></span>\n </div><div class=\"et_pb_module et_pb_image et_pb_image_1\">\n \n \n <span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" alt=\"\" title=\"IMG_20200714_175859_865\" height=\"auto\" width=\"auto\" srcset=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg 2048w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865-1280x853.jpg 1280w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865-980x653.jpg 980w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2048px, 100vw\" class=\"wp-image-245\" /></span>\n </div><div class=\"et_pb_module et_pb_image et_pb_image_2\">\n \n \n <span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" alt=\"\" title=\"IMG_20210701_202413_037\" height=\"auto\" width=\"auto\" srcset=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg 2279w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037-1280x853.jpg 1280w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037-980x653.jpg 980w, https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 2279px, 100vw\" class=\"wp-image-343\" /></span>\n </div>\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_pb_with_background et_pb_section_parallax et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_1\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Clinic info</div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_2\">\n <div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Location<br />\nKalamunda & online</div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n </div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n <a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_dark\" href=\"https://verdenaturopathy.com.au/site3/bookings\">Make a booking</a>\n </div>\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_5 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Clinic Hours<br />\nTues/Wed: 9am-4pmThurs: 11am-7pmSaturday: 9:30am-1pm</div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --></p>\n'),(732,500,'footnotes',''),(733,502,'_wp_attached_file','2025/10/VerdeNaturopathy-PrimaryLogo-Moss.png'),(734,502,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2084;s:6:\"height\";i:895;s:4:\"file\";s:45:\"2025/10/VerdeNaturopathy-PrimaryLogo-Moss.png\";s:8:\"filesize\";i:52070;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4605;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1024x440.png\";s:5:\"width\";i:1024;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2819;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-768x330.png\";s:5:\"width\";i:768;s:6:\"height\";i:330;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13986;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1536x660.png\";s:5:\"width\";i:1536;s:6:\"height\";i:660;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29941;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-2048x880.png\";s:5:\"width\";i:2048;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42651;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7249;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25296;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9859;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1080x464.png\";s:5:\"width\";i:1080;s:6:\"height\";i:464;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19060;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8447;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"VerdeNaturopathy-PrimaryLogo-Moss-1280x550.png\";s:5:\"width\";i:1280;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25430;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-980x421.png\";s:5:\"width\";i:980;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16574;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"VerdeNaturopathy-PrimaryLogo-Moss-480x206.png\";s:5:\"width\";i:480;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8049;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,28,'_et_pb_truncate_post_date','2025-10-21 14:08:48'),(276,28,'_et_builder_version','VB|Divi|4.9.4'),(277,28,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:3:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:18:\"et-gf-josefin-sans\";s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(696,424,'_et_pb_use_builder','on'),(697,424,'_et_pb_show_page_creation','off'),(684,424,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:3:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:18:\"et-gf-josefin-sans\";s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(728,476,'footnotes',''),(730,488,'footnotes',''),(310,28,'_edit_lock','1743508459:1'),(300,88,'_wp_attached_file','2021/05/height-cropped.jpg'),(301,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2021/05/height-cropped.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"height-cropped-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"height-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"height-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"height-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"height-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"height-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"height-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:28:\"height-cropped-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(305,29,'_wp_old_date','2021-04-30'),(306,30,'_wp_old_date','2021-04-30'),(314,101,'_wp_attached_file','2021/05/3-01.jpg'),(315,102,'_wp_attached_file','2021/05/4-01.jpg'),(316,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:1280;s:4:\"file\";s:16:\"2021/05/4-01.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"4-01-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"4-01-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"4-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"4-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"4-01-720x675.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"4-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"4-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"4-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:16:\"4-01-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620473194\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:4:\"Icon\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(335,126,'_wp_attached_file','2021/05/4-01.png'),(336,126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:81;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/4-01.png\";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:{}}}'),(337,127,'_wp_attached_file','2021/05/5-01.png'),(338,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:70;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/5-01.png\";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:{}}}'),(341,145,'_wp_attached_file','2021/05/2-01-large.png'),(342,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:683;s:4:\"file\";s:22:\"2021/05/2-01-large.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"2-01-large-88x300.png\";s:5:\"width\";i:88;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"2-01-large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x250.png\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x675.png\";s:5:\"width\";i:200;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x284.png\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x382.png\";s:5:\"width\";i:200;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"2-01-large-200x516.png\";s:5:\"width\";i:200;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(329,118,'_wp_attached_file','2021/05/1-01.png'),(330,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/1-01.png\";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:{}}}'),(331,119,'_wp_attached_file','2021/05/2-01.png'),(332,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/2-01.png\";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:{}}}'),(339,144,'_wp_attached_file','2021/05/1-01-large.png'),(340,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:409;s:4:\"file\";s:22:\"2021/05/1-01-large.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"1-01-large-147x300.png\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1-01-large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"1-01-large-200x250.png\";s:5:\"width\";i:200;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"1-01-large-200x284.png\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"1-01-large-200x382.png\";s:5:\"width\";i:200;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,122,'_wp_attached_file','2021/05/3-01.png'),(334,122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:140;s:4:\"file\";s:16:\"2021/05/3-01.png\";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:{}}}'),(343,27,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:18:\"et-gf-josefin-sans\";s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";s:19:\"et-gf-zcool-xiaowei\";s:21:\"ZCOOL+XiaoWei:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(344,27,'_et_pb_use_builder','on'),(345,27,'_et_pb_show_page_creation','off'),(346,27,'_et_pb_old_content','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"About Us\",\"post_name\":\"about\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"mb61598\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"12\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"min_height\":\"350px\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-125px,0px,0px,0px\",\"ele_margin_mobile\":\"-158px,0px,0px,0px\",\"min_height_mobile\":\"255px\",\"pagelayer-id\":\"msd3635\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"e6s2964\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"ele_margin_mobile\":\"10em,0em,0em,0em\",\"typo_mobile\":\",25,,,,,Solid,,,,\",\"pagelayer-id\":\"qvn9489\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"ngm8752\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ff83615\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAboutu003c/h6u003e\",\"pagelayer-id\":\"d8n7169\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eAboutu003c/h5u003e\",\"pagelayer-id\":\"9ml5869\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eAboutu003c/h2u003e\",\"pagelayer-id\":\"f4d7469\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"fvd5890\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"lkd8577\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"o2c2573\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"u003ch5u003ePaul Volkmeru003c/h5u003e\",\"pagelayer-id\":\"gsu3042\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"u003ch3u003eOwneru003c/h3u003e\",\"pagelayer-id\":\"q4i9931\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"p7d8782\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"v1r1036\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. u003c/pu003e\",\"pagelayer-id\":\"d9t765\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"u003cpu003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.u003c/pu003e\",\"pagelayer-id\":\"bou1254\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003cpu003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"9wj610\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"u003cpu003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.u003c/pu003e\",\"pagelayer-id\":\"vsv7069\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"lgw1958\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https://www.youtube.com/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"n\",\"pagelayer-id\":\"3p187\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"bottom\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"9em,0em,9em,0em\",\"ele_bg_img\":\"6\",\"ele_margin\":\"4em,0em,0em,0em\",\"ele_padding_mobile\":\"3em,0em,3em,0em\",\"ele_margin_mobile\":\"3em,0em,3em,0em\",\"ele_padding_tablet\":\"4em,0em,4em,0em\",\"ele_margin_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"a8p6079\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"9yu7254\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"s7g7021\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"5hw2741\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":\",25,,,,,Solid,1,,,\",\"text\":\"u003ch3u003eTRAVEL FAR ENOUGH, YOU MEET YOURSELFu003c/h3u003e\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"i771446\"} --><h3>TRAVEL FAR ENOUGH, YOU MEET YOURSELF</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_text {\"ele_padding\":\"0%,15%,0%,15%\",\"ele_padding_mobile\":\"1px,1px,1px,1px\",\"animation\":\"\",\"animation_delay\":\"700\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eu003cspanu003eThis is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.u003c/spanu003eu003c/pu003e\",\"pagelayer-id\":\"zai3572\"} --><p style=\"text-align: center\"><span>This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#fefefeff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"urd8148\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"6u68858\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"n3o5359\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"u003ch6u003eAmazing Staffu003c/h6u003e\",\"pagelayer-id\":\"ia01904\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eMeet Our Teamu003c/h2u003e\",\"pagelayer-id\":\"i151160\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"u003ch2u003eOur Teamu003c/h2u003e\",\"pagelayer-id\":\"gk56279\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"azt1744\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"lyv7327\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wls6867\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eManageru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"8ms7248\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ygb9138\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"wow922\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"lfg2362\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"zqg3285\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"af46547\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"1d15001\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eLeaderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"bg04263\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"bb15453\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"ofa8491\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"ryu4544\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"ywe7457\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"qc22130\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"6r87422\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eSupervisoru003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"yyu124\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mzm7746\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"qzi6431\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"dop7386\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"huj3423\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"1s04265\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"ynr8569\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{nmargin-top: -55px;n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"u003ch5u003eFounderu003c/h5u003enu003cpu003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.u003c/pu003e\",\"pagelayer-id\":\"dcz9820\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{ntop: 58px !important;nposition: relative;n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"l8u11\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https://facebook.com/sitepad\",\"pagelayer-id\":\"xgn7906\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https://twitter.com/sitepad\",\"pagelayer-id\":\"67x129\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https://plus.google.com/sitepad\",\"pagelayer-id\":\"qbv1467\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https://linkedin.com/sitepad\",\"pagelayer-id\":\"cks8217\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#efba6cff\",\"ele_padding\":\"1em,0em,1em,0em\",\"content_pos\":\"center\",\"pagelayer-id\":\"ujt2667\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"9\",\"content_pos\":\"center\",\"pagelayer-id\":\"hfe1794\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"heading_typo_mobile\":\",20,,,,,Solid,,,,\",\"text\":\"u003ch4u003eHow Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.u003c/h4u003e\",\"pagelayer-id\":\"9dk4258\"} --><h4>How Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"bu82568\"} -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"2,2,2,2\",\"btn_bg_color\":\"\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#ffffffff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"btn_bor_hover\":\"hover\",\"btn_border_type_hover\":\"solid\",\"btn_border_color_hover\":\"#fefefeff\",\"btn_border_width_hover\":\"2,2,2,2\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"pagelayer-id\":\"kbi5275\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->'),(347,149,'_wp_attached_file','2021/05/IMG_3908-scaled.jpg'),(348,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3908-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3908-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3908-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3908-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3908-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3908-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_3908-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3908-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_3908-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_3908-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"IMG_3908-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_3908-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_3908-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620471947\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3908.jpg\";}'),(349,150,'_wp_attached_file','2021/05/IMG_3908-1-scaled.jpg'),(350,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2021/05/IMG_3908-1-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:24:\"IMG_3908-1-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"IMG_3908-1-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:22:\"IMG_3908-1-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620471947\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"IMG_3908-1.jpg\";}'),(351,151,'_wp_attached_file','2021/05/IMG_3973-scaled.jpg'),(352,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3973-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3973-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3973-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3973-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3973-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3973-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_3973-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3973-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_3973-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_3973-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1728x1800.jpg\";s:5:\"width\";i:1728;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"IMG_3973-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_3973-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_3973-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620474630\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3973.jpg\";}'),(353,152,'_wp_attached_file','2021/05/IMG_3912-scaled.jpg'),(354,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3912-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3912-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3912-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3912-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_3912-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3912-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"IMG_3912-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3912-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"IMG_3912-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"IMG_3912-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:22:\"IMG_3912-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:22:\"IMG_3912-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:21:\"IMG_3912-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:20:\"IMG_3912-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1620471992\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3912.jpg\";}'),(355,27,'_et_pb_built_for_post_type','page'),(356,27,'_et_pb_ab_subjects',''),(357,27,'_et_pb_enable_shortcode_tracking',''),(358,27,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"27\" /]'),(359,27,'_et_pb_custom_css',''),(360,27,'_et_pb_gutter_width','3'),(361,27,'_thumbnail_id','0'),(362,27,'_global_colors_info','{}'),(363,27,'_et_pb_first_image',''),(364,27,'_et_pb_truncate_post',''),(735,503,'_wp_attached_file','2025/10/square-image.jpg'),(736,503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2025/10/square-image.jpg\";s:8:\"filesize\";i:64269;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"square-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5456;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"square-image-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"square-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"square-image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16116;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7062;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"square-image-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21980;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7153;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"square-image-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9382;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"square-image-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24600;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"square-image-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8586;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"square-image-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21592;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"square-image-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(737,504,'_wp_attached_file','2025/10/square-image.png'),(738,504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2025/10/square-image.png\";s:8:\"filesize\";i:78046;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"square-image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4409;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"square-image-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"square-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2135;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"square-image-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13105;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5760;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"square-image-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17934;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"square-image-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5777;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"square-image-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8513;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"square-image-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20438;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"square-image-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6934;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"square-image-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17932;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"square-image-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7971;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(636,424,'_edit_lock','1743509127:1'),(632,28,'_edit_last','1'),(633,28,'_et_pb_post_hide_nav','default'),(634,28,'_et_pb_page_layout','et_right_sidebar'),(635,28,'_et_pb_side_nav','off'),(637,425,'_menu_item_type','post_type'),(638,425,'_menu_item_menu_item_parent','0'),(639,425,'_menu_item_object_id','424'),(640,425,'_menu_item_object','page'),(641,425,'_menu_item_target',''),(642,425,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(643,425,'_menu_item_xfn',''),(644,425,'_menu_item_url',''),(645,424,'_edit_last','1'),(646,424,'_aioseo_title','#post_title #separator_sa #site_title'),(647,424,'_aioseo_description','#post_content'),(648,424,'_aioseo_keywords',''),(649,424,'_aioseo_og_title',NULL),(650,424,'_aioseo_og_description',NULL),(651,424,'_aioseo_og_article_section',NULL),(652,424,'_aioseo_og_article_tags',''),(653,424,'_aioseo_twitter_title',NULL),(654,424,'_aioseo_twitter_description',NULL),(655,424,'_et_pb_post_hide_nav','default'),(656,424,'_et_pb_page_layout','et_no_sidebar'),(657,424,'_et_pb_side_nav','off'),(658,427,'_menu_item_type','post_type'),(659,427,'_menu_item_menu_item_parent','0'),(660,427,'_menu_item_object_id','424'),(661,427,'_menu_item_object','page'),(662,427,'_menu_item_target',''),(663,427,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(664,427,'_menu_item_xfn',''),(665,427,'_menu_item_url',''),(666,427,'_menu_item_orphaned','1743508572'),(667,428,'_menu_item_type','post_type'),(668,428,'_menu_item_menu_item_parent','0'),(669,428,'_menu_item_object_id','26'),(670,428,'_menu_item_object','page'),(671,428,'_menu_item_target',''),(672,428,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(673,428,'_menu_item_xfn',''),(674,428,'_menu_item_url',''),(689,428,'_menu_sgpb_popup_id','0'),(676,29,'_wp_old_date','2021-05-30'),(686,29,'_menu_sgpb_popup_id','0'),(678,30,'_wp_old_date','2021-05-30'),(687,30,'_menu_sgpb_popup_id','0'),(688,425,'_menu_sgpb_popup_id','0'),(681,292,'_wp_old_date','2021-05-30'),(690,292,'_menu_sgpb_popup_id','0'),(692,424,'_et_gb_content_width','1080'),(693,424,'_mi_skip_tracking',''),(694,424,'footnotes',''),(695,431,'footnotes',''),(703,424,'_et_pb_custom_css',''),(704,424,'_et_pb_gutter_width','3'),(705,424,'_thumbnail_id','0'),(706,424,'_global_colors_info','{}'),(707,424,'_et_pb_first_image',''),(708,424,'_et_pb_truncate_post',''),(729,482,'footnotes',''),(739,505,'_wp_attached_file','2025/10/cropped-square-image.png'),(740,505,'_wp_attachment_context','site-icon'),(741,505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2025/10/cropped-square-image.png\";s:8:\"filesize\";i:8591;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4793;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2131;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6231;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6317;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8825;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7420;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8316;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4172;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2765;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:32:\"cropped-square-image-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2590;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:30:\"cropped-square-image-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2866,399565,'_wp_attached_file','2026/02/SA707508-scaled.jpg'),(709,424,'_et_pb_truncate_post_date',''),(710,424,'_et_builder_version','VB|Divi|4.9.4'),(713,435,'footnotes',''),(712,434,'_et_pb_built_for_post_type','page'),(716,455,'footnotes',''),(715,437,'footnotes',''),(726,463,'footnotes',''),(365,27,'_et_pb_truncate_post_date',''),(366,27,'_et_builder_version','VB|Divi|4.9.4'),(598,373,'_wp_attached_file','2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png'),(599,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:613;s:4:\"file\";s:49:\"2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-490x382.png\";s:5:\"width\";i:490;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:49:\"Screen-Shot-2022-01-21-at-12.20.02-pm-480x600.png\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(367,27,'_edit_lock','1623731723:1'),(368,3,'_edit_lock','1622121886:1'),(369,3,'_et_pb_use_builder','on'),(370,3,'_et_pb_old_content','<!-- wp:heading -->\n<h2>Who we are</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://verde.desidrivers.com.au.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Comments</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitorโs IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Media</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Cookies</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Embedded content from other websites</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Who we share your data with</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>How long we retain your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Where we send your data</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->'),(371,3,'_et_gb_content_width',''),(372,3,'_edit_last','1'),(373,3,'_et_pb_post_hide_nav','default'),(374,3,'_et_pb_page_layout','et_right_sidebar'),(375,3,'_et_pb_side_nav','off'),(376,3,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(377,3,'_et_pb_built_for_post_type','page'),(378,3,'_et_pb_ab_subjects',''),(379,3,'_et_pb_enable_shortcode_tracking',''),(380,3,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3\" /]'),(381,3,'_et_pb_custom_css',''),(382,3,'_et_pb_gutter_width','3'),(383,3,'_thumbnail_id','0'),(384,3,'_global_colors_info','{}'),(385,3,'_et_pb_first_image',''),(386,3,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_1\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">PRIVACY POLICY<br />\nAtย Verde Naturopathy, we are committed to protecting your privacy as a client and an online visitor to our website. We use the information we collect about you to maximize the services that we provide to you. We respect the privacy and confidentiality of the information provided by you and are bound by and adhere to the Privacy Act (1988) and Australian Privacy Principles.<br />\nINFORMATION WE COLLECT FROM YOU<br />\nIn the course of your visits to our website or use of our Naturopathic services, we may obtain the following information about you: name, company name, email address, telephone number, credit card details, billing address, geographic location, IP address, survey responses, support queries, social media comments and handles (together โPersonal Dataโ). Our services are not directed to persons under 18 and we do not knowingly collect Personal Data from anyone under 18 without parent or guardian consent. If we become aware that a child under 18 has provided us with Personal Data without parent or guardian consent, we will delete that information as quickly as possible. If you are the parent or guardian of a child and you believe they have provided us with Personal Data without your consent, then please contact us. We seek to ensure that the personal information we collect about you is accurate, up-to-date, relevant and complete.To assist us with this, we encourage you to contact us if you believe that any information we hold about you is inaccurate, out of date, incomplete, irrelevant or misleading.<br />\nHOW WE USE YOUR INFORMATION<br />\nWe collect, hold, use and potentially disclose the information we collect from you for the following purposes; to maintain our business records and run our business, to contact you, for any purpose required or permitted by law, for any purpose you would otherwise reasonably expect, for any purpose disclosed to you and to which you have consented, to provide you with any technical support, to notify you of any updates and offers, to share useful content, to help us measure customer satisfaction, and to provide you with a personalised website experience.<br />\nMarketing communications are only sent to you if you have requested or subscribed to them. You can opt out of our marketing communications at any time by unsubscribing or emailing us – your request will be actioned immediately.<br />\nAny information you choose to make publicly available, such as blog comments will be available for others to see. If you subsequently remove this information, copies may remain viewable in cached and archived pages on other websites or if others have copied or saved the information.<br />\nSTORAGE AND SECURITY OF YOUR INFORMATION<br />\nWe will use all reasonable means to protect the confidentiality of your Personal Data while in our possession or control. All information we receive from you is stored and protected on our secure servers from unauthorized use or access. We hold your personal information in both paper-based and electronic files, in both cases stored securely.ย ย We seek to ensure that your personal information is protected from misuse, interference and loss; and unauthorised access, modification and disclosure. The personal information that we hold is treated as confidential and only accessed when necessary.<br />\nWe retain your personal information for as long as needed to provide services to you and as otherwise necessary to comply with our legal obligations, resolve disputes and enforce our agreements. In the event there is a breach of our security and your Personal Data is compromised, we will promptly notify you in compliance with the applicable law.ย <br />\nSHARING YOUR INFORMATION WITH THIRD PARTIES<br />\nWe do not and will not sell or deal any Personal Data or any customer information.<br />\nYour Personal Data details are only disclosed to third party suppliers when it is required by law, for goods or services which you have purchased, for payment processing or to protect our copyright, trademarks and other legal rights. To the extent that we do share your Personal Data with a service provider, we would only do so if that party has agreed to comply with our privacy standards as described in this privacy policy and in accordance with applicable law. Our contracts with third parties prohibit them from using any of your Personal Data for any purpose other than that for which it was shared.ย <br />\nDISCLOSURE OF YOUR INFORMATION<br />\nWe may from time to time need to disclose certain information, which may include your Personal Data, to comply with a legal requirement, such as a law, regulation, court order, subpoena, warrant, in the course of a legal proceeding or in response to a law enforcement agency request. Also, we may use your Personal Data to protect the rights, property or safety ofย Verde Naturopathy, our customers or third parties. If there is a change of control in one of our businesses (whether by merger, sale, transfer of assets or otherwise) customer information, which may include your Personal Data, could be transferred to a purchaser under a confidentiality agreement. We would only disclose your Personal Data in good faith and where required by any of the above circumstances.ย <br />\nFrom time to time, we may also disclose your Personal Data to others involved in your health care, including doctors and specialists outside Verde Naturopathy, who may be involved in treating you, pathology services, radiology services and in emergency situations. This may occur through referral to other doctors or specialists, or for medical tests and in the reports or results returned to us following the referrals. This will always be in accordance with your consent.<br />\nTypically, we only transfer your personal information overseas with your consent. The country in which the recipient is located is therefore determined by your consent.<br />\nLINKS TO OTHER WEBSITES<br />\nThis website may contain links to other websites. These links are meant for your convenience only. Links to third party websites do not constitute sponsorship or endorsement or approval of these websites. Please be aware that we are not responsible for the privacy practices of such other websites. We encourage our users to be aware, when they leave our website, to read the privacy statements of each and every website that collects personally identifiable information. This privacy policy applies solely to information collected by this website.<br />\nCHANGE IN PRIVACY POLICY<br />\nAs we plan to ensure our privacy policy remains current, this policy is subject to change. We may modify this policy at any time, in our sole discretion and all modifications will be effective immediately upon our posting of the modifications on this website. Please return periodically to review our privacy policy.<br />\nCONTACT US<br />\nIf you have any questions or concerns at any time about our privacy policy or the use of your Personal Data, please contact us atย hello@verdenaturopathy.com.auย <br />\nPERSONAL AND HEALTH INFORMATION COLLECTION STATEMENTย <br />\nVerde Naturopathy (โusโ, โweโ, โourโ) only collect the information we need in order to perform our services (โServicesโ). We comply at all times with the Australian Privacy law which regulates how personal information is handled including all your health details which are considered sensitive information (โPersonal Sensitive Informationโ). We will not disclose your Personal Sensitive Information without your consent unless required due to a medical emergency, injury, health risk or similar and we will only do so to a qualified professional who is under the same duty of confidentiality. You may contact us by writing to Melissa Cann, hello@verdenaturopathy.com.au and you have the right to gain access to the information held by Verde Naturopathy about you. Our Privacy Policy on our website contains information on how you may request access to, and correction of, any of the information we hold about you including your Personal Sensitive Information and how you may complain about a breach of your privacy as well as how we will deal with a complaint. By providing us with this Personal Sensitive Information, you acknowledge and agree that the information you are providing to us is true and correct at the time you are providing it to us. You will notify us with any changes and keep it updated on a regular basis while you are using our Services. You can access your Personal Sensitive Information by request at any time. We keep your Personal Sensitive Information secure and do not use it for any purposes unrelated to our Services. From time to time, we may use your Personal Sensitive Information to contact you in relation to information on our Services. You can unsubscribe at any time or advise us that you withdraw your consent to these specific uses and be removed from any further marketing or information we may send.<br />\nImportant Note: Our Services are not a substitute for medical doctor attention, treatment, examination, advice or diagnosis. You are responsible for consulting a medical doctor before commencing any new regimes or alterations to your health. You take full responsibility for making the informed decision to use our Services. You hereby agree to irrevocably release and waive any claims you may have now or in the future against us.<br />\nUpdated May 2021<br />\n <br />\n <br />\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section -->\n'),(387,3,'_et_pb_truncate_post_date','2024-02-15 05:01:03'),(388,3,'_et_builder_version','VB|Divi|4.9.4'),(389,3,'_et_pb_show_page_creation','off'),(398,26,'_edit_lock','1622011718:1'),(399,2,'_edit_lock','1622011791:1'),(400,2,'_et_pb_use_builder','on'),(401,2,'_et_pb_old_content','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piรฑa coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://verde.desidrivers.com.au/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->'),(402,2,'_et_gb_content_width',''),(403,2,'_edit_last','1'),(404,2,'_et_pb_post_hide_nav','default'),(405,2,'_et_pb_page_layout','et_right_sidebar'),(406,2,'_et_pb_side_nav','off'),(407,2,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:3:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:25:\"et-gf-playfair-display-sc\";s:62:\"Playfair+Display+SC:regular,italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(408,2,'_et_pb_built_for_post_type','page'),(409,2,'_et_pb_ab_subjects',''),(410,2,'_et_pb_enable_shortcode_tracking',''),(411,2,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2\" /]'),(412,2,'_et_pb_custom_css',''),(413,2,'_et_pb_gutter_width','3'),(414,2,'_thumbnail_id','0'),(415,2,'_global_colors_info','{}'),(416,2,'_et_pb_first_image',''),(417,2,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_0\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">ย Terms & Conditions<br />\n <br />\nPlease be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.<br />\nYour health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.<br />\n <br />\nOur Responsibility<br />\nMelissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.<br />\n <br />\nYour responsibility<br />\nYour health & safety is our priority & therefore we ask that you fill out aย Client Intake Form prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย <br />\nDuring a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.<br />\nIt is your responsibility to inform us of any changes in your health status throughout your future treatments with us.<br />\nPlease notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.<br />\nIf you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.<br />\nIt is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.<br />\n <br />\nPayment Terms<br />\nPayment for face-to-face consults is required at the completion of the appointment.<br />\nPayment for online consults is required at the time of booking through online payment system Stripe. Should you need to cancel your booking, the full consult fee will be refunded if more than 24 hoursโ notice is provided. If you cancel with less than 24 hours notice, 50% of the consult fee will be taken and the remainder refunded to you. No-show online consults will forfeit their full consult fee.<br />\nPayments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.<br />\n <br />\nShipping<br />\nOnline consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.<br />\nA flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.<br />\nAll consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.<br />\n <br />\nOrder fulfilment through vital.ly<br />\nOften, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.<br />\n <br />\nOnline Consultations<br />\nOnline consults will be conducted securely via Cliniko Telehealth – please read through this info BEFORE your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.<br />\n <br />\nChange of mind<br />\nWe do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.<br />\n <br />\nCancellations and Reschedules<br />\nPlease respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.<br />\nClients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย 24 hours noticeย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged aย Late Cancellation Feeย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.<br />\nExtenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.<br />\n <br />\nNo-shows<br />\nNo-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย after 2 unattended appointmentsยญย you will be required to pay theย full session feeย at the time of booking to secure a new appointment.<br />\nYour understanding of this policy is appreciated.<br />\n <br />\nConfidentiality and Privacy<br />\nPlease view our privacy policy for more details.<br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n <br />\n </div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section -->\n'),(418,2,'_et_pb_truncate_post_date','2024-02-15 05:01:03'),(419,2,'_et_builder_version','VB|Divi|4.9.4'),(420,2,'_et_pb_show_page_creation','off'),(441,48,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:19:\"et-gf-zcool-xiaowei\";s:21:\"ZCOOL+XiaoWei:regular\";s:18:\"et-gf-josefin-sans\";s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(421,26,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";s:19:\"et-gf-zcool-xiaowei\";s:21:\"ZCOOL+XiaoWei:regular\";s:18:\"et-gf-josefin-sans\";s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(422,26,'_et_pb_use_builder','on'),(423,26,'_et_pb_show_page_creation','off'),(424,26,'_et_pb_old_content','<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contact Us\",\"post_name\":\"contact\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"dhz1012\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"11\",\"min_height\":\"350px\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-87px,0px,0px,0px\",\"ele_margin_mobile\":\"-120px,0px,0px,0px\",\"pagelayer-id\":\"2de4108\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"yso8850\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"typo_tablet\":\",25,,,,,Solid,,Uppercase,,\",\"pagelayer-id\":\"7je4490\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"4em,0em,0em,0em\",\"ele_padding_tablet\":\"4em,0em,0em,0em\",\"pagelayer-id\":\"xva9407\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"1kf9806\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"u003ch5u003eContact Usu003c/h5u003e\",\"pagelayer-id\":\"na83435\"} --><h5>Contact Us</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"heading_typo_mobile\":\",49,,,,,Solid,,,,\",\"text\":\"u003ch2u003eContact Usu003c/h2u003e\",\"pagelayer-id\":\"d0m3351\"} --><h2>Contact Us</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"text\":\"u003cp style=u0022text-align: centeru0022u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. u003cbr /u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.u003cbr /u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.u003c/pu003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"uvu8493\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"0bz4538\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"qfb8540\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"u003ch4u003eWrite Usu003c/h4u003e\",\"pagelayer-id\":\"o317574\"} --><h4>Write Us</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_contact {\"form\":\"contact-form\",\"name\":\"Contact Form\",\"form_position\":\"left\",\"space_label\":\",,10,\",\"input_padding\":\"6,10\",\"radio_padding\":\"10,10\",\"field_hover_delay\":\"400\",\"submit\":\"Submit\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"ele_bg_hover_delay\":\"400\",\"placeholder_typo\":\",20,,,,,Solid,,,,\",\"field_border_type\":\"solid\",\"field_border_color\":\"#d9d8d89e\",\"field_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"#eeaa6dff\",\"btn_color\":\"#ffffff\",\"placeholder_typo_mobile\":\",15,,,,,Solid,,,,\",\"placeholder_typo_tablet\":\",16,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"input_state\":\"normal\",\"con_post_id\":\"4764\",\"form_input_bg\":\"#d9d8d871\",\"field_border_radius\":\"20,20,20,20\",\"field_state\":\"focus\",\"field_border_type_focus\":\"solid\",\"field_border_color_focus\":\"#efba6cff\",\"contact_custom_templ\":\"true\",\"cont_use_html\":\"true\",\"pagelayer-id\":\"pe25980\"} -->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Name:\",\"field_type\":\"text\",\"values\":\"OnenTwo\",\"field_name\":\"name\",\"field_width\":\"NaN\",\"space_between\":\",,10,\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"pagelayer-id\":\"gfk9123\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Email:\",\"field_type\":\"email\",\"values\":\"OnenTwo\",\"field_name\":\"email\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,10,0\",\"pagelayer-id\":\"1ia8162\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Message:\",\"field_type\":\"textarea\",\"values\":\"OnenTwo\",\"field_name\":\"message\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"textarea_rows\":\"4\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,0,0\",\"pagelayer-id\":\"obu4792\"} /-->\n<!-- /wp:pagelayer/pl_contact -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"azf1206\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"u003ch4u003eFrequently Asked Questionsu003c/h4u003e\",\"pagelayer-id\":\"dlk6248\"} --><h4>Frequently Asked Questions</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"u003cpu003eFusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. u003c/pu003e\",\"pagelayer-id\":\"cse8461\"} --><p>Fusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_accordion {\"icon\":\"fas fa-plus-square\",\"active_icon\":\"fas fa-minus-square\",\"icon_align\":\"left\",\"icon_padding\":\"10\",\"tabs_color\":\"#444444\",\"tabs_bg_color\":\"\",\"tabs_active_color\":\"\",\"tabs_active_bg_color\":\"\",\"tab_padding\":\"15\",\"tabs_content_bg_color\":\"#fff\",\"acc_space\":\"10\",\"ele_css\":\"{{element}} .pagelayer-accordion-icon{ncolor: #EFBA6C;nfont-size: 20px;n}\",\"pagelayer-id\":\"tlq2635\"} -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"j8m4303\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you get to work in your business ?\",\"pagelayer-id\":\"0wb3501\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"f3u5485\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you become your external partner ?\",\"pagelayer-id\":\"u1j8345\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- /wp:pagelayer/pl_accordion -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_google_maps {\"zoom\":\"10\",\"height\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"3em,0em,0em,0em\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"address\":\"New York, New York, USA\",\"pagelayer-id\":\"8ed5144\"} -->New York, New York, USA<!-- /wp:pagelayer/pl_google_maps -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->'),(425,165,'_wp_attached_file','2021/05/holistic-healer-02.jpg'),(426,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1139;s:4:\"file\";s:30:\"2021/05/holistic-healer-02.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-768x456.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1536x911.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1080x641.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:31:\"holistic-healer-02-1280x759.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-980x581.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:30:\"holistic-healer-02-480x285.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(427,26,'_et_pb_built_for_post_type','page'),(428,26,'_et_pb_ab_subjects',''),(429,26,'_et_pb_enable_shortcode_tracking',''),(430,26,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"26\" /]'),(431,26,'_et_pb_custom_css',''),(432,26,'_et_pb_gutter_width','3'),(433,26,'_thumbnail_id','0'),(434,26,'_global_colors_info','{}'),(435,26,'_et_pb_first_image',''),(436,26,'_et_pb_truncate_post',''),(718,458,'footnotes',''),(727,474,'footnotes',''),(719,459,'_wp_attached_file','2025/04/Screenshot_20250409_205525_Instagram.jpg'),(720,459,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:745;s:4:\"file\";s:48:\"2025/04/Screenshot_20250409_205525_Instagram.jpg\";s:8:\"filesize\";i:411084;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15821;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"Screenshot_20250409_205525_Instagram-1024x707.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7568;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72306;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23423;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Screenshot_20250409_205525_Instagram-1079x675.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118470;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26312;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41024;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46769;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-980x677.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104522;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screenshot_20250409_205525_Instagram-480x331.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(721,460,'_wp_attached_file','2025/04/bg-tint.png'),(722,460,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:745;s:4:\"file\";s:19:\"2025/04/bg-tint.png\";s:8:\"filesize\";i:745341;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"bg-tint-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77233;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"bg-tint-1024x707.png\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:636852;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"bg-tint-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"bg-tint-768x530.png\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:396451;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"bg-tint-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116494;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"bg-tint-1079x675.png\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:677530;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"bg-tint-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132432;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"bg-tint-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214751;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"bg-tint-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:251149;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"bg-tint-980x677.png\";s:5:\"width\";i:980;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:593348;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"bg-tint-480x331.png\";s:5:\"width\";i:480;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(724,462,'_wp_attached_file','2025/04/Untitled-design.png'),(725,462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:745;s:4:\"file\";s:27:\"2025/04/Untitled-design.png\";s:8:\"filesize\";i:624582;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Untitled-design-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66589;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1024x707.png\";s:5:\"width\";i:1024;s:6:\"height\";i:707;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Untitled-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29713;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Untitled-design-768x530.png\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:334208;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99329;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"Untitled-design-1079x675.png\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:567997;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112891;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181913;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211249;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"Untitled-design-980x677.png\";s:5:\"width\";i:980;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:498098;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"Untitled-design-480x331.png\";s:5:\"width\";i:480;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(437,26,'_et_pb_truncate_post_date',''),(438,26,'_et_builder_version','VB|Divi|4.9.4'),(462,188,'_et_pb_built_for_post_type','page'),(618,26,'_aioseo_title',NULL),(619,26,'_aioseo_description',NULL),(620,26,'_aioseo_keywords',''),(439,26,'_edit_last','1'),(440,26,'_wp_page_template','default'),(442,27,'_edit_last','1'),(443,27,'_wp_page_template','default'),(493,242,'_wp_attached_file','2021/05/2-01-1.png'),(494,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2021/05/2-01-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"2-01-1-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"2-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"2-01-1-225x250.png\";s:5:\"width\";i:225;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"2-01-1-225x284.png\";s:5:\"width\";i:225;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"2-01-1-225x382.png\";s:5:\"width\";i:225;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(444,183,'_menu_item_type','post_type'),(445,183,'_menu_item_menu_item_parent','0'),(446,183,'_menu_item_object_id','3'),(447,183,'_menu_item_object','page'),(448,183,'_menu_item_target',''),(449,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(450,183,'_menu_item_xfn',''),(451,183,'_menu_item_url',''),(463,188,'_et_pb_excluded_global_options','[]'),(453,184,'_menu_item_type','post_type'),(454,184,'_menu_item_menu_item_parent','0'),(455,184,'_menu_item_object_id','2'),(456,184,'_menu_item_object','page'),(457,184,'_menu_item_target',''),(458,184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(459,184,'_menu_item_xfn',''),(460,184,'_menu_item_url',''),(621,26,'_aioseo_og_title',NULL),(464,29,'_wp_old_date','2021-05-01'),(465,30,'_wp_old_date','2021-05-01'),(469,205,'_wp_attached_file','2021/04/cropped-Standard-01-2.jpg'),(699,432,'footnotes',''),(590,345,'_wp_attached_file','2021/08/IMG_20210701_202413_037-1.jpg'),(591,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-1.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(495,243,'_wp_attached_file','2021/05/IMG_20210503_205936_105.jpg'),(496,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1434;s:6:\"height\";i:1434;s:4:\"file\";s:35:\"2021/05/IMG_20210503_205936_105.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IMG_20210503_205936_105-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20210503_205936_105-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"IMG_20210503_205936_105-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:37:\"IMG_20210503_205936_105-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20210503_205936_105-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(497,244,'_wp_attached_file','2021/05/IMG_20200718_210412_679-scaled.jpg'),(498,244,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2366;s:6:\"height\";i:2560;s:4:\"file\";s:42:\"2021/05/IMG_20200718_210412_679-scaled.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-277x300.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20200718_210412_679-946x1024.jpg\";s:5:\"width\";i:946;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-768x831.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1420x1536.jpg\";s:5:\"width\";i:1420;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1893x2048.jpg\";s:5:\"width\";i:1893;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20200718_210412_679-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1080x1169.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:37:\"IMG_20200718_210412_679-1280x1385.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:36:\"IMG_20200718_210412_679-980x1060.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1060;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20200718_210412_679-480x519.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:27:\"IMG_20200718_210412_679.jpg\";}'),(499,245,'_wp_attached_file','2021/05/IMG_20200714_175859_865.jpg'),(500,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:35:\"2021/05/IMG_20200714_175859_865.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20200714_175859_865-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:36:\"IMG_20200714_175859_865-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20200714_175859_865-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(503,48,'_edit_lock','1623652510:1'),(504,48,'_et_pb_use_builder','on'),(505,48,'_et_gb_content_width',''),(506,48,'_edit_last','1'),(507,48,'_et_pb_post_hide_nav','default'),(508,48,'_et_pb_page_layout','et_right_sidebar'),(509,48,'_et_pb_side_nav','off'),(510,48,'_et_pb_built_for_post_type','page'),(511,48,'_et_pb_ab_subjects',''),(512,48,'_et_pb_enable_shortcode_tracking',''),(513,48,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"48\" /]'),(514,48,'_et_pb_custom_css',''),(515,48,'_et_pb_gutter_width','3'),(516,48,'_thumbnail_id','0'),(517,48,'_global_colors_info','{}'),(518,48,'_et_pb_first_image',''),(519,48,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_0\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\">Make a booking</div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_1 et_pb_with_background et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_1\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_code et_pb_code_0\">\n \n \n \n </div> <!-- .et_pb_code -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --><div class=\"et_pb_section et_pb_section_3 et_pb_section_parallax et_pb_with_background et_section_regular\" >\n \n <div class=\"et_parallax_bg_wrap\"><div\n class=\"et_parallax_bg\"\n style=\"background-image: url(https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png);\"\n ></div></div>\n \n \n <div class=\"et_pb_row et_pb_row_2\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_with_border et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\"><h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2></div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row --><div class=\"et_pb_row et_pb_row_3\">\n <div class=\"et_pb_column et_pb_column_1_3 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\"><h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p></div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_3 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n \n </div> <!-- .et_pb_text --><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module \">\n <a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_dark\" href=\"https://verdenaturopathy.com.au/site3/bookings\">Make a booking</a>\n </div>\n </div> <!-- .et_pb_column --><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_4 et_pb_text_align_center et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\"><h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p></div>\n </div> <!-- .et_pb_text -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section --></p>\n'),(520,48,'_et_pb_truncate_post_date','2025-04-13 01:50:59'),(521,48,'_et_builder_version','VB|Divi|4.9.4'),(522,48,'_et_pb_show_page_creation','off'),(544,292,'_menu_item_type','post_type'),(545,292,'_menu_item_menu_item_parent','0'),(546,292,'_menu_item_object_id','48'),(547,292,'_menu_item_object','page'),(548,292,'_menu_item_target',''),(549,292,'_menu_item_classes','a:1:{i:0;s:8:\"menu_cta\";}'),(550,292,'_menu_item_xfn',''),(551,292,'_menu_item_url',''),(553,29,'_wp_old_date','2021-05-26'),(554,30,'_wp_old_date','2021-05-26'),(589,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2279;s:6:\"height\";i:1519;s:4:\"file\";s:35:\"2021/08/IMG_20210701_202413_037.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"et-pb-image--responsive--desktop\";a:4:{s:4:\"file\";s:36:\"IMG_20210701_202413_037-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:35:\"IMG_20210701_202413_037-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(588,343,'_wp_attached_file','2021/08/IMG_20210701_202413_037.jpg'),(587,25,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(594,348,'_wp_attached_file','2021/08/IMG_20210701_202413_037-3.jpg'),(595,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-3.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-3-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-3-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(596,350,'_wp_attached_file','2021/08/IMG_20210701_202413_037-4.jpg'),(597,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:37:\"2021/08/IMG_20210701_202413_037-4.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"IMG_20210701_202413_037-4-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:37:\"IMG_20210701_202413_037-4-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(609,27,'_aioseo_title',NULL),(610,27,'_aioseo_description',NULL),(611,27,'_aioseo_keywords',''),(612,27,'_aioseo_og_title',NULL),(602,28,'_aioseo_keywords',''),(603,28,'_aioseo_og_title',NULL),(604,28,'_aioseo_og_description',NULL),(605,28,'_aioseo_og_article_section',NULL),(606,28,'_aioseo_og_article_tags',''),(607,28,'_aioseo_twitter_title',NULL),(608,28,'_aioseo_twitter_description',NULL),(613,27,'_aioseo_og_description',NULL),(614,27,'_aioseo_og_article_section',NULL),(615,27,'_aioseo_og_article_tags',''),(616,27,'_aioseo_twitter_title',NULL),(617,27,'_aioseo_twitter_description',NULL),(627,401,'_wp_attached_file','2023/11/Screenshot_20231123_121727_Instagram.jpg'),(628,401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:1346;s:4:\"file\";s:48:\"2023/11/Screenshot_20231123_121727_Instagram.jpg\";s:8:\"filesize\";i:706647;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16825;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121727_Instagram-821x1024.jpg\";s:5:\"width\";i:821;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-768x958.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113833;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21103;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121727_Instagram-1079x675.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106087;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24359;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38860;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41245;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121727_Instagram-980x1223.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164969;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121727_Instagram-480x599.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(622,26,'_aioseo_og_description',NULL),(623,26,'_aioseo_og_article_section',NULL),(624,26,'_aioseo_og_article_tags',''),(625,26,'_aioseo_twitter_title',NULL),(626,26,'_aioseo_twitter_description',NULL),(629,402,'_wp_attached_file','2023/11/Screenshot_20231123_121916_Instagram.jpg'),(630,402,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:1346;s:4:\"file\";s:48:\"2023/11/Screenshot_20231123_121916_Instagram.jpg\";s:8:\"filesize\";i:732330;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16639;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121916_Instagram-821x1024.jpg\";s:5:\"width\";i:821;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-768x958.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115700;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22242;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121916_Instagram-1079x675.jpg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115751;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24659;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38146;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40179;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Screenshot_20231123_121916_Instagram-980x1223.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171664;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Screenshot_20231123_121916_Instagram-480x599.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52873;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(752,513,'_wp_attached_file','2025/10/log_file_2025-10-22__11-29-24.txt'),(753,394889,'_wp_attached_file','2023/11/thumb-down.png'),(754,394889,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2023/11/thumb-down.png\";s:8:\"filesize\";i:4373;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"thumb-down-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"thumb-down-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:557;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"thumb-down-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1547;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"thumb-down-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1125;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"thumb-down-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1226;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"thumb-down-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1532;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"thumb-down-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1723;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"thumb-down-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(755,394900,'_wp_attached_file','2023/11/checklist-1.png'),(756,394900,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2023/11/checklist-1.png\";s:8:\"filesize\";i:11730;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"checklist-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"checklist-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:1056;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:23:\"checklist-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3901;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"checklist-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2336;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"checklist-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2632;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"checklist-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"checklist-1-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4003;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"checklist-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4409;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(757,394901,'_wp_attached_file','2023/11/secure-data.png'),(758,394901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2023/11/secure-data.png\";s:8:\"filesize\";i:6915;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"secure-data-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1388;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"secure-data-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:741;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:23:\"secure-data-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2323;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"secure-data-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1648;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"secure-data-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1518;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"secure-data-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2602;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"secure-data-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2231;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"secure-data-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2563;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(759,394902,'_wp_attached_file','2023/11/certificate-1.png'),(760,394902,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2023/11/certificate-1.png\";s:8:\"filesize\";i:7534;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"certificate-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"certificate-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:795;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:25:\"certificate-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2535;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"certificate-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1722;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"certificate-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1777;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"certificate-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2497;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"certificate-1-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2357;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"certificate-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(761,394903,'_wp_attached_file','2023/11/customer-support-1.png'),(762,394903,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2023/11/customer-support-1.png\";s:8:\"filesize\";i:12463;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"customer-support-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"customer-support-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:953;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:30:\"customer-support-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3837;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"customer-support-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1981;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"customer-support-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2045;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"customer-support-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3494;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"customer-support-1-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3980;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"customer-support-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(763,395923,'_wp_attached_file','2024/01/menu.png'),(764,395923,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:16:\"2024/01/menu.png\";s:8:\"filesize\";i:1305;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"menu-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1358;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"menu-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:790;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:16:\"menu-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1909;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"menu-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1602;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"menu-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"menu-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1989;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"menu-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:900;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"menu-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,396128,'_wp_attached_file','2024/01/Logo-Sophie-copy.png'),(766,396128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1032;s:6:\"height\";i:292;s:4:\"file\";s:28:\"2024/01/Logo-Sophie-copy.png\";s:8:\"filesize\";i:14074;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Logo-Sophie-copy-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2385;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Logo-Sophie-copy-1024x290.png\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-768x217.png\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3557;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-800x226.png\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3623;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:29:\"Logo-Sophie-copy-1000x283.png\";s:5:\"width\";i:1000;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4187;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2972;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3034;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-510x292.png\";s:5:\"width\";i:510;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3319;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-400x292.png\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3025;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-980x277.png\";s:5:\"width\";i:980;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4147;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"Logo-Sophie-copy-480x136.png\";s:5:\"width\";i:480;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(767,396137,'_wp_attached_file','2024/01/Logo-Sophie-Recovered.png'),(768,396137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1032;s:6:\"height\";i:292;s:4:\"file\";s:33:\"2024/01/Logo-Sophie-Recovered.png\";s:8:\"filesize\";i:18615;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Logo-Sophie-Recovered-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2593;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Logo-Sophie-Recovered-1024x290.png\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5498;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2355;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-768x217.png\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4318;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-800x226.png\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4381;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:34:\"Logo-Sophie-Recovered-1000x283.png\";s:5:\"width\";i:1000;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5242;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3396;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3417;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-510x292.png\";s:5:\"width\";i:510;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-400x292.png\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3439;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-980x277.png\";s:5:\"width\";i:980;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5148;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"Logo-Sophie-Recovered-480x136.png\";s:5:\"width\";i:480;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(769,396861,'_wp_attached_file','2024/03/menu-1.png'),(770,396861,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2024/03/menu-1.png\";s:8:\"filesize\";i:1305;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"menu-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1358;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"menu-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:790;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:18:\"menu-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1909;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"menu-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1602;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"menu-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"menu-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1989;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"menu-1-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:900;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"menu-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,397069,'_wp_attached_file','2024/04/play-button-1.png'),(772,397069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2024/04/play-button-1.png\";s:8:\"filesize\";i:6948;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"play-button-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1342;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"play-button-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:794;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:25:\"play-button-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1952;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"play-button-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"play-button-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1437;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"play-button-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1837;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"play-button-1-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1914;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"play-button-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(773,397106,'_wp_attached_file','2024/04/heart-rate.png'),(774,397106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2024/04/heart-rate.png\";s:8:\"filesize\";i:12005;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"heart-rate-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2012;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"heart-rate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1076;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"heart-rate-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2962;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"heart-rate-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2085;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"heart-rate-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2218;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"heart-rate-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3181;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"heart-rate-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3167;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"heart-rate-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(775,397107,'_wp_attached_file','2024/04/to-do-list.png'),(776,397107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2024/04/to-do-list.png\";s:8:\"filesize\";i:8591;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"to-do-list-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"to-do-list-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1055;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"to-do-list-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3198;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"to-do-list-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2024;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"to-do-list-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2197;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"to-do-list-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2957;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"to-do-list-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3069;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"to-do-list-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3433;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(777,397151,'_wp_attached_file','2024/04/Ellen-017-1.jpg'),(778,397151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2024/04/Ellen-017-1.jpg\";s:8:\"filesize\";i:136746;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Ellen-017-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:4052;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79539;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27307;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14958;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"Ellen-017-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110371;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16758;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27768;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28786;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130726;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"Ellen-017-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(779,397163,'_wp_attached_file','2024/04/Ellen_096.jpg'),(780,397163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2024/04/Ellen_096.jpg\";s:8:\"filesize\";i:74037;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Ellen_096-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Ellen_096-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3571;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Ellen_096-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46359;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:21:\"Ellen_096-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18711;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Ellen_096-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12587;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Ellen_096-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71483;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Ellen_096-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13216;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Ellen_096-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20463;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Ellen_096-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19690;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Ellen_096-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72238;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Ellen_096-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(781,397165,'_wp_attached_file','2024/04/Ellen_095.jpg'),(782,397165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2024/04/Ellen_095.jpg\";s:8:\"filesize\";i:116962;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Ellen_095-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Ellen_095-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Ellen_095-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60939;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:21:\"Ellen_095-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20530;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Ellen_095-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10777;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Ellen_095-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91239;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Ellen_095-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12088;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Ellen_095-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19412;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Ellen_095-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20992;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Ellen_095-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108647;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Ellen_095-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22538;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(783,397495,'_wp_attached_file','2024/04/skin-care.png'),(784,397495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2024/04/skin-care.png\";s:8:\"filesize\";i:14781;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"skin-care-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2446;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"skin-care-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1270;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:21:\"skin-care-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3638;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"skin-care-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2559;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"skin-care-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2854;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"skin-care-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3620;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"skin-care-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"skin-care-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3853;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(785,397594,'_wp_attached_file','2024/05/salad.png'),(786,397594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2024/05/salad.png\";s:8:\"filesize\";i:14679;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"salad-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"salad-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1091;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:17:\"salad-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"salad-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2193;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"salad-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2358;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"salad-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2998;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"salad-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3097;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"salad-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3414;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(787,397596,'_wp_attached_file','2024/05/nature.png'),(788,397596,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2024/05/nature.png\";s:8:\"filesize\";i:19839;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"nature-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"nature-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1380;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:18:\"nature-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4080;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"nature-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2851;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"nature-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3130;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"nature-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4072;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"nature-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3554;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"nature-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(789,397597,'_wp_attached_file','2024/05/scale.png'),(790,397597,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2024/05/scale.png\";s:8:\"filesize\";i:24955;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"scale-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"scale-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1269;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:17:\"scale-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3931;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"scale-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2243;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"scale-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2539;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"scale-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3472;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"scale-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3280;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"scale-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(791,397598,'_wp_attached_file','2024/05/fish.png'),(792,397598,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:16:\"2024/05/fish.png\";s:8:\"filesize\";i:31146;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"fish-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"fish-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1874;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:16:\"fish-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6216;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"fish-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"fish-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4488;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"fish-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6059;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"fish-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6359;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"fish-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6530;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(793,397599,'_wp_attached_file','2024/05/yoga.png'),(794,397599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:16:\"2024/05/yoga.png\";s:8:\"filesize\";i:12870;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"yoga-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"yoga-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1118;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:16:\"yoga-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"yoga-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2149;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"yoga-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2423;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"yoga-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3122;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"yoga-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3474;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"yoga-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(795,397775,'_wp_attached_file','2024/05/cardio.png'),(796,397775,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2024/05/cardio.png\";s:8:\"filesize\";i:15630;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"cardio-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"cardio-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1225;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:18:\"cardio-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3492;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"cardio-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2506;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"cardio-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2768;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"cardio-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3629;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"cardio-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3679;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"cardio-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(797,397777,'_wp_attached_file','2024/05/review.png'),(798,397777,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2024/05/review.png\";s:8:\"filesize\";i:13847;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"review-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"review-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1077;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:18:\"review-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3088;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"review-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2198;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"review-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2448;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"review-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3267;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"review-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2683;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"review-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(799,397778,'_wp_attached_file','2024/05/wishlist.png'),(800,397778,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:20:\"2024/05/wishlist.png\";s:8:\"filesize\";i:12225;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"wishlist-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"wishlist-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1181;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"wishlist-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3306;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"wishlist-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2249;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"wishlist-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2466;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"wishlist-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3219;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"wishlist-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2570;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"wishlist-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(801,397984,'_wp_attached_file','2024/05/theknotcopy.png'),(802,397984,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:329;s:4:\"file\";s:23:\"2024/05/theknotcopy.png\";s:8:\"filesize\";i:22815;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"theknotcopy-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3326;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"theknotcopy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1851;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"theknotcopy-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5403;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"theknotcopy-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5532;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"theknotcopy-510x329.png\";s:5:\"width\";i:510;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7951;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"theknotcopy-400x329.png\";s:5:\"width\";i:400;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5737;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"theknotcopy-480x211.png\";s:5:\"width\";i:480;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6371;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(803,397985,'_wp_attached_file','2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png'),(804,397985,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:259;s:4:\"file\";s:107:\"2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\";s:8:\"filesize\";i:22754;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:106:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3996;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3681;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-768x199.png\";s:5:\"width\";i:768;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16600;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-800x207.png\";s:5:\"width\";i:800;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17456;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11552;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-400x259.png\";s:5:\"width\";i:400;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8425;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-510x259.png\";s:5:\"width\";i:510;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10717;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-400x259.png\";s:5:\"width\";i:400;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8425;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-980x254.png\";s:5:\"width\";i:980;s:6:\"height\";i:254;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24858;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:107:\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy-480x124.png\";s:5:\"width\";i:480;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(805,397986,'_wp_attached_file','2024/05/yoga-journal-logo-vector.png'),(806,397986,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:227;s:4:\"file\";s:36:\"2024/05/yoga-journal-logo-vector.png\";s:8:\"filesize\";i:20600;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"yoga-journal-logo-vector-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1994;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1709;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-768x174.png\";s:5:\"width\";i:768;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7923;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-800x182.png\";s:5:\"width\";i:800;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9162;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-400x227.png\";s:5:\"width\";i:400;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5167;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-400x227.png\";s:5:\"width\";i:400;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5167;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-510x227.png\";s:5:\"width\";i:510;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6671;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-400x227.png\";s:5:\"width\";i:400;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5167;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-980x222.png\";s:5:\"width\";i:980;s:6:\"height\";i:222;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12977;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"yoga-journal-logo-vector-480x109.png\";s:5:\"width\";i:480;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(807,397987,'_wp_attached_file','2024/05/psychology-today.png'),(808,397987,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:463;s:6:\"height\";i:130;s:4:\"file\";s:28:\"2024/05/psychology-today.png\";s:8:\"filesize\";i:8656;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"psychology-today-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3707;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"psychology-today-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2536;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"psychology-today-400x130.png\";s:5:\"width\";i:400;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5194;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"psychology-today-400x130.png\";s:5:\"width\";i:400;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5194;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"psychology-today-400x130.png\";s:5:\"width\";i:400;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(809,397990,'_wp_attached_file','2024/05/womens-health.png'),(810,397990,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:652;s:6:\"height\";i:121;s:4:\"file\";s:25:\"2024/05/womens-health.png\";s:8:\"filesize\";i:10667;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"womens-health-300x56.png\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"womens-health-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1553;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"womens-health-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2155;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"womens-health-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2155;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"womens-health-510x121.png\";s:5:\"width\";i:510;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2433;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"womens-health-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2155;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"womens-health-480x89.png\";s:5:\"width\";i:480;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2224;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(811,397991,'_wp_attached_file','2024/05/instylecopy.png'),(812,397991,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:166;s:4:\"file\";s:23:\"2024/05/instylecopy.png\";s:8:\"filesize\";i:12230;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"instylecopy-300x66.png\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"instylecopy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"instylecopy-400x166.png\";s:5:\"width\";i:400;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3135;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"instylecopy-400x166.png\";s:5:\"width\";i:400;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3135;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"instylecopy-510x166.png\";s:5:\"width\";i:510;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"instylecopy-400x166.png\";s:5:\"width\";i:400;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3135;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"instylecopy-480x106.png\";s:5:\"width\";i:480;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3552;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(813,398382,'_wp_attached_file','2024/06/slider-logo.png'),(814,398382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2024/06/slider-logo.png\";s:8:\"filesize\";i:2176;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"slider-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"slider-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:952;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:23:\"slider-logo-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2549;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"slider-logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"slider-logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1887;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"slider-logo-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2354;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"slider-logo-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2540;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"slider-logo-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2861;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(815,398400,'_wp_attached_file','2024/06/Logo-Ellen.png'),(816,398400,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1032;s:6:\"height\";i:292;s:4:\"file\";s:22:\"2024/06/Logo-Ellen.png\";s:8:\"filesize\";i:11529;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Logo-Ellen-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2488;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Logo-Ellen-1024x290.png\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4537;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2320;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-768x217.png\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3739;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-800x226.png\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3812;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:23:\"Logo-Ellen-1000x283.png\";s:5:\"width\";i:1000;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4432;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3125;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3170;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-510x292.png\";s:5:\"width\";i:510;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3382;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-400x292.png\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3183;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-980x277.png\";s:5:\"width\";i:980;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4342;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Logo-Ellen-480x136.png\";s:5:\"width\";i:480;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(817,398401,'_wp_attached_file','2024/06/Logo-Ellen-copy.png'),(818,398401,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1032;s:6:\"height\";i:292;s:4:\"file\";s:27:\"2024/06/Logo-Ellen-copy.png\";s:8:\"filesize\";i:12188;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Logo-Ellen-copy-300x85.png\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2445;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Logo-Ellen-copy-1024x290.png\";s:5:\"width\";i:1024;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2116;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-768x217.png\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3663;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-800x226.png\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3627;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:28:\"Logo-Ellen-copy-1000x283.png\";s:5:\"width\";i:1000;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4144;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2731;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2771;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-510x292.png\";s:5:\"width\";i:510;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2942;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-400x292.png\";s:5:\"width\";i:400;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2732;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-980x277.png\";s:5:\"width\";i:980;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4252;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"Logo-Ellen-copy-480x136.png\";s:5:\"width\";i:480;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2832;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(819,398423,'_wp_attached_file','2024/07/Ellen_Services201.png'),(820,398423,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:29:\"2024/07/Ellen_Services201.png\";s:8:\"filesize\";i:769080;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39266;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Ellen_Services201-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:361687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17117;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Ellen_Services201-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:451508;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81746;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:30:\"Ellen_Services201-667x1000.png\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:345351;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58075;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"Ellen_Services201-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:405234;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66249;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:108837;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118529;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Ellen_Services201-980x1470.png\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:713727;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"Ellen_Services201-480x720.png\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(821,398430,'_wp_attached_file','2024/04/Ellen_119.png'),(822,398430,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:21:\"2024/04/Ellen_119.png\";s:8:\"filesize\";i:546152;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Ellen_119-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40196;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Ellen_119-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:326411;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Ellen_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:17761;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Ellen_119-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:405874;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:21:\"Ellen_119-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77086;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:22:\"Ellen_119-667x1000.png\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:312061;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Ellen_119-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61873;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Ellen_119-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:344179;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Ellen_119-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69070;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Ellen_119-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110392;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Ellen_119-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114057;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"Ellen_119-980x1470.png\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:649800;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Ellen_119-480x720.png\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172004;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(824,398439,'_wp_attached_file','2024/07/Ellen_Servces208.png'),(825,398439,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:28:\"2024/07/Ellen_Servces208.png\";s:8:\"filesize\";i:504972;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43761;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Ellen_Servces208-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18117;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Ellen_Servces208-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:438116;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85800;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:29:\"Ellen_Servces208-667x1000.png\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:337799;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60324;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"Ellen_Servces208-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252403;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67114;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106815;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117482;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"Ellen_Servces208-980x1470.png\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:687545;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"Ellen_Servces208-480x720.png\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(826,398471,'_wp_attached_file','2024/04/Ellen_Services209-1.png'),(827,398471,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:31:\"2024/04/Ellen_Services209-1.png\";s:8:\"filesize\";i:412436;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-1-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37295;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Ellen_Services209-1-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:309699;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-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:16214;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Ellen_Services209-1-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:381418;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-1-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73239;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:32:\"Ellen_Services209-1-667x1000.png\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:296777;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58235;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"Ellen_Services209-1-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232501;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65715;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106033;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106639;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"Ellen_Services209-1-980x1470.png\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:617117;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"Ellen_Services209-1-480x720.png\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163121;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(829,398606,'_wp_attached_file','2022/03/Product-Shop-2.png'),(830,398606,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2022/03/Product-Shop-2.png\";s:8:\"filesize\";i:252936;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38624;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Product-Shop-2-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:328542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Product-Shop-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:12193;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:195205;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75972;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:28:\"Product-Shop-2-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:308909;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45957;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"Product-Shop-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243450;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51776;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84349;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88011;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301809;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Product-Shop-2-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85580;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(831,398606,'_wxr_import_parent','272944'),(832,398612,'_wp_attached_file','2022/03/Product-Shop-1.png'),(833,398612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2022/03/Product-Shop-1.png\";s:8:\"filesize\";i:213686;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35145;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Product-Shop-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:276616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Product-Shop-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:11385;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163760;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66459;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:28:\"Product-Shop-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:262949;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42598;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"Product-Shop-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211602;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45833;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71545;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77234;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256381;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Product-Shop-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74432;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(834,398612,'_wxr_import_parent','272946'),(835,398613,'_wp_attached_file','2022/03/Product-Shop-3.png'),(836,398613,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2022/03/Product-Shop-3.png\";s:8:\"filesize\";i:190928;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31317;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Product-Shop-3-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:255881;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Product-Shop-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:10360;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152199;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61193;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:28:\"Product-Shop-3-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244625;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40191;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"Product-Shop-3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198255;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44254;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68966;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75003;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235874;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Product-Shop-3-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67805;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(837,398613,'_wxr_import_parent','272943'),(838,398616,'_wp_attached_file','2023/08/Product-Shop-4.png'),(839,398616,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2023/08/Product-Shop-4.png\";s:8:\"filesize\";i:121927;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22879;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Product-Shop-4-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Product-Shop-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:8474;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97260;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40968;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:28:\"Product-Shop-4-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152249;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25077;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"Product-Shop-4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109111;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28779;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44080;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45347;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146735;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Product-Shop-4-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45416;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(840,398616,'_wxr_import_parent','392849'),(841,398865,'_wp_attached_file','2024/08/quote.png'),(842,398865,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:17:\"2024/08/quote.png\";s:8:\"filesize\";i:8471;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"quote-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"quote-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2529;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:17:\"quote-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7776;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"quote-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5823;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"quote-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6687;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"quote-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8621;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"quote-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8352;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"quote-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7966;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(843,399386,'_wp_attached_file','2024/10/6707402-hd_1920_1080_25fps.mp4'),(844,399386,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:1092116;s:8:\"filesize\";i:3148281;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:23;s:16:\"length_formatted\";s:4:\"0:23\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1612380626;}'),(845,399387,'_wp_attached_file','2024/10/Ellen_099.jpg'),(846,399387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2024/10/Ellen_099.jpg\";s:8:\"filesize\";i:163021;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Ellen_099-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Ellen_099-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3426;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Ellen_099-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84230;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:21:\"Ellen_099-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24879;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Ellen_099-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14514;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Ellen_099-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138834;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Ellen_099-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15958;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Ellen_099-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28181;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Ellen_099-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28260;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Ellen_099-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149962;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Ellen_099-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28289;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(847,399390,'_wp_attached_file','2024/10/Freebie-1.png'),(848,399390,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"2024/10/Freebie-1.png\";s:8:\"filesize\";i:167169;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Freebie-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30700;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Freebie-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Freebie-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:10959;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Freebie-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138900;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:21:\"Freebie-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57279;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:23:\"Freebie-1-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212343;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Freebie-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36854;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Freebie-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158277;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Freebie-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Freebie-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60150;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Freebie-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69371;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Freebie-1-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:207215;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Freebie-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62972;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(849,399393,'_wp_attached_file','2024/10/Ellen_104.jpg'),(850,399393,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2024/10/Ellen_104.jpg\";s:8:\"filesize\";i:216957;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Ellen_104-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7917;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Ellen_104-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Ellen_104-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3928;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Ellen_104-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43583;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:21:\"Ellen_104-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34530;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:22:\"Ellen_104-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75683;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Ellen_104-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12713;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Ellen_104-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86908;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Ellen_104-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14370;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Ellen_104-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22976;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"Ellen_104-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90897;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Ellen_104-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26198;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"Ellen_104-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137515;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Ellen_104-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Ellen_104-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18316;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(851,399402,'_wp_attached_file','2024/10/Ellen_Services300-1.jpg'),(852,399402,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1641;s:4:\"file\";s:31:\"2024/10/Ellen_Services300-1.jpg\";s:8:\"filesize\";i:80172;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-1-183x300.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8661;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Ellen_Services300-1-624x1024.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-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:4020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Ellen_Services300-1-768x1260.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81271;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"Ellen_Services300-1-936x1536.jpg\";s:5:\"width\";i:936;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110657;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-1-274x450.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16430;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:32:\"Ellen_Services300-1-609x1000.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56406;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11380;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"Ellen_Services300-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52496;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12757;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19609;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22253;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"Ellen_Services300-1-980x1608.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119101;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"Ellen_Services300-1-480x788.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38481;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(853,399403,'_wp_attached_file','2024/10/Ellen_Services301-1.jpg'),(854,399403,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1188;s:4:\"file\";s:31:\"2024/10/Ellen_Services301-1.jpg\";s:8:\"filesize\";i:117045;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6179;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Ellen_Services301-1-690x1024.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-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:2677;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Ellen_Services301-1-768x1140.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110254;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-303x450.jpg\";s:5:\"width\";i:303;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11847;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:32:\"Ellen_Services301-1-673x1000.jpg\";s:5:\"width\";i:673;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79744;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9080;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73998;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9859;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19283;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17572;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"Ellen_Services301-1-480x713.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32714;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(855,399405,'_wp_attached_file','2024/10/Money-Back.png'),(856,399405,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2024/10/Money-Back.png\";s:8:\"filesize\";i:27021;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Money-Back-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7820;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Money-Back-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Money-Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3508;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Money-Back-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22802;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"Money-Back-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12325;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:24:\"Money-Back-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31117;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Money-Back-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8867;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"Money-Back-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21287;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Money-Back-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9253;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Money-Back-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12471;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Money-Back-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12540;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"Money-Back-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30459;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Money-Back-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13428;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(857,399407,'_wp_attached_file','2024/10/Ellen_Services200.png'),(858,399407,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:29:\"2024/10/Ellen_Services200.png\";s:8:\"filesize\";i:563075;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39890;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Ellen_Services200-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17516;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Ellen_Services200-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:424549;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-300x450.png\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80076;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:30:\"Ellen_Services200-667x1000.png\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:324790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61953;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"Ellen_Services200-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:326376;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:69432;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111158;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115369;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Ellen_Services200-980x1470.png\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:671403;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"Ellen_Services200-480x720.png\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178907;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(859,399410,'_wp_attached_file','2024/10/Servide-Title.png'),(860,399410,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2024/10/Servide-Title.png\";s:8:\"filesize\";i:352165;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Servide-Title-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44074;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Servide-Title-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:378119;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Servide-Title-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13910;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Servide-Title-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:226974;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:25:\"Servide-Title-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85865;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:27:\"Servide-Title-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:359770;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Servide-Title-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45512;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"Servide-Title-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:241089;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Servide-Title-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51341;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Servide-Title-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80891;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Servide-Title-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89491;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"Servide-Title-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352108;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Servide-Title-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96288;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(861,399483,'_wp_attached_file','2025/02/KathyNew_400.jpg'),(862,399483,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:24:\"2025/02/KathyNew_400.jpg\";s:8:\"filesize\";i:149232;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6339;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"KathyNew_400-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2746;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37908;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"KathyNew_400-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128402;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30353;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:25:\"KathyNew_400-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61455;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"KathyNew_400-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67507;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11729;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19683;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"KathyNew_400-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69973;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21132;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"KathyNew_400-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94427;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59222;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"KathyNew_400-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15485;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(863,399484,'_wp_attached_file','2025/02/KathyNew_220.jpg'),(864,399484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:999;s:6:\"height\";i:999;s:4:\"file\";s:24:\"2025/02/KathyNew_220.jpg\";s:8:\"filesize\";i:48536;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4345;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44750;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20482;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12736;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-999x675.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50978;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13652;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20232;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21349;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64176;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"KathyNew_220-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22216;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(865,399485,'_wp_attached_file','2025/02/KathyNew_201.jpg'),(866,399485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2025/02/KathyNew_201.jpg\";s:8:\"filesize\";i:51940;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9295;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44801;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18531;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9405;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"KathyNew_201-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48949;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10687;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17110;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19044;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67444;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"KathyNew_201-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19969;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(867,399487,'_wp_attached_file','2025/02/KathyNew_203-scaled-1.jpg'),(868,399487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:33:\"2025/02/KathyNew_203-scaled-1.jpg\";s:8:\"filesize\";i:604591;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17760;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"KathyNew_203-scaled-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138070;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-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:5669;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86355;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"KathyNew_203-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267412;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"KathyNew_203-scaled-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:422713;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35996;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:35:\"KathyNew_203-scaled-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133420;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20512;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"KathyNew_203-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106311;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22751;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35886;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"KathyNew_203-scaled-1-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151342;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38125;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:35:\"KathyNew_203-scaled-1-2560x1800.jpg\";s:5:\"width\";i:2560;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:504270;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"KathyNew_203-scaled-1-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198327;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129523;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"KathyNew_203-scaled-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(869,399489,'_wp_attached_file','2025/02/KathyNew_001.jpg'),(870,399489,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:24:\"2025/02/KathyNew_001.jpg\";s:8:\"filesize\";i:99398;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9292;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"KathyNew_001-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4351;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"KathyNew_001-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82149;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17455;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:25:\"KathyNew_001-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65263;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12301;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"KathyNew_001-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66308;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13726;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21791;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24083;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"KathyNew_001-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121858;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"KathyNew_001-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(871,399491,'_wp_attached_file','2025/02/KathyNew_210.jpg'),(872,399491,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2025/02/KathyNew_210.jpg\";s:8:\"filesize\";i:50448;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12865;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47975;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22740;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13195;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"KathyNew_210-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51192;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14772;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21656;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21913;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68375;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"KathyNew_210-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(873,399496,'_wp_attached_file','2025/02/KathyNew_300.jpg'),(874,399496,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:24:\"2025/02/KathyNew_300.jpg\";s:8:\"filesize\";i:79378;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7338;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"KathyNew_300-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4089;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"KathyNew_300-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64420;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13968;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:25:\"KathyNew_300-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51498;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14125;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"KathyNew_300-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15227;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23814;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20603;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"KathyNew_300-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96578;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"KathyNew_300-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29491;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(875,399498,'_wp_attached_file','2024/04/KathyNew_215.jpg'),(876,399498,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:24:\"2024/04/KathyNew_215.jpg\";s:8:\"filesize\";i:73470;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8227;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"KathyNew_215-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"KathyNew_215-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64657;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15271;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:25:\"KathyNew_215-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52340;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15976;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"KathyNew_215-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76307;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17083;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25729;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22678;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"KathyNew_215-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95135;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"KathyNew_215-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31015;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(878,399503,'_wp_attached_file','2025/02/KathyNew_211-scaled-1.jpg'),(879,399503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:33:\"2025/02/KathyNew_211-scaled-1.jpg\";s:8:\"filesize\";i:488825;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10774;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"KathyNew_211-scaled-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-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:4041;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45443;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"KathyNew_211-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158980;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"KathyNew_211-scaled-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289689;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19985;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:35:\"KathyNew_211-scaled-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71292;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12219;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"KathyNew_211-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61030;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13290;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19823;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"KathyNew_211-scaled-1-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81344;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20585;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:35:\"KathyNew_211-scaled-1-2560x1800.jpg\";s:5:\"width\";i:2560;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:436246;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"KathyNew_211-scaled-1-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111080;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69038;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"KathyNew_211-scaled-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(880,396868,'_et_pb_use_builder','on'),(881,396868,'_et_pb_show_page_creation','off'),(882,396868,'_et_pb_built_for_post_type','page'),(883,396868,'_et_pb_enable_shortcode_tracking',''),(884,396868,'_et_pb_custom_css',''),(885,396868,'_et_pb_gutter_width','2'),(886,396868,'_et_pb_first_image',''),(887,396868,'_et_pb_truncate_post',''),(888,396868,'_et_pb_truncate_post_date',''),(889,396868,'_et_builder_version','VB|Divi|4.25.1'),(890,396868,'_et_pb_ab_subjects',''),(891,396868,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396868\" /]'),(892,396868,'_thumbnail_id','0'),(893,396868,'_global_colors_info','{}'),(894,396868,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(895,396869,'_et_pb_use_builder','on'),(896,396869,'_et_pb_show_page_creation','off'),(897,396869,'_et_pb_built_for_post_type','page'),(898,396869,'_et_pb_enable_shortcode_tracking',''),(899,396869,'_et_pb_custom_css',''),(900,396869,'_et_pb_gutter_width','2'),(901,396869,'_et_pb_first_image',''),(902,396869,'_et_pb_truncate_post',''),(903,396869,'_et_pb_truncate_post_date',''),(904,396869,'_et_builder_version','VB|Divi|4.25.1'),(905,396869,'_et_pb_ab_subjects',''),(906,396869,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396869\" /]'),(907,396869,'_thumbnail_id','0'),(908,396869,'_global_colors_info','{}'),(909,396869,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(910,396870,'_et_pb_use_builder','on'),(911,396870,'_et_pb_show_page_creation','off'),(912,396870,'_et_pb_built_for_post_type','page'),(913,396870,'_et_pb_enable_shortcode_tracking',''),(914,396870,'_et_pb_custom_css',''),(915,396870,'_et_pb_gutter_width','2'),(916,396870,'_et_pb_first_image',''),(917,396870,'_et_pb_truncate_post',''),(918,396870,'_et_pb_truncate_post_date',''),(919,396870,'_et_builder_version','VB|Divi|4.25.1'),(920,396870,'_et_pb_ab_subjects',''),(921,396870,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396870\" /]'),(922,396870,'_thumbnail_id','0'),(923,396870,'_global_colors_info','{}'),(924,396870,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(925,396871,'_et_pb_use_builder','on'),(926,396871,'_et_pb_show_page_creation','off'),(927,396871,'_et_pb_built_for_post_type','page'),(928,396871,'_et_pb_enable_shortcode_tracking',''),(929,396871,'_et_pb_custom_css',''),(930,396871,'_et_pb_gutter_width','3'),(931,396871,'_et_pb_first_image',''),(932,396871,'_et_pb_truncate_post',''),(933,396871,'_et_pb_truncate_post_date',''),(934,396871,'_et_builder_version','VB|Divi|4.25.1'),(935,396871,'_et_pb_ab_subjects',''),(936,396871,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396871\" /]'),(937,396871,'_thumbnail_id','0'),(938,396871,'_global_colors_info','{}'),(939,396871,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(940,396871,'_wxr_import_has_attachment_refs','1'),(941,396872,'_et_pb_use_builder','on'),(942,396872,'_et_pb_show_page_creation','off'),(943,396872,'_et_pb_built_for_post_type','page'),(944,396872,'_et_pb_enable_shortcode_tracking',''),(945,396872,'_et_pb_custom_css',''),(946,396872,'_et_pb_gutter_width','3'),(947,396872,'_et_pb_first_image',''),(948,396872,'_et_pb_truncate_post',''),(949,396872,'_et_builder_version','VB|Divi|4.25.1'),(950,396872,'_et_pb_truncate_post_date',''),(951,396872,'_et_pb_ab_subjects',''),(952,396872,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396872\" /]'),(953,396872,'_thumbnail_id','0'),(954,396872,'_global_colors_info','{}'),(955,396872,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(956,397706,'_et_pb_use_builder','on'),(957,397706,'_et_pb_show_page_creation','off'),(958,397706,'_et_pb_built_for_post_type','page'),(959,397706,'_et_pb_enable_shortcode_tracking',''),(960,397706,'_et_pb_custom_css',''),(961,397706,'_et_pb_gutter_width','3'),(962,397706,'_et_pb_first_image',''),(963,397706,'_et_pb_truncate_post',''),(964,397706,'_et_pb_truncate_post_date',''),(965,397706,'_et_builder_version','VB|Divi|4.25.1'),(966,397706,'_et_pb_ab_subjects',''),(967,397706,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"397706\" /]'),(968,397706,'_thumbnail_id','0'),(969,397706,'_global_colors_info','{}'),(970,397706,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(971,398830,'_et_pb_use_builder','on'),(972,398830,'_et_pb_show_page_creation','off'),(973,398830,'_et_pb_built_for_post_type','page'),(974,398830,'_et_pb_ab_subjects',''),(975,398830,'_et_pb_enable_shortcode_tracking',''),(976,398830,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"398830\" /]'),(977,398830,'_et_pb_custom_css',''),(978,398830,'_et_pb_gutter_width','3'),(979,398830,'_thumbnail_id','0'),(980,398830,'_global_colors_info','{}'),(981,398830,'_et_pb_first_image',''),(982,398830,'_et_pb_truncate_post',''),(983,398830,'_et_pb_truncate_post_date',''),(984,398830,'_et_builder_version','VB|Divi|4.25.1'),(985,398830,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(986,399357,'_et_pb_use_builder','on'),(987,399357,'_et_pb_show_page_creation','off'),(988,399357,'_et_pb_built_for_post_type','page'),(989,399357,'_et_pb_enable_shortcode_tracking',''),(990,399357,'_et_pb_custom_css',''),(991,399357,'_et_pb_gutter_width','2'),(992,399357,'_et_pb_first_image',''),(993,399357,'_et_pb_truncate_post',''),(994,399357,'_et_pb_truncate_post_date',''),(995,399357,'_et_builder_version','VB|Divi|4.25.1'),(996,399358,'_et_pb_use_builder','on'),(997,399358,'_et_pb_show_page_creation','off'),(998,399358,'_et_pb_built_for_post_type','page'),(999,399358,'_et_pb_enable_shortcode_tracking',''),(1000,399358,'_et_pb_custom_css',''),(1001,399358,'_et_pb_gutter_width','2'),(1002,399358,'_et_pb_first_image',''),(1003,399358,'_et_pb_truncate_post',''),(1004,399358,'_et_pb_truncate_post_date',''),(1005,399358,'_et_builder_version','VB|Divi|4.25.1'),(1006,399359,'_et_pb_use_builder','on'),(1007,399359,'_et_pb_show_page_creation','off'),(1008,399359,'_et_pb_built_for_post_type','page'),(1009,399359,'_et_pb_enable_shortcode_tracking',''),(1010,399359,'_et_pb_custom_css',''),(1011,399359,'_et_pb_gutter_width','2'),(1012,399359,'_et_pb_first_image',''),(1013,399359,'_et_pb_truncate_post',''),(1014,399359,'_et_pb_truncate_post_date',''),(1015,399359,'_et_builder_version','VB|Divi|4.25.1'),(1016,399360,'_et_pb_use_builder','on'),(1017,399360,'_et_pb_show_page_creation','off'),(1018,399360,'_et_pb_built_for_post_type','page'),(1019,399360,'_et_pb_enable_shortcode_tracking',''),(1020,399360,'_et_pb_custom_css',''),(1021,399360,'_et_pb_gutter_width','3'),(1022,399360,'_et_pb_first_image',''),(1023,399360,'_et_pb_truncate_post',''),(1024,399360,'_et_pb_truncate_post_date',''),(1025,399360,'_et_builder_version','VB|Divi|4.25.1'),(1026,399360,'_et_pb_ab_subjects',''),(1027,399360,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"399360\" /]'),(1028,399360,'_thumbnail_id','0'),(1029,399360,'_global_colors_info','{}'),(1030,399360,'_wxr_import_has_attachment_refs','1'),(1031,399361,'_et_pb_use_builder','on'),(1032,399361,'_et_pb_show_page_creation','off'),(1033,399361,'_et_pb_built_for_post_type','page'),(1034,399361,'_et_pb_enable_shortcode_tracking',''),(1035,399361,'_et_pb_custom_css',''),(1036,399361,'_et_pb_gutter_width','3'),(1037,399361,'_et_pb_first_image',''),(1038,399361,'_et_pb_truncate_post',''),(1039,399361,'_et_builder_version','VB|Divi|4.25.1'),(1040,399361,'_et_pb_truncate_post_date',''),(1041,399361,'_et_pb_ab_subjects',''),(1042,399361,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"399361\" /]'),(1043,399361,'_thumbnail_id','0'),(1044,399361,'_global_colors_info','{}'),(1045,399362,'_et_pb_use_builder','on'),(1046,399362,'_et_pb_show_page_creation','off'),(1047,399362,'_et_pb_built_for_post_type','page'),(1048,399362,'_et_pb_enable_shortcode_tracking',''),(1049,399362,'_et_pb_custom_css',''),(1050,399362,'_et_pb_gutter_width','3'),(1051,399362,'_et_pb_first_image',''),(1052,399362,'_et_pb_truncate_post',''),(1053,399362,'_et_pb_truncate_post_date',''),(1054,399362,'_et_builder_version','VB|Divi|4.25.1'),(1055,399508,'_wp_attached_file','2025/02/Ellen-Freebie.png'),(1056,399508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2025/02/Ellen-Freebie.png\";s:8:\"filesize\";i:349674;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14828;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Ellen-Freebie-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7261;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72558;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Ellen-Freebie-1536x768.png\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:251465;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77833;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:26:\"Ellen-Freebie-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114716;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"Ellen-Freebie-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154999;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45543;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"Ellen-Freebie-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131867;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36121;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"Ellen-Freebie-1280x640.png\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179272;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-980x490.png\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110691;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Ellen-Freebie-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1057,399519,'_wp_attached_file','2025/04/Ellen_3500.jpg'),(1058,399519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2025/04/Ellen_3500.jpg\";s:8:\"filesize\";i:40746;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10330;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4125;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39056;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18487;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11059;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"Ellen_3500-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42779;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12133;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17835;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18338;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56067;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Ellen_3500-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1059,399521,'_wp_attached_file','2025/04/Ellen_3600.jpg'),(1060,399521,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:22:\"2025/04/Ellen_3600.jpg\";s:8:\"filesize\";i:45978;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9561;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3675;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40675;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17818;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9224;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"Ellen_3600-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41875;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10657;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16272;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18918;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59972;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Ellen_3600-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1061,399524,'_wp_attached_file','2025/04/Ellen-Podcast.png'),(1062,399524,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2025/04/Ellen-Podcast.png\";s:8:\"filesize\";i:103123;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20670;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Ellen-Podcast-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78190;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35948;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:27:\"Ellen-Podcast-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117121;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28222;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"Ellen-Podcast-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112385;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29279;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41907;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37531;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:112410;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Ellen-Podcast-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40459;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1063,399526,'_wp_attached_file','2025/04/woocommerce-placeholder.png'),(1064,399526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:35:\"2025/04/woocommerce-placeholder.png\";s:8:\"filesize\";i:50915;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4609;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32462;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1578;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19804;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9544;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1000x1000.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7340;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34181;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7283;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11066;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35792;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10703;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29750;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10225;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1065,394888,'_et_pb_use_builder','on'),(1066,394888,'_et_pb_show_page_creation','off'),(1067,394888,'_et_pb_built_for_post_type','page'),(1068,394888,'_et_pb_enable_shortcode_tracking',''),(1069,394888,'_et_pb_custom_css',''),(1070,394888,'_et_pb_gutter_width','3'),(1071,394888,'_et_pb_first_image',''),(1072,394888,'_et_pb_truncate_post',''),(1073,394888,'_et_pb_truncate_post_date',''),(1074,394888,'_et_builder_version','VB|Divi|4.23'),(1075,394888,'_et_pb_ab_subjects',''),(1076,394888,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394888\" /]'),(1077,394888,'_thumbnail_id','0'),(1078,394888,'_global_colors_info','{}'),(1079,394888,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1080,394985,'_et_pb_use_builder','on'),(1081,394985,'_et_pb_show_page_creation','off'),(1082,394985,'_et_pb_built_for_post_type','page'),(1083,394985,'_et_pb_ab_subjects',''),(1084,394985,'_et_pb_enable_shortcode_tracking',''),(1085,394985,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394985\" /]'),(1086,394985,'_et_pb_custom_css',''),(1087,394985,'_et_pb_gutter_width','3'),(1088,394985,'_thumbnail_id','0'),(1089,394985,'_global_colors_info','{}'),(1090,394985,'_et_pb_first_image',''),(1091,394985,'_et_pb_truncate_post',''),(1092,394985,'_et_pb_truncate_post_date',''),(1093,394985,'_et_builder_version','VB|Divi|4.23'),(1094,394985,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1095,396865,'_et_pb_use_builder','on'),(1096,396865,'_et_pb_built_for_post_type','page'),(1097,396865,'_et_pb_enable_shortcode_tracking',''),(1098,396865,'_et_pb_custom_css',''),(1099,396865,'_et_pb_gutter_width','3'),(1100,396865,'_et_pb_first_image',''),(1101,396865,'_et_pb_truncate_post',''),(1102,396865,'_et_pb_truncate_post_date',''),(1103,396865,'_et_builder_version','VB|Divi|4.25.1'),(1104,396865,'_et_pb_ab_subjects',''),(1105,396865,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396865\" /]'),(1106,396865,'_thumbnail_id','0'),(1107,396865,'_global_colors_info','{}'),(1108,396865,'_et_pb_show_page_creation','off'),(1109,396865,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1110,396866,'_et_pb_use_builder','on'),(1111,396866,'_et_pb_show_page_creation','off'),(1112,396866,'_et_pb_built_for_post_type','page'),(1113,396866,'_et_pb_enable_shortcode_tracking',''),(1114,396866,'_et_pb_custom_css',''),(1115,396866,'_et_pb_gutter_width','3'),(1116,396866,'_et_pb_first_image',''),(1117,396866,'_et_pb_truncate_post',''),(1118,396866,'_et_pb_truncate_post_date',''),(1119,396866,'_et_builder_version','VB|Divi|4.25.1'),(1120,396866,'_et_pb_ab_subjects',''),(1121,396866,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396866\" /]'),(1122,396866,'_thumbnail_id','0'),(1123,396866,'_global_colors_info','{}'),(1124,396866,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1125,396866,'_wxr_import_has_attachment_refs','1'),(1126,399290,'_et_pb_built_for_post_type','page'),(1127,399290,'_wxr_import_has_attachment_refs','1'),(1128,399301,'_et_pb_built_for_post_type','page'),(1129,399301,'_wxr_import_has_attachment_refs','1'),(1130,399302,'_et_pb_built_for_post_type','page'),(1131,399302,'_wxr_import_has_attachment_refs','1'),(1132,399303,'_et_pb_built_for_post_type','page'),(1133,399303,'_wxr_import_has_attachment_refs','1'),(1134,399304,'_et_pb_built_for_post_type','page'),(1135,399305,'_et_pb_built_for_post_type','page'),(1136,399305,'_wxr_import_has_attachment_refs','1'),(1137,399306,'_et_pb_built_for_post_type','page'),(1138,399306,'_wxr_import_has_attachment_refs','1'),(1139,399307,'_et_pb_built_for_post_type','page'),(1140,399307,'_wxr_import_has_attachment_refs','1'),(1141,399308,'_et_pb_built_for_post_type','page'),(1142,399308,'_wxr_import_has_attachment_refs','1'),(1143,399309,'_et_pb_built_for_post_type','page'),(1144,399311,'_et_pb_built_for_post_type','page'),(1145,399311,'_wxr_import_has_attachment_refs','1'),(1146,399312,'_et_pb_built_for_post_type','page'),(1147,399313,'_et_pb_built_for_post_type','page'),(1148,399355,'_et_pb_use_builder','on'),(1149,399355,'_et_pb_show_page_creation','off'),(1150,399355,'_et_pb_built_for_post_type','page'),(1151,399355,'_et_pb_enable_shortcode_tracking',''),(1152,399355,'_et_pb_custom_css',''),(1153,399355,'_et_pb_gutter_width','3'),(1154,399355,'_et_pb_first_image',''),(1155,399355,'_et_pb_truncate_post',''),(1156,399355,'_et_pb_truncate_post_date',''),(1157,399355,'_et_builder_version','VB|Divi|4.25.1'),(1158,399355,'_et_pb_ab_subjects',''),(1159,399355,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"399355\" /]'),(1160,399355,'_thumbnail_id','0'),(1161,399355,'_global_colors_info','{}'),(1162,399356,'_et_pb_use_builder','on'),(1163,399356,'_et_pb_show_page_creation','off'),(1164,399356,'_et_pb_built_for_post_type','page'),(1165,399356,'_et_pb_enable_shortcode_tracking',''),(1166,399356,'_et_pb_custom_css',''),(1167,399356,'_et_pb_gutter_width','3'),(1168,399356,'_et_pb_first_image',''),(1169,399356,'_et_pb_truncate_post',''),(1170,399356,'_et_pb_truncate_post_date',''),(1171,399356,'_et_builder_version','VB|Divi|4.25.1'),(1172,399356,'_et_pb_ab_subjects',''),(1173,399356,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"399356\" /]'),(1174,399356,'_thumbnail_id','0'),(1175,399356,'_global_colors_info','{}'),(1176,399356,'_wxr_import_has_attachment_refs','1'),(1177,399363,'_et_pb_use_builder','on'),(1178,399363,'_et_pb_show_page_creation','off'),(1179,399363,'_et_pb_built_for_post_type','page'),(1180,399363,'_et_pb_enable_shortcode_tracking',''),(1181,399363,'_et_pb_custom_css',''),(1182,399363,'_et_pb_gutter_width','3'),(1183,399363,'_et_pb_first_image',''),(1184,399363,'_et_pb_truncate_post',''),(1185,399363,'_et_pb_truncate_post_date',''),(1186,399363,'_et_builder_version','VB|Divi|4.25.1'),(1187,399315,'_et_pb_built_for_post_type','page'),(1188,399316,'_et_pb_built_for_post_type','page'),(1189,399317,'_et_pb_built_for_post_type','page'),(1190,399317,'_wxr_import_has_attachment_refs','1'),(1191,399318,'_et_pb_built_for_post_type','page'),(1192,399319,'_et_pb_built_for_post_type','page'),(1193,399320,'_et_pb_built_for_post_type','page'),(1194,399321,'_et_pb_built_for_post_type','page'),(1195,399322,'_et_pb_built_for_post_type','page'),(1196,399322,'_wxr_import_has_attachment_refs','1'),(1197,399323,'_et_pb_built_for_post_type','page'),(1198,399323,'_wxr_import_has_attachment_refs','1'),(1199,399324,'_et_pb_built_for_post_type','page'),(1200,399324,'_wxr_import_has_attachment_refs','1'),(1201,399325,'_et_pb_built_for_post_type','page'),(1202,399326,'_et_pb_built_for_post_type','page'),(1203,399327,'_et_pb_built_for_post_type','page'),(1204,399327,'_wxr_import_has_attachment_refs','1'),(1205,399328,'_et_pb_built_for_post_type','page'),(1206,399328,'_wxr_import_has_attachment_refs','1'),(1207,399329,'_et_pb_built_for_post_type','page'),(1208,399330,'_et_pb_built_for_post_type','page'),(1209,399330,'_wxr_import_has_attachment_refs','1'),(1210,399332,'_et_pb_built_for_post_type','page'),(1211,399333,'_et_pb_built_for_post_type','page'),(1212,399333,'_et_pb_use_builder','on'),(1213,399333,'_et_pb_ab_subjects',''),(1214,399333,'_et_pb_enable_shortcode_tracking',''),(1215,399333,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"399333\" /]'),(1216,399333,'_et_pb_custom_css',''),(1217,399333,'_et_pb_gutter_width','3'),(1218,399333,'_global_colors_info','{}'),(1219,399333,'_et_pb_first_image',''),(1220,399333,'_et_pb_truncate_post',''),(1221,399333,'_et_pb_truncate_post_date',''),(1222,399333,'_et_builder_version','VB|Divi|4.25.1'),(1223,399333,'_et_pb_show_page_creation','off'),(1224,399333,'_et_pb_old_content',''),(1225,399333,'_wxr_import_has_attachment_refs','1'),(1226,399334,'_et_pb_built_for_post_type','page'),(1227,399334,'_wxr_import_has_attachment_refs','1'),(1228,399337,'_et_pb_built_for_post_type','page'),(1229,399337,'_wxr_import_has_attachment_refs','1'),(1230,396874,'_et_autogenerated_title','0'),(1231,396874,'_et_default','1'),(1232,396874,'_et_enabled','1'),(1233,396874,'_et_header_layout_id','396865'),(1234,396874,'_et_header_layout_enabled','1'),(1235,396874,'_et_body_layout_id','0'),(1236,396874,'_et_body_layout_enabled','1'),(1237,396874,'_et_footer_layout_id','396866'),(1238,396874,'_et_footer_layout_enabled','1'),(1239,396874,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1240,396876,'_et_autogenerated_title','1'),(1241,396876,'_et_default','0'),(1242,396876,'_et_enabled','1'),(1243,396876,'_et_header_layout_id','396865'),(1244,396876,'_et_header_layout_enabled','1'),(1245,396876,'_et_body_layout_id','396868'),(1246,396876,'_et_body_layout_enabled','1'),(1247,396876,'_et_footer_layout_id','396866'),(1248,396876,'_et_footer_layout_enabled','1'),(1249,396876,'_et_use_on','archive:taxonomy:category:all'),(1250,396876,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1251,396877,'_et_autogenerated_title','1'),(1252,396877,'_et_default','0'),(1253,396877,'_et_enabled','1'),(1254,396877,'_et_header_layout_id','396865'),(1255,396877,'_et_header_layout_enabled','1'),(1256,396877,'_et_body_layout_id','396869'),(1257,396877,'_et_body_layout_enabled','1'),(1258,396877,'_et_footer_layout_id','396866'),(1259,396877,'_et_footer_layout_enabled','1'),(1260,396877,'_et_use_on','archive:taxonomy:project_category:all'),(1261,396877,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1262,396878,'_et_autogenerated_title','1'),(1263,396878,'_et_default','0'),(1264,396878,'_et_enabled','1'),(1265,396878,'_et_header_layout_id','396865'),(1266,396878,'_et_header_layout_enabled','1'),(1267,396878,'_et_body_layout_id','396870'),(1268,396878,'_et_body_layout_enabled','1'),(1269,396878,'_et_footer_layout_id','396866'),(1270,396878,'_et_footer_layout_enabled','1'),(1271,396878,'_et_use_on','search'),(1272,396878,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1273,396879,'_et_autogenerated_title','1'),(1274,396879,'_et_default','0'),(1275,396879,'_et_enabled','1'),(1276,396879,'_et_header_layout_id','396865'),(1277,396879,'_et_header_layout_enabled','0'),(1278,396879,'_et_body_layout_id','396871'),(1279,396879,'_et_body_layout_enabled','1'),(1280,396879,'_et_footer_layout_id','396866'),(1281,396879,'_et_footer_layout_enabled','0'),(1282,396879,'_et_use_on','404'),(1283,396879,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1284,396880,'_et_autogenerated_title','1'),(1285,396880,'_et_default','0'),(1286,396880,'_et_enabled','1'),(1287,396880,'_et_header_layout_id','396865'),(1288,396880,'_et_header_layout_enabled','1'),(1289,396880,'_et_body_layout_id','396872'),(1290,396880,'_et_body_layout_enabled','1'),(1291,396880,'_et_footer_layout_id','396866'),(1292,396880,'_et_footer_layout_enabled','1'),(1293,396880,'_et_use_on','singular:post_type:product:all'),(1294,396880,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1295,397709,'_et_autogenerated_title','1'),(1296,397709,'_et_default','0'),(1297,397709,'_et_enabled','1'),(1298,397709,'_et_header_layout_id','396865'),(1299,397709,'_et_header_layout_enabled','1'),(1300,397709,'_et_body_layout_id','397706'),(1301,397709,'_et_body_layout_enabled','1'),(1302,397709,'_et_footer_layout_id','396866'),(1303,397709,'_et_footer_layout_enabled','1'),(1304,397709,'_et_use_on','singular:post_type:post:all'),(1305,397709,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1306,398844,'_et_autogenerated_title','1'),(1307,398844,'_et_default','0'),(1308,398844,'_et_enabled','1'),(1309,398844,'_et_header_layout_id','396865'),(1310,398844,'_et_header_layout_enabled','1'),(1311,398844,'_et_body_layout_id','398830'),(1312,398844,'_et_body_layout_enabled','1'),(1313,398844,'_et_footer_layout_id','396866'),(1314,398844,'_et_footer_layout_enabled','1'),(1315,398844,'_et_use_on','archive:taxonomy:product_cat:all'),(1316,398844,'_et_theme_builder_marked_as_unused','2024-08-27 09:08:25'),(1317,399338,'_et_pb_built_for_post_type','page'),(1318,399338,'_wxr_import_has_attachment_refs','1'),(1319,399339,'_et_pb_built_for_post_type','page'),(1320,399340,'_et_pb_built_for_post_type','page'),(1321,399341,'_et_pb_built_for_post_type','page'),(1322,399341,'_wxr_import_has_attachment_refs','1'),(1323,399342,'_et_pb_built_for_post_type','page'),(1324,399343,'_et_pb_built_for_post_type','page'),(1325,399344,'_et_pb_built_for_post_type','page'),(1326,399365,'_et_autogenerated_title','0'),(1327,399365,'_et_default','1'),(1328,399365,'_et_enabled','1'),(1329,399365,'_et_header_layout_id','399355'),(1330,399365,'_et_header_layout_enabled','1'),(1331,399365,'_et_body_layout_id','0'),(1332,399365,'_et_body_layout_enabled','1'),(1333,399365,'_et_footer_layout_id','399356'),(1334,399365,'_et_footer_layout_enabled','1'),(1335,399366,'_et_autogenerated_title','1'),(1336,399366,'_et_default','0'),(1337,399366,'_et_enabled','1'),(1338,399366,'_et_header_layout_id','399355'),(1339,399366,'_et_header_layout_enabled','1'),(1340,399366,'_et_body_layout_id','399357'),(1341,399366,'_et_body_layout_enabled','1'),(1342,399366,'_et_footer_layout_id','399356'),(1343,399366,'_et_footer_layout_enabled','1'),(1344,399366,'_et_use_on','archive:taxonomy:category:all'),(1345,399367,'_et_autogenerated_title','1'),(1346,399367,'_et_default','0'),(1347,399367,'_et_enabled','1'),(1348,399367,'_et_header_layout_id','399355'),(1349,399367,'_et_header_layout_enabled','1'),(1350,399367,'_et_body_layout_id','399358'),(1351,399367,'_et_body_layout_enabled','1'),(1352,399367,'_et_footer_layout_id','399356'),(1353,399367,'_et_footer_layout_enabled','1'),(1354,399367,'_et_use_on','archive:taxonomy:project_category:all'),(1355,399368,'_et_autogenerated_title','1'),(1356,399368,'_et_default','0'),(1357,399368,'_et_enabled','1'),(1358,399368,'_et_header_layout_id','399355'),(1359,399368,'_et_header_layout_enabled','1'),(1360,399368,'_et_body_layout_id','399359'),(1361,399368,'_et_body_layout_enabled','1'),(1362,399368,'_et_footer_layout_id','399356'),(1363,399368,'_et_footer_layout_enabled','1'),(1364,399368,'_et_use_on','search'),(1365,399369,'_et_autogenerated_title','1'),(1366,399369,'_et_default','0'),(1367,399369,'_et_enabled','1'),(1368,399369,'_et_header_layout_id','399355'),(1369,399369,'_et_header_layout_enabled','0'),(1370,399369,'_et_body_layout_id','399360'),(1371,399369,'_et_body_layout_enabled','1'),(1372,399369,'_et_footer_layout_id','399356'),(1373,399369,'_et_footer_layout_enabled','0'),(1374,399369,'_et_use_on','404'),(1375,393802,'_menu_item_type','post_type'),(1376,393802,'_menu_item_menu_item_parent','0'),(1377,393802,'_menu_item_object_id','393800'),(1378,393802,'_menu_item_object','page'),(1379,393802,'_menu_item_target',''),(1380,393802,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1381,393802,'_menu_item_xfn',''),(1382,393802,'_menu_item_url',''),(1383,393802,'_wp_old_date','2023-10-09'),(1384,393802,'_wp_old_date','2023-10-14'),(1385,393802,'_wp_old_date','2023-10-16'),(1386,393802,'_wp_old_date','2023-10-18'),(1387,393802,'_wp_old_date','2023-10-21'),(1388,393802,'_wp_old_date','2023-10-23'),(1389,393802,'_wp_old_date','2023-10-26'),(1390,393802,'_wp_old_date','2023-11-04'),(1391,393802,'_wp_old_date','2023-11-06'),(1392,393802,'_wp_old_date','2023-12-17'),(1393,393802,'_wp_old_date','2024-01-02'),(1394,393802,'_wp_old_date','2024-01-04'),(1395,393802,'_wp_old_date','2024-01-05'),(1396,393802,'_wp_old_date','2024-02-05'),(1397,393802,'_wp_old_date','2024-02-06'),(1398,393802,'_wp_old_date','2024-05-28'),(1400,394183,'_menu_item_type','post_type'),(1401,394183,'_menu_item_menu_item_parent','395739'),(1402,394183,'_menu_item_object_id','394166'),(1403,394183,'_menu_item_object','page'),(1404,394183,'_menu_item_target',''),(1405,394183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1406,394183,'_menu_item_xfn',''),(1407,394183,'_menu_item_url',''),(1408,394183,'_wp_old_date','2023-10-16'),(1409,394183,'_wp_old_date','2023-10-18'),(1410,394183,'_wp_old_date','2023-10-21'),(1411,394183,'_wp_old_date','2023-10-23'),(1412,394183,'_wp_old_date','2023-10-26'),(1413,394183,'_wp_old_date','2023-11-04'),(1414,394183,'_wp_old_date','2023-11-06'),(1415,394183,'_wp_old_date','2023-12-17'),(1416,394183,'_wp_old_date','2024-01-02'),(1417,394183,'_wp_old_date','2024-01-04'),(1418,394183,'_wp_old_date','2024-01-05'),(1419,394183,'_wp_old_date','2024-02-05'),(1420,394183,'_wp_old_date','2024-02-06'),(1421,394183,'_wp_old_date','2024-05-28'),(1423,394184,'_menu_item_type','post_type'),(1424,394184,'_menu_item_menu_item_parent','395739'),(1425,394184,'_menu_item_object_id','394138'),(1426,394184,'_menu_item_object','page'),(1427,394184,'_menu_item_target',''),(1428,394184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1429,394184,'_menu_item_xfn',''),(1430,394184,'_menu_item_url',''),(1431,394184,'_wp_old_date','2023-10-16'),(1432,394184,'_wp_old_date','2023-10-18'),(1433,394184,'_wp_old_date','2023-10-21'),(1434,394184,'_wp_old_date','2023-10-23'),(1435,394184,'_wp_old_date','2023-10-26'),(1436,394184,'_wp_old_date','2023-11-04'),(1437,394184,'_wp_old_date','2023-11-06'),(1438,394184,'_wp_old_date','2023-12-17'),(1439,394184,'_wp_old_date','2024-01-02'),(1440,394184,'_wp_old_date','2024-01-04'),(1441,394184,'_wp_old_date','2024-01-05'),(1442,394184,'_wp_old_date','2024-02-05'),(1443,394184,'_wp_old_date','2024-02-06'),(1444,394184,'_wp_old_date','2024-05-28'),(1446,394734,'_menu_item_type','post_type'),(1447,394734,'_menu_item_menu_item_parent','395028'),(1448,394734,'_menu_item_object_id','394694'),(1449,394734,'_menu_item_object','page'),(1450,394734,'_menu_item_target',''),(1451,394734,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1452,394734,'_menu_item_xfn',''),(1453,394734,'_menu_item_url',''),(1454,394734,'_wp_old_date','2023-10-26'),(1455,394734,'_wp_old_date','2023-11-04'),(1456,394734,'_wp_old_date','2023-11-06'),(1457,394734,'_wp_old_date','2023-12-17'),(1458,394734,'_wp_old_date','2024-01-02'),(1459,394734,'_wp_old_date','2024-01-04'),(1460,394734,'_wp_old_date','2024-01-05'),(1461,394734,'_wp_old_date','2024-02-05'),(1462,394734,'_wp_old_date','2024-02-06'),(1463,394734,'_wp_old_date','2024-05-28'),(1465,395047,'_menu_item_type','taxonomy'),(1466,395047,'_menu_item_menu_item_parent','0'),(1467,395047,'_menu_item_object_id','20'),(1468,395047,'_menu_item_object','category'),(1469,395047,'_menu_item_target',''),(1470,395047,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1471,395047,'_menu_item_xfn',''),(1472,395047,'_menu_item_url',''),(1473,395047,'_wp_old_date','2023-11-04'),(1474,395065,'_menu_item_type','taxonomy'),(1475,395065,'_menu_item_menu_item_parent','0'),(1476,395065,'_menu_item_object_id','21'),(1477,395065,'_menu_item_object','category'),(1478,395065,'_menu_item_target',''),(1479,395065,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1480,395065,'_menu_item_xfn',''),(1481,395065,'_menu_item_url',''),(1482,395065,'_wp_old_date','2023-11-04'),(1483,395066,'_menu_item_type','taxonomy'),(1484,395066,'_menu_item_menu_item_parent','0'),(1485,395066,'_menu_item_object_id','18'),(1486,395066,'_menu_item_object','category'),(1487,395066,'_menu_item_target',''),(1488,395066,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1489,395066,'_menu_item_xfn',''),(1490,395066,'_menu_item_url',''),(1491,395066,'_wp_old_date','2023-11-04'),(1492,395739,'_menu_item_type','post_type'),(1493,395739,'_menu_item_menu_item_parent','0'),(1494,395739,'_menu_item_object_id','395473'),(1495,395739,'_menu_item_object','page'),(1496,395739,'_menu_item_target',''),(1497,395739,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1498,395739,'_menu_item_xfn',''),(1499,395739,'_menu_item_url',''),(1500,395739,'_wp_old_date','2024-01-04'),(1501,395739,'_wp_old_date','2024-01-05'),(1502,395739,'_wp_old_date','2024-02-05'),(1503,395739,'_wp_old_date','2024-02-06'),(1504,395739,'_wp_old_date','2024-05-28'),(1506,395745,'_menu_item_type','post_type'),(1507,395745,'_menu_item_menu_item_parent','395739'),(1508,395745,'_menu_item_object_id','395473'),(1509,395745,'_menu_item_object','page'),(1510,395745,'_menu_item_target',''),(1511,395745,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1512,395745,'_menu_item_xfn',''),(1513,395745,'_menu_item_url',''),(1514,395745,'_wp_old_date','2024-01-05'),(1515,395745,'_wp_old_date','2024-02-05'),(1516,395745,'_wp_old_date','2024-02-06'),(1517,395745,'_wp_old_date','2024-05-28'),(2850,399554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:851;s:4:\"file\";s:52:\"2025/10/WhatsApp-Image-2025-10-22-at-8.21.00-PM.jpeg\";s:8:\"filesize\";i:146981;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-300x237.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23279;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-1024x808.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:808;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163571;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9302;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-768x606.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107204;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-571x450.jpeg\";s:5:\"width\";i:571;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68074;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-1000x789.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:789;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158159;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31386;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-1079x675.jpeg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130189;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34908;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54329;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64459;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-980x773.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:773;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153662;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.00-PM-480x379.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51509;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1519,395750,'_menu_item_type','taxonomy'),(1520,395750,'_menu_item_menu_item_parent','0'),(1521,395750,'_menu_item_object_id','22'),(1522,395750,'_menu_item_object','category'),(1523,395750,'_menu_item_target',''),(1524,395750,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1525,395750,'_menu_item_xfn',''),(1526,395750,'_menu_item_url',''),(1527,395928,'_et_autogenerated_title','0'),(1528,395928,'_et_default','1'),(1529,395928,'_et_enabled','1'),(1530,395928,'_et_header_layout_id','395925'),(1531,395928,'_et_header_layout_enabled','1'),(1532,395928,'_et_body_layout_id','0'),(1533,395928,'_et_body_layout_enabled','1'),(1534,395928,'_et_footer_layout_id','395926'),(1535,395928,'_et_footer_layout_enabled','1'),(1536,395928,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1537,395929,'_et_autogenerated_title','1'),(1538,395929,'_et_default','0'),(1539,395929,'_et_enabled','1'),(1540,395929,'_et_header_layout_id','395925'),(1541,395929,'_et_header_layout_enabled','1'),(1542,395929,'_et_body_layout_id','394896'),(1543,395929,'_et_body_layout_enabled','1'),(1544,395929,'_et_footer_layout_id','395926'),(1545,395929,'_et_footer_layout_enabled','1'),(1546,395929,'_et_use_on','singular:post_type:post:all'),(1547,395929,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1548,395930,'_et_autogenerated_title','1'),(1549,395930,'_et_default','0'),(1550,395930,'_et_enabled','1'),(1551,395930,'_et_header_layout_id','395925'),(1552,395930,'_et_header_layout_enabled','1'),(1553,395930,'_et_body_layout_id','394897'),(1554,395930,'_et_body_layout_enabled','1'),(1555,395930,'_et_footer_layout_id','395926'),(1556,395930,'_et_footer_layout_enabled','1'),(1557,395930,'_et_use_on','archive:taxonomy:category:all'),(1558,395930,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1559,395931,'_et_autogenerated_title','1'),(1560,395931,'_et_default','0'),(1561,395931,'_et_enabled','1'),(1562,395931,'_et_header_layout_id','395925'),(1563,395931,'_et_header_layout_enabled','1'),(1564,395931,'_et_body_layout_id','394898'),(1565,395931,'_et_body_layout_enabled','1'),(1566,395931,'_et_footer_layout_id','395926'),(1567,395931,'_et_footer_layout_enabled','1'),(1568,395931,'_et_use_on','archive:taxonomy:project_category:all'),(1569,395931,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1570,395932,'_et_autogenerated_title','1'),(1571,395932,'_et_default','0'),(1572,395932,'_et_enabled','1'),(1573,395932,'_et_header_layout_id','395925'),(1574,395932,'_et_header_layout_enabled','1'),(1575,395932,'_et_body_layout_id','394899'),(1576,395932,'_et_body_layout_enabled','1'),(1577,395932,'_et_footer_layout_id','395926'),(1578,395932,'_et_footer_layout_enabled','1'),(1579,395932,'_et_use_on','search'),(1580,395932,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1581,395933,'_et_autogenerated_title','1'),(1582,395933,'_et_default','0'),(1583,395933,'_et_enabled','1'),(1584,395933,'_et_header_layout_id','395925'),(1585,395933,'_et_header_layout_enabled','0'),(1586,395933,'_et_body_layout_id','395109'),(1587,395933,'_et_body_layout_enabled','1'),(1588,395933,'_et_footer_layout_id','395926'),(1589,395933,'_et_footer_layout_enabled','0'),(1590,395933,'_et_use_on','404'),(1591,395933,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1592,395934,'_et_autogenerated_title','1'),(1593,395934,'_et_default','0'),(1594,395934,'_et_enabled','1'),(1595,395934,'_et_header_layout_id','395925'),(1596,395934,'_et_header_layout_enabled','1'),(1597,395934,'_et_body_layout_id','395679'),(1598,395934,'_et_body_layout_enabled','1'),(1599,395934,'_et_footer_layout_id','395926'),(1600,395934,'_et_footer_layout_enabled','1'),(1601,395934,'_et_use_on','singular:post_type:product:all'),(1602,395934,'_et_theme_builder_marked_as_unused','2024-01-15 19:00:53'),(1603,399370,'_et_autogenerated_title','1'),(1604,399370,'_et_default','0'),(1605,399370,'_et_enabled','1'),(1606,399370,'_et_header_layout_id','399355'),(1607,399370,'_et_header_layout_enabled','1'),(1608,399370,'_et_body_layout_id','399361'),(1609,399370,'_et_body_layout_enabled','1'),(1610,399370,'_et_footer_layout_id','399356'),(1611,399370,'_et_footer_layout_enabled','1'),(1612,399370,'_et_use_on','singular:post_type:product:all'),(1613,399371,'_et_autogenerated_title','1'),(1614,399371,'_et_default','0'),(1615,399371,'_et_enabled','1'),(1616,399371,'_et_header_layout_id','399355'),(1617,399371,'_et_header_layout_enabled','1'),(1618,399371,'_et_body_layout_id','399362'),(1619,399371,'_et_body_layout_enabled','1'),(1620,399371,'_et_footer_layout_id','399356'),(1621,399371,'_et_footer_layout_enabled','1'),(1622,399371,'_et_use_on','singular:post_type:post:all'),(1623,399372,'_et_autogenerated_title','1'),(1624,399372,'_et_default','0'),(1625,399372,'_et_enabled','1'),(1626,399372,'_et_header_layout_id','399355'),(1627,399372,'_et_header_layout_enabled','1'),(1628,399372,'_et_body_layout_id','399363'),(1629,399372,'_et_body_layout_enabled','1'),(1630,399372,'_et_footer_layout_id','399356'),(1631,399372,'_et_footer_layout_enabled','1'),(1632,399372,'_et_use_on','archive:taxonomy:product_cat:all'),(1633,399528,'_menu_item_type','post_type'),(1634,399528,'_menu_item_menu_item_parent','0'),(1635,399528,'_menu_item_object_id','399527'),(1636,399528,'_menu_item_object','page'),(1637,399528,'_menu_item_target',''),(1638,399528,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1639,399528,'_menu_item_xfn',''),(1640,399528,'_menu_item_url',''),(1641,399527,'_wp_page_template','default'),(1642,399527,'footnotes',''),(1643,399527,'_et_pb_use_builder','on'),(1644,399527,'_et_pb_old_content','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piรฑa coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://demosdivi.lovelyconfetti.com/sophia/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->'),(1645,399527,'_et_gb_content_width',''),(1646,399527,'_et_pb_post_hide_nav','default'),(1647,399527,'_et_pb_page_layout','et_right_sidebar'),(1648,399527,'_et_pb_side_nav','off'),(1649,399527,'_et_pb_built_for_post_type','page'),(1650,399527,'_et_pb_ab_subjects',''),(1651,399527,'_et_pb_enable_shortcode_tracking',''),(1652,399527,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2\" /]'),(1653,399527,'_et_pb_custom_css',''),(1654,399527,'_et_pb_gutter_width','3'),(1655,399527,'_thumbnail_id','0'),(1656,399527,'_global_colors_info','{}'),(1657,399527,'_et_pb_first_image',''),(1658,399527,'_et_pb_truncate_post',''),(1659,399527,'_et_pb_truncate_post_date',''),(1660,399527,'_et_builder_version','VB|Divi|4.27.4'),(1661,399527,'_et_pb_show_page_creation','off'),(1662,399527,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(1663,399527,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";s:12:\"et-gf-roboto\";s:91:\"Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(1664,399527,'_wxr_import_has_attachment_refs','1'),(1665,399529,'_menu_item_type','post_type'),(1666,399529,'_menu_item_menu_item_parent','0'),(1667,399529,'_menu_item_object_id','393715'),(1668,399529,'_menu_item_object','page'),(1669,399529,'_menu_item_target',''),(1670,399529,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1671,399529,'_menu_item_xfn',''),(1672,399529,'_menu_item_url',''),(1673,393715,'_et_pb_post_hide_nav','default'),(1674,393715,'_et_pb_page_layout','et_right_sidebar'),(1675,393715,'_et_pb_side_nav','off'),(1676,393715,'_et_pb_use_builder','on'),(1677,393715,'_et_pb_show_page_creation','off'),(1678,393715,'_et_pb_old_content','<!-- wp:divi/placeholder /-->'),(1679,393715,'_et_pb_built_for_post_type','page'),(1680,393715,'_et_pb_ab_subjects',''),(1681,393715,'_et_pb_enable_shortcode_tracking',''),(1682,393715,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"393715\" /]'),(1683,393715,'_et_pb_custom_css',''),(1684,393715,'_et_pb_gutter_width','3'),(1685,393715,'_thumbnail_id','0'),(1686,393715,'_global_colors_info','{}'),(1687,393715,'_et_pb_first_image',''),(1688,393715,'_et_pb_truncate_post',''),(1689,393715,'_et_pb_truncate_post_date',''),(1690,393715,'_et_builder_version','VB|Divi|4.25.1'),(1691,393715,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(1692,393715,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(1693,393763,'_menu_item_type','post_type'),(1694,393763,'_menu_item_menu_item_parent','394085'),(1695,393763,'_menu_item_object_id','393715'),(1696,393763,'_menu_item_object','page'),(1697,393763,'_menu_item_target',''),(1698,393763,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1699,393763,'_menu_item_xfn',''),(1700,393763,'_menu_item_url',''),(1701,393763,'_wp_old_date','2023-10-08'),(1702,393763,'_wp_old_date','2023-10-09'),(1703,393763,'_wp_old_date','2023-10-14'),(1704,393763,'_wp_old_date','2023-10-16'),(1705,393763,'_wp_old_date','2023-10-18'),(1706,393763,'_wp_old_date','2023-10-21'),(1707,393763,'_wp_old_date','2023-10-23'),(1708,393763,'_wp_old_date','2023-10-26'),(1709,393763,'_wp_old_date','2023-11-04'),(1710,393763,'_wp_old_date','2023-11-06'),(1711,393763,'_wp_old_date','2023-12-17'),(1712,393763,'_wp_old_date','2024-01-02'),(1713,393763,'_wp_old_date','2024-01-04'),(1714,393763,'_wp_old_date','2024-01-05'),(1715,393763,'_wp_old_date','2024-02-05'),(1716,393763,'_wp_old_date','2024-02-06'),(1717,393763,'_wp_old_date','2024-05-28'),(1718,393764,'_menu_item_type','post_type'),(1719,393764,'_menu_item_menu_item_parent','394085'),(1720,393764,'_menu_item_object_id','399527'),(1721,393764,'_menu_item_object','page'),(1722,393764,'_menu_item_target',''),(1723,393764,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1724,393764,'_menu_item_xfn',''),(1725,393764,'_menu_item_url',''),(1726,393764,'_wp_old_date','2023-10-08'),(1727,393764,'_wp_old_date','2023-10-09'),(1728,393764,'_wp_old_date','2023-10-14'),(1729,393764,'_wp_old_date','2023-10-16'),(1730,393764,'_wp_old_date','2023-10-18'),(1731,393764,'_wp_old_date','2023-10-21'),(1732,393764,'_wp_old_date','2023-10-23'),(1733,393764,'_wp_old_date','2023-10-26'),(1734,393764,'_wp_old_date','2023-11-04'),(1735,393764,'_wp_old_date','2023-11-06'),(1736,393764,'_wp_old_date','2023-12-17'),(1737,393764,'_wp_old_date','2024-01-02'),(1738,393764,'_wp_old_date','2024-01-04'),(1739,393764,'_wp_old_date','2024-01-05'),(1740,393764,'_wp_old_date','2024-02-05'),(1741,393764,'_wp_old_date','2024-02-06'),(1742,393764,'_wp_old_date','2024-05-28'),(1743,393770,'_menu_item_type','post_type'),(1744,393770,'_menu_item_menu_item_parent','394085'),(1745,393770,'_menu_item_object_id','393742'),(1746,393770,'_menu_item_object','page'),(1747,393770,'_menu_item_target',''),(1748,393770,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1749,393770,'_menu_item_xfn',''),(1750,393770,'_menu_item_url',''),(1751,393770,'_wp_old_date','2023-10-08'),(1752,393770,'_wp_old_date','2023-10-09'),(1753,393770,'_wp_old_date','2023-10-14'),(1754,393770,'_wp_old_date','2023-10-16'),(1755,393770,'_wp_old_date','2023-10-18'),(1756,393770,'_wp_old_date','2023-10-21'),(1757,393770,'_wp_old_date','2023-10-23'),(1758,393770,'_wp_old_date','2023-10-26'),(1759,393770,'_wp_old_date','2023-11-04'),(1760,393770,'_wp_old_date','2023-11-06'),(1761,393770,'_wp_old_date','2023-12-17'),(1762,393770,'_wp_old_date','2024-01-02'),(1763,393770,'_wp_old_date','2024-01-04'),(1764,393770,'_wp_old_date','2024-01-05'),(1765,393770,'_wp_old_date','2024-02-05'),(1766,393770,'_wp_old_date','2024-02-06'),(1767,393770,'_wp_old_date','2024-05-28'),(1769,394084,'_menu_item_type','post_type'),(1770,394084,'_menu_item_menu_item_parent','0'),(1771,394084,'_menu_item_object_id','394068'),(1772,394084,'_menu_item_object','page'),(1773,394084,'_menu_item_target',''),(1774,394084,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1775,394084,'_menu_item_xfn',''),(1776,394084,'_menu_item_url',''),(1777,394084,'_wp_old_date','2023-10-14'),(1778,394084,'_wp_old_date','2023-10-16'),(1779,394084,'_wp_old_date','2023-10-18'),(1780,394084,'_wp_old_date','2023-10-21'),(1781,394084,'_wp_old_date','2023-10-23'),(1782,394084,'_wp_old_date','2023-10-26'),(1783,394084,'_wp_old_date','2023-11-04'),(1784,394084,'_wp_old_date','2023-11-06'),(1785,394084,'_wp_old_date','2023-12-17'),(1786,394084,'_wp_old_date','2024-01-02'),(1787,394084,'_wp_old_date','2024-01-04'),(1788,394084,'_wp_old_date','2024-01-05'),(1789,394084,'_wp_old_date','2024-02-05'),(1790,394084,'_wp_old_date','2024-02-06'),(1791,394084,'_wp_old_date','2024-05-28'),(2849,399554,'_wp_attached_file','2025/10/WhatsApp-Image-2025-10-22-at-8.21.00-PM.jpeg'),(1793,394085,'_menu_item_type','custom'),(1794,394085,'_menu_item_menu_item_parent','0'),(1795,394085,'_menu_item_object_id','394085'),(1796,394085,'_menu_item_object','custom'),(1797,394085,'_menu_item_target',''),(1798,394085,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1799,394085,'_menu_item_xfn',''),(1800,394085,'_menu_item_url','#'),(1801,394085,'_wp_old_date','2023-10-14'),(1802,394085,'_wp_old_date','2023-10-16'),(1803,394085,'_wp_old_date','2023-10-18'),(1804,394085,'_wp_old_date','2023-10-21'),(1805,394085,'_wp_old_date','2023-10-23'),(1806,394085,'_wp_old_date','2023-10-26'),(1807,394085,'_wp_old_date','2023-11-04'),(1808,394085,'_wp_old_date','2023-11-06'),(1809,394085,'_wp_old_date','2023-12-17'),(1810,394085,'_wp_old_date','2024-01-02'),(1811,394085,'_wp_old_date','2024-01-04'),(1812,394085,'_wp_old_date','2024-01-05'),(1813,394085,'_wp_old_date','2024-02-05'),(1814,394085,'_wp_old_date','2024-02-06'),(1815,394085,'_wp_old_date','2024-05-28'),(1816,394405,'_menu_item_type','post_type'),(1817,394405,'_menu_item_menu_item_parent','394085'),(1818,394405,'_menu_item_object_id','394335'),(1819,394405,'_menu_item_object','page'),(1820,394405,'_menu_item_target',''),(1821,394405,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1822,394405,'_menu_item_xfn',''),(1823,394405,'_menu_item_url',''),(1824,394405,'_wp_old_date','2023-10-18'),(1825,394405,'_wp_old_date','2023-10-21'),(1826,394405,'_wp_old_date','2023-10-23'),(1827,394405,'_wp_old_date','2023-10-26'),(1828,394405,'_wp_old_date','2023-11-04'),(1829,394405,'_wp_old_date','2023-11-06'),(1830,394405,'_wp_old_date','2023-12-17'),(1831,394405,'_wp_old_date','2024-01-02'),(1832,394405,'_wp_old_date','2024-01-04'),(1833,394405,'_wp_old_date','2024-01-05'),(1834,394405,'_wp_old_date','2024-02-05'),(1835,394405,'_wp_old_date','2024-02-06'),(1836,394405,'_wp_old_date','2024-05-28'),(1838,394582,'_menu_item_type','post_type'),(1839,394582,'_menu_item_menu_item_parent','394085'),(1840,394582,'_menu_item_object_id','394573'),(1841,394582,'_menu_item_object','page'),(1842,394582,'_menu_item_target',''),(1843,394582,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1844,394582,'_menu_item_xfn',''),(1845,394582,'_menu_item_url',''),(1846,394582,'_wp_old_date','2023-10-21'),(1847,394582,'_wp_old_date','2023-10-23'),(1848,394582,'_wp_old_date','2023-10-26'),(1849,394582,'_wp_old_date','2023-11-04'),(1850,394582,'_wp_old_date','2023-11-06'),(1851,394582,'_wp_old_date','2023-12-17'),(1852,394582,'_wp_old_date','2024-01-02'),(1853,394582,'_wp_old_date','2024-01-04'),(1854,394582,'_wp_old_date','2024-01-05'),(1855,394582,'_wp_old_date','2024-02-05'),(1856,394582,'_wp_old_date','2024-02-06'),(1857,394582,'_wp_old_date','2024-05-28'),(2846,399552,'footnotes',''),(1859,394645,'_menu_item_type','post_type'),(1860,394645,'_menu_item_menu_item_parent','394085'),(1861,394645,'_menu_item_object_id','394643'),(1862,394645,'_menu_item_object','page'),(1863,394645,'_menu_item_target',''),(1864,394645,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1865,394645,'_menu_item_xfn',''),(1866,394645,'_menu_item_url',''),(1867,394645,'_wp_old_date','2023-10-23'),(1868,394645,'_wp_old_date','2023-10-26'),(1869,394645,'_wp_old_date','2023-11-04'),(1870,394645,'_wp_old_date','2023-11-06'),(1871,394645,'_wp_old_date','2023-12-17'),(1872,394645,'_wp_old_date','2024-01-02'),(1873,394645,'_wp_old_date','2024-01-04'),(1874,394645,'_wp_old_date','2024-01-05'),(1875,394645,'_wp_old_date','2024-02-05'),(1876,394645,'_wp_old_date','2024-02-06'),(1877,394645,'_wp_old_date','2024-05-28'),(2845,395473,'_aioseo_twitter_description',NULL),(1879,394685,'_menu_item_type','post_type'),(1880,394685,'_menu_item_menu_item_parent','394085'),(1881,394685,'_menu_item_object_id','394680'),(1882,394685,'_menu_item_object','page'),(1883,394685,'_menu_item_target',''),(1884,394685,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1885,394685,'_menu_item_xfn',''),(1886,394685,'_menu_item_url',''),(1887,394685,'_wp_old_date','2023-10-26'),(1888,394685,'_wp_old_date','2023-11-04'),(1889,394685,'_wp_old_date','2023-11-06'),(1890,394685,'_wp_old_date','2023-12-17'),(1891,394685,'_wp_old_date','2024-01-02'),(1892,394685,'_wp_old_date','2024-01-04'),(1893,394685,'_wp_old_date','2024-01-05'),(1894,394685,'_wp_old_date','2024-02-05'),(1895,394685,'_wp_old_date','2024-02-06'),(1896,394685,'_wp_old_date','2024-05-28'),(2844,395473,'_aioseo_twitter_title',NULL),(1898,395028,'_menu_item_type','custom'),(1899,395028,'_menu_item_menu_item_parent','0'),(1900,395028,'_menu_item_object_id','395028'),(1901,395028,'_menu_item_object','custom'),(1902,395028,'_menu_item_target',''),(1903,395028,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1904,395028,'_menu_item_xfn',''),(1905,395028,'_menu_item_url','#'),(1906,395028,'_wp_old_date','2023-11-04'),(1907,395028,'_wp_old_date','2023-11-06'),(1908,395028,'_wp_old_date','2023-12-17'),(1909,395028,'_wp_old_date','2024-01-02'),(1910,395028,'_wp_old_date','2024-01-04'),(1911,395028,'_wp_old_date','2024-01-05'),(1912,395028,'_wp_old_date','2024-02-05'),(1913,395028,'_wp_old_date','2024-02-06'),(1914,395028,'_wp_old_date','2024-05-28'),(1915,395029,'_menu_item_type','post_type'),(1916,395029,'_menu_item_menu_item_parent','395028'),(1917,395029,'_menu_item_object_id','394877'),(1918,395029,'_menu_item_object','page'),(1919,395029,'_menu_item_target',''),(1920,395029,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1921,395029,'_menu_item_xfn',''),(1922,395029,'_menu_item_url',''),(1923,395029,'_wp_old_date','2023-11-04'),(1924,395029,'_wp_old_date','2023-11-06'),(1925,395029,'_wp_old_date','2023-12-17'),(1926,395029,'_wp_old_date','2024-01-02'),(1927,395029,'_wp_old_date','2024-01-04'),(1928,395029,'_wp_old_date','2024-01-05'),(1929,395029,'_wp_old_date','2024-02-05'),(1930,395029,'_wp_old_date','2024-02-06'),(1931,395029,'_wp_old_date','2024-05-28'),(2843,395473,'_aioseo_og_article_tags',''),(1933,395107,'_menu_item_type','post_type'),(1934,395107,'_menu_item_menu_item_parent','394085'),(1935,395107,'_menu_item_object_id','395099'),(1936,395107,'_menu_item_object','page'),(1937,395107,'_menu_item_target',''),(1938,395107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1939,395107,'_menu_item_xfn',''),(1940,395107,'_menu_item_url',''),(1941,395107,'_wp_old_date','2023-11-06'),(1942,395107,'_wp_old_date','2023-12-17'),(1943,395107,'_wp_old_date','2024-01-02'),(1944,395107,'_wp_old_date','2024-01-04'),(1945,395107,'_wp_old_date','2024-01-05'),(1946,395107,'_wp_old_date','2024-02-05'),(1947,395107,'_wp_old_date','2024-02-06'),(1948,395107,'_wp_old_date','2024-05-28'),(2842,395473,'_aioseo_og_article_section',NULL),(1950,395108,'_menu_item_type','custom'),(1951,395108,'_menu_item_menu_item_parent','394085'),(1952,395108,'_menu_item_object_id','395108'),(1953,395108,'_menu_item_object','custom'),(1954,395108,'_menu_item_target',''),(1955,395108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1956,395108,'_menu_item_xfn',''),(1957,395108,'_menu_item_url','https://demosdivi.lovelyconfetti.com/ellen/abouts'),(1958,395108,'_wp_old_date','2023-11-06'),(1959,395108,'_wp_old_date','2023-12-17'),(1960,395108,'_wp_old_date','2024-01-02'),(1961,395108,'_wp_old_date','2024-01-04'),(1962,395108,'_wp_old_date','2024-01-05'),(1963,395108,'_wp_old_date','2024-02-05'),(1964,395108,'_wp_old_date','2024-02-06'),(1965,395108,'_wp_old_date','2024-05-28'),(1966,395383,'_menu_item_type','post_type'),(1967,395383,'_menu_item_menu_item_parent','394085'),(1968,395383,'_menu_item_object_id','395381'),(1969,395383,'_menu_item_object','page'),(1970,395383,'_menu_item_target',''),(1971,395383,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1972,395383,'_menu_item_xfn',''),(1973,395383,'_menu_item_url',''),(1974,395383,'_wp_old_date','2023-12-17'),(1975,395383,'_wp_old_date','2024-01-02'),(1976,395383,'_wp_old_date','2024-01-04'),(1977,395383,'_wp_old_date','2024-01-05'),(1978,395383,'_wp_old_date','2024-02-05'),(1979,395383,'_wp_old_date','2024-02-06'),(1980,395383,'_wp_old_date','2024-05-28'),(2841,395473,'_aioseo_og_description',NULL),(1982,395667,'_menu_item_type','post_type'),(1983,395667,'_menu_item_menu_item_parent','0'),(1984,395667,'_menu_item_object_id','395651'),(1985,395667,'_menu_item_object','page'),(1986,395667,'_menu_item_target',''),(1987,395667,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1988,395667,'_menu_item_xfn',''),(1989,395667,'_menu_item_url',''),(1990,395667,'_wp_old_date','2024-01-02'),(1991,395667,'_wp_old_date','2024-01-04'),(1992,395667,'_wp_old_date','2024-01-05'),(1993,395667,'_wp_old_date','2024-02-05'),(1994,395667,'_wp_old_date','2024-02-06'),(1995,395667,'_wp_old_date','2024-05-28'),(2840,395473,'_aioseo_og_title',NULL),(1997,396657,'_menu_item_type','post_type'),(1998,396657,'_menu_item_menu_item_parent','394085'),(1999,396657,'_menu_item_object_id','396653'),(2000,396657,'_menu_item_object','page'),(2001,396657,'_menu_item_target',''),(2002,396657,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2003,396657,'_menu_item_xfn',''),(2004,396657,'_menu_item_url',''),(2005,396657,'_wp_old_date','2024-02-05'),(2006,396657,'_wp_old_date','2024-02-06'),(2007,396657,'_wp_old_date','2024-05-28'),(2009,396684,'_menu_item_type','post_type'),(2010,396684,'_menu_item_menu_item_parent','394085'),(2011,396684,'_menu_item_object_id','396680'),(2012,396684,'_menu_item_object','page'),(2013,396684,'_menu_item_target',''),(2014,396684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2015,396684,'_menu_item_xfn',''),(2016,396684,'_menu_item_url',''),(2017,396684,'_wp_old_date','2024-02-06'),(2018,396684,'_wp_old_date','2024-05-28'),(2020,399530,'_menu_item_type','post_type'),(2021,399530,'_menu_item_menu_item_parent','0'),(2022,399530,'_menu_item_object_id','393742'),(2023,399530,'_menu_item_object','page'),(2024,399530,'_menu_item_target',''),(2025,399530,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2026,399530,'_menu_item_xfn',''),(2027,399530,'_menu_item_url',''),(2028,393742,'footnotes',''),(2029,393742,'_et_pb_use_builder','on'),(2030,393742,'_et_gb_content_width',''),(2031,393742,'_et_pb_post_hide_nav','default'),(2032,393742,'_et_pb_page_layout','et_right_sidebar'),(2033,393742,'_et_pb_side_nav','off'),(2034,393742,'_et_pb_built_for_post_type','page'),(2035,393742,'_et_pb_ab_subjects',''),(2036,393742,'_et_pb_enable_shortcode_tracking',''),(2037,393742,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"393742\" /]'),(2038,393742,'_et_pb_custom_css',''),(2039,393742,'_et_pb_gutter_width','3'),(2040,393742,'_thumbnail_id','0'),(2041,393742,'_global_colors_info','{}'),(2042,393742,'_et_pb_first_image',''),(2043,393742,'_et_pb_truncate_post',''),(2044,393742,'_et_pb_truncate_post_date',''),(2045,393742,'_et_builder_version','VB|Divi|4.25.1'),(2046,393742,'_et_pb_show_page_creation','off'),(2047,393742,'_et_builder_dynamic_assets_loading_attr_threshold','12'),(2048,393742,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";s:11:\"et-gf-inter\";s:45:\"Inter:100,200,300,regular,500,600,700,800,900\";s:13:\"et-gf-poppins\";s:134:\"Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(2049,393742,'_wxr_import_has_attachment_refs','1'),(2050,399531,'_menu_item_type','post_type'),(2051,399531,'_menu_item_menu_item_parent','0'),(2052,399531,'_menu_item_object_id','393800'),(2053,399531,'_menu_item_object','page'),(2054,399531,'_menu_item_target',''),(2055,399531,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2056,399531,'_menu_item_xfn',''),(2057,399531,'_menu_item_url',''),(2058,393800,'_et_pb_post_hide_nav','default'),(2059,393800,'_et_pb_page_layout','et_right_sidebar'),(2060,393800,'_et_pb_side_nav','off'),(2061,393800,'_et_pb_use_builder','on'),(2062,393800,'_et_pb_show_page_creation','off'),(2063,393800,'_et_pb_old_content','<!-- wp:divi/placeholder /-->'),(2064,393800,'_et_pb_built_for_post_type','page'),(2065,393800,'_et_pb_ab_subjects',''),(2066,393800,'_et_pb_enable_shortcode_tracking',''),(2067,393800,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"393800\" /]'),(2068,393800,'_et_pb_custom_css',''),(2069,393800,'_et_pb_gutter_width','3'),(2070,393800,'_thumbnail_id','0'),(2071,393800,'_global_colors_info','{}'),(2072,393800,'_et_pb_first_image',''),(2073,393800,'_et_pb_truncate_post',''),(2074,393800,'_et_pb_truncate_post_date',''),(2075,393800,'_et_builder_version','VB|Divi|4.9.4'),(2076,393800,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2077,393800,'_wxr_import_has_attachment_refs','1'),(2078,399532,'_menu_item_type','post_type'),(2079,399532,'_menu_item_menu_item_parent','0'),(2080,399532,'_menu_item_object_id','394068'),(2081,399532,'_menu_item_object','page'),(2082,399532,'_menu_item_target',''),(2083,399532,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2084,399532,'_menu_item_xfn',''),(2085,399532,'_menu_item_url',''),(2086,394068,'footnotes',''),(2087,394068,'_et_pb_use_builder','on'),(2088,394068,'_et_gb_content_width',''),(2089,394068,'_et_pb_post_hide_nav','default'),(2090,394068,'_et_pb_page_layout','et_right_sidebar'),(2091,394068,'_et_pb_side_nav','off'),(2092,394068,'_et_pb_built_for_post_type','page'),(2093,394068,'_et_pb_ab_subjects',''),(2094,394068,'_et_pb_enable_shortcode_tracking',''),(2095,394068,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394068\" /]'),(2096,394068,'_et_pb_custom_css',''),(2097,394068,'_et_pb_gutter_width','3'),(2098,394068,'_thumbnail_id','0'),(2099,394068,'_global_colors_info','{}'),(2100,394068,'_et_pb_first_image',''),(2101,394068,'_et_pb_truncate_post',''),(2102,394068,'_et_pb_truncate_post_date',''),(2103,394068,'_et_builder_version','VB|Divi|4.9.4'),(2104,394068,'_et_pb_show_page_creation','off'),(2105,394068,'_et_builder_dynamic_assets_loading_attr_threshold','7'),(2106,394068,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:12:\"et-gf-roboto\";s:91:\"Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2107,394068,'_wxr_import_has_attachment_refs','1'),(2108,399533,'_menu_item_type','post_type'),(2109,399533,'_menu_item_menu_item_parent','0'),(2110,399533,'_menu_item_object_id','394138'),(2111,399533,'_menu_item_object','page'),(2112,399533,'_menu_item_target',''),(2113,399533,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2114,399533,'_menu_item_xfn',''),(2115,399533,'_menu_item_url',''),(2116,394138,'_et_pb_post_hide_nav','default'),(2117,394138,'_et_pb_page_layout','et_right_sidebar'),(2118,394138,'_et_pb_side_nav','off'),(2119,394138,'_et_pb_use_builder','on'),(2120,394138,'_et_gb_content_width',''),(2121,394138,'footnotes',''),(2122,394138,'_et_pb_built_for_post_type','page'),(2123,394138,'_et_pb_ab_subjects',''),(2124,394138,'_et_pb_enable_shortcode_tracking',''),(2125,394138,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394138\" /]'),(2126,394138,'_et_pb_custom_css',''),(2127,394138,'_et_pb_gutter_width','3'),(2128,394138,'_global_colors_info','{}'),(2129,394138,'_et_pb_first_image',''),(2130,394138,'_et_pb_truncate_post',''),(2131,394138,'_et_pb_truncate_post_date',''),(2132,394138,'_et_builder_version','VB|Divi|4.25.1'),(2133,394138,'_et_pb_show_page_creation','off'),(2134,394138,'_wp_page_template','default'),(2135,394138,'_et_pb_old_content',''),(2136,394138,'_thumbnail_id','0'),(2137,394138,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2138,394138,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";s:11:\"et-gf-inter\";s:45:\"Inter:100,200,300,regular,500,600,700,800,900\";s:12:\"et-gf-barlow\";s:133:\"Barlow:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(2139,394138,'_wxr_import_has_attachment_refs','1'),(2140,399534,'_menu_item_type','post_type'),(2141,399534,'_menu_item_menu_item_parent','0'),(2142,399534,'_menu_item_object_id','394166'),(2143,399534,'_menu_item_object','page'),(2144,399534,'_menu_item_target',''),(2145,399534,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2146,399534,'_menu_item_xfn',''),(2147,399534,'_menu_item_url',''),(2148,394166,'_et_pb_post_hide_nav','default'),(2149,394166,'_et_pb_page_layout','et_right_sidebar'),(2150,394166,'_et_pb_side_nav','off'),(2151,394166,'_et_pb_use_builder','on'),(2152,394166,'_et_gb_content_width',''),(2153,394166,'footnotes',''),(2154,394166,'_et_pb_built_for_post_type','page'),(2155,394166,'_et_pb_ab_subjects',''),(2156,394166,'_et_pb_enable_shortcode_tracking',''),(2157,394166,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394166\" /]'),(2158,394166,'_et_pb_custom_css',''),(2159,394166,'_et_pb_gutter_width','3'),(2160,394166,'_thumbnail_id','0'),(2161,394166,'_global_colors_info','{}'),(2162,394166,'_et_pb_first_image',''),(2163,394166,'_et_pb_truncate_post',''),(2164,394166,'_et_pb_truncate_post_date',''),(2165,394166,'_et_builder_version','VB|Divi|4.25.1'),(2166,394166,'_et_pb_show_page_creation','off'),(2167,394166,'_et_builder_dynamic_assets_loading_attr_threshold','14'),(2168,394166,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";s:11:\"et-gf-inter\";s:45:\"Inter:100,200,300,regular,500,600,700,800,900\";s:14:\"et-gf-marmelad\";s:16:\"Marmelad:regular\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(2169,394166,'_wxr_import_has_attachment_refs','1'),(2170,399535,'_menu_item_type','post_type'),(2171,399535,'_menu_item_menu_item_parent','0'),(2172,399535,'_menu_item_object_id','394335'),(2173,399535,'_menu_item_object','page'),(2174,399535,'_menu_item_target',''),(2175,399535,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2176,399535,'_menu_item_xfn',''),(2177,399535,'_menu_item_url',''),(2178,394335,'_et_pb_post_hide_nav','default'),(2179,394335,'_et_pb_page_layout','et_right_sidebar'),(2180,394335,'_et_pb_side_nav','off'),(2181,394335,'_et_pb_use_builder','on'),(2182,394335,'_et_gb_content_width',''),(2183,394335,'footnotes',''),(2184,394335,'_et_pb_built_for_post_type','page'),(2185,394335,'_et_pb_ab_subjects',''),(2186,394335,'_et_pb_enable_shortcode_tracking',''),(2187,394335,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394335\" /]'),(2188,394335,'_et_pb_custom_css',''),(2189,394335,'_et_pb_gutter_width','3'),(2190,394335,'_thumbnail_id','0'),(2191,394335,'_global_colors_info','{}'),(2192,394335,'_et_pb_first_image',''),(2193,394335,'_et_pb_truncate_post',''),(2194,394335,'_et_pb_truncate_post_date',''),(2195,394335,'_et_builder_version','VB|Divi|4.25.1'),(2196,394335,'_et_pb_show_page_creation','off'),(2197,394335,'_et_builder_dynamic_assets_loading_attr_threshold','6'),(2198,394335,'_wxr_import_has_attachment_refs','1'),(2199,399536,'_menu_item_type','post_type'),(2200,399536,'_menu_item_menu_item_parent','0'),(2201,399536,'_menu_item_object_id','394573'),(2202,399536,'_menu_item_object','page'),(2203,399536,'_menu_item_target',''),(2204,399536,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2205,399536,'_menu_item_xfn',''),(2206,399536,'_menu_item_url',''),(2207,394573,'footnotes',''),(2208,394573,'_et_pb_use_builder','on'),(2209,394573,'_et_gb_content_width',''),(2210,394573,'_et_pb_post_hide_nav','default'),(2211,394573,'_et_pb_page_layout','et_right_sidebar'),(2212,394573,'_et_pb_side_nav','off'),(2213,394573,'_et_pb_built_for_post_type','page'),(2214,394573,'_et_pb_ab_subjects',''),(2215,394573,'_et_pb_enable_shortcode_tracking',''),(2216,394573,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394573\" /]'),(2217,394573,'_et_pb_custom_css',''),(2218,394573,'_et_pb_gutter_width','3'),(2219,394573,'_global_colors_info','{}'),(2220,394573,'_et_pb_first_image',''),(2221,394573,'_et_pb_truncate_post',''),(2222,394573,'_et_pb_truncate_post_date',''),(2223,394573,'_et_builder_version','VB|Divi|4.25.1'),(2224,394573,'_et_pb_show_page_creation','off'),(2225,394573,'_et_builder_dynamic_assets_loading_attr_threshold','28'),(2226,394573,'_wp_page_template','default'),(2227,394573,'_et_pb_old_content',''),(2228,394573,'_thumbnail_id','0'),(2229,394573,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(2230,394573,'_wxr_import_has_attachment_refs','1'),(2231,399537,'_menu_item_type','post_type'),(2232,399537,'_menu_item_menu_item_parent','0'),(2233,399537,'_menu_item_object_id','394643'),(2234,399537,'_menu_item_object','page'),(2235,399537,'_menu_item_target',''),(2236,399537,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2237,399537,'_menu_item_xfn',''),(2238,399537,'_menu_item_url',''),(2239,394643,'_et_pb_post_hide_nav','default'),(2240,394643,'_et_pb_page_layout','et_right_sidebar'),(2241,394643,'_et_pb_side_nav','off'),(2242,394643,'_et_pb_use_builder','on'),(2243,394643,'_et_pb_show_page_creation','off'),(2244,394643,'_et_pb_old_content','<!-- wp:divi/placeholder /-->'),(2245,394643,'_et_pb_built_for_post_type','page'),(2246,394643,'_et_pb_ab_subjects',''),(2247,394643,'_et_pb_enable_shortcode_tracking',''),(2248,394643,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394643\" /]'),(2249,394643,'_et_pb_custom_css',''),(2250,394643,'_et_pb_gutter_width','3'),(2251,394643,'_global_colors_info','{}'),(2252,394643,'_et_pb_first_image',''),(2253,394643,'_et_pb_truncate_post',''),(2254,394643,'_et_pb_truncate_post_date',''),(2255,394643,'_et_builder_version','VB|Divi|4.25.1'),(2256,394643,'_et_builder_dynamic_assets_loading_attr_threshold','9'),(2257,394643,'_wp_page_template','default'),(2258,394643,'_thumbnail_id','0'),(2259,394643,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(2260,394643,'_wxr_import_has_attachment_refs','1'),(2261,399538,'_menu_item_type','post_type'),(2262,399538,'_menu_item_menu_item_parent','0'),(2263,399538,'_menu_item_object_id','394680'),(2264,399538,'_menu_item_object','page'),(2265,399538,'_menu_item_target',''),(2266,399538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2267,399538,'_menu_item_xfn',''),(2268,399538,'_menu_item_url',''),(2269,394680,'_et_pb_post_hide_nav','default'),(2270,394680,'_et_pb_page_layout','et_right_sidebar'),(2271,394680,'_et_pb_side_nav','off'),(2272,394680,'_et_pb_use_builder','on'),(2273,394680,'_et_gb_content_width',''),(2274,394680,'footnotes',''),(2275,394680,'_et_pb_built_for_post_type','page'),(2276,394680,'_et_pb_ab_subjects',''),(2277,394680,'_et_pb_enable_shortcode_tracking',''),(2278,394680,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394680\" /]'),(2279,394680,'_et_pb_custom_css',''),(2280,394680,'_et_pb_gutter_width','3'),(2281,394680,'_thumbnail_id','0'),(2282,394680,'_global_colors_info','{}'),(2283,394680,'_et_pb_first_image',''),(2284,394680,'_et_pb_truncate_post',''),(2285,394680,'_et_pb_truncate_post_date',''),(2286,394680,'_et_builder_version','VB|Divi|4.25.1'),(2287,394680,'_et_pb_show_page_creation','off'),(2288,394680,'_wp_page_template','page-template-blank.php'),(2289,394680,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2290,399539,'_menu_item_type','post_type'),(2291,399539,'_menu_item_menu_item_parent','0'),(2292,399539,'_menu_item_object_id','394694'),(2293,399539,'_menu_item_object','page'),(2294,399539,'_menu_item_target',''),(2295,399539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2296,399539,'_menu_item_xfn',''),(2297,399539,'_menu_item_url',''),(2298,394694,'footnotes',''),(2299,394694,'_et_pb_use_builder','on'),(2300,394694,'_et_gb_content_width',''),(2301,394694,'_et_pb_post_hide_nav','default'),(2302,394694,'_et_pb_page_layout','et_right_sidebar'),(2303,394694,'_et_pb_side_nav','off'),(2304,394694,'_et_pb_built_for_post_type','page'),(2305,394694,'_et_pb_ab_subjects',''),(2306,394694,'_et_pb_enable_shortcode_tracking',''),(2307,394694,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394694\" /]'),(2308,394694,'_et_pb_custom_css',''),(2309,394694,'_et_pb_gutter_width','3'),(2310,394694,'_thumbnail_id','0'),(2311,394694,'_global_colors_info','{}'),(2312,394694,'_et_pb_first_image',''),(2313,394694,'_et_pb_truncate_post',''),(2314,394694,'_et_pb_truncate_post_date',''),(2315,394694,'_et_builder_version','VB|Divi|4.25.1'),(2316,394694,'_et_pb_show_page_creation','off'),(2317,394694,'_et_builder_dynamic_assets_loading_attr_threshold','6'),(2318,399540,'_menu_item_type','post_type'),(2319,399540,'_menu_item_menu_item_parent','0'),(2320,399540,'_menu_item_object_id','394877'),(2321,399540,'_menu_item_object','page'),(2322,399540,'_menu_item_target',''),(2323,399540,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2324,399540,'_menu_item_xfn',''),(2325,399540,'_menu_item_url',''),(2326,394877,'_et_pb_post_hide_nav','default'),(2327,394877,'_et_pb_page_layout','et_right_sidebar'),(2328,394877,'_et_pb_side_nav','off'),(2329,394877,'_et_pb_use_builder','on'),(2330,394877,'_et_gb_content_width',''),(2331,394877,'footnotes',''),(2332,394877,'_et_pb_built_for_post_type','page'),(2333,394877,'_et_pb_ab_subjects',''),(2334,394877,'_et_pb_enable_shortcode_tracking',''),(2335,394877,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"394877\" /]'),(2336,394877,'_et_pb_custom_css',''),(2337,394877,'_et_pb_gutter_width','3'),(2338,394877,'_thumbnail_id','0'),(2339,394877,'_global_colors_info','{}'),(2340,394877,'_et_pb_first_image',''),(2341,394877,'_et_pb_truncate_post',''),(2342,394877,'_et_pb_truncate_post_date',''),(2343,394877,'_et_builder_version','VB|Divi|4.25.1'),(2344,394877,'_et_pb_show_page_creation','off'),(2345,394877,'_et_builder_dynamic_assets_loading_attr_threshold','6'),(2346,399541,'_menu_item_type','post_type'),(2347,399541,'_menu_item_menu_item_parent','0'),(2348,399541,'_menu_item_object_id','395099'),(2349,399541,'_menu_item_object','page'),(2350,399541,'_menu_item_target',''),(2351,399541,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2352,399541,'_menu_item_xfn',''),(2353,399541,'_menu_item_url',''),(2354,395099,'footnotes',''),(2355,395099,'_et_pb_use_builder','on'),(2356,395099,'_et_gb_content_width',''),(2357,395099,'_et_pb_post_hide_nav','default'),(2358,395099,'_et_pb_page_layout','et_right_sidebar'),(2359,395099,'_et_pb_side_nav','off'),(2360,395099,'_et_pb_built_for_post_type','page'),(2361,395099,'_et_pb_ab_subjects',''),(2362,395099,'_et_pb_enable_shortcode_tracking',''),(2363,395099,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"395099\" /]'),(2364,395099,'_et_pb_custom_css',''),(2365,395099,'_et_pb_gutter_width','3'),(2366,395099,'_global_colors_info','{}'),(2367,395099,'_et_pb_first_image',''),(2368,395099,'_et_pb_truncate_post',''),(2369,395099,'_et_pb_truncate_post_date',''),(2370,395099,'_et_builder_version','VB|Divi|4.25.1'),(2371,395099,'_et_pb_show_page_creation','off'),(2372,395099,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(2373,395099,'_wp_page_template','page-template-blank.php'),(2374,395099,'_et_pb_old_content',''),(2375,395099,'_thumbnail_id','0'),(2376,395099,'_wxr_import_has_attachment_refs','1'),(2377,399542,'_menu_item_type','post_type'),(2378,399542,'_menu_item_menu_item_parent','0'),(2379,399542,'_menu_item_object_id','395381'),(2380,399542,'_menu_item_object','page'),(2381,399542,'_menu_item_target',''),(2382,399542,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2383,399542,'_menu_item_xfn',''),(2384,399542,'_menu_item_url',''),(2385,395381,'_et_pb_post_hide_nav','default'),(2386,395381,'_et_pb_page_layout','et_right_sidebar'),(2387,395381,'_et_pb_side_nav','off'),(2388,395381,'_et_pb_use_builder','on'),(2389,395381,'_et_pb_show_page_creation','off'),(2390,395381,'_et_pb_old_content','<!-- wp:divi/placeholder /-->'),(2391,395381,'_et_pb_built_for_post_type','page'),(2392,395381,'_et_pb_ab_subjects',''),(2393,395381,'_et_pb_enable_shortcode_tracking',''),(2394,395381,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"395381\" /]'),(2395,395381,'_et_pb_custom_css',''),(2396,395381,'_et_pb_gutter_width','3'),(2397,395381,'_global_colors_info','{}'),(2398,395381,'_et_pb_first_image',''),(2399,395381,'_et_pb_truncate_post',''),(2400,395381,'_et_pb_truncate_post_date',''),(2401,395381,'_et_builder_version','VB|Divi|4.25.1'),(2402,395381,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(2403,395381,'_wp_page_template','page-template-blank.php'),(2404,395381,'_thumbnail_id','0'),(2405,395381,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:4:{s:15:\"et-gf-marcellus\";s:17:\"Marcellus:regular\";s:13:\"et-gf-dm-sans\";s:50:\"DM+Sans:regular,italic,500,500italic,700,700italic\";s:12:\"et-gf-roboto\";s:91:\"Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic\";s:12:\"et-gf-barlow\";s:133:\"Barlow:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":0,\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),(2406,399543,'_menu_item_type','post_type'),(2407,399543,'_menu_item_menu_item_parent','0'),(2408,399543,'_menu_item_object_id','395473'),(2409,399543,'_menu_item_object','page'),(2410,399543,'_menu_item_target',''),(2411,399543,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2412,399543,'_menu_item_xfn',''),(2413,399543,'_menu_item_url',''),(2414,395473,'_et_pb_post_hide_nav','default'),(2415,395473,'_et_pb_page_layout','et_right_sidebar'),(2416,395473,'_et_pb_side_nav','off'),(2417,395473,'_et_pb_use_builder','on'),(2418,395473,'_et_gb_content_width',''),(2419,395473,'footnotes',''),(2420,395473,'_et_pb_built_for_post_type','page'),(2421,395473,'_et_pb_ab_subjects',''),(2422,395473,'_et_pb_enable_shortcode_tracking',''),(2423,395473,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"395473\" /]'),(2424,395473,'_et_pb_custom_css',''),(2425,395473,'_et_pb_gutter_width','3'),(2426,395473,'_global_colors_info','{}'),(2427,395473,'_et_pb_first_image',''),(2428,395473,'_et_pb_truncate_post',''),(2429,395473,'_et_pb_truncate_post_date',''),(2430,395473,'_et_builder_version','VB|Divi|4.9.4'),(2431,395473,'_et_pb_show_page_creation','off'),(2432,395473,'_wp_page_template','default'),(2433,395473,'_et_pb_old_content',''),(2434,395473,'_thumbnail_id','0'),(2435,395473,'_et_builder_dynamic_assets_loading_attr_threshold','7'),(2436,395473,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:4:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:12:\"et-gf-roboto\";s:91:\"Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic\";s:18:\"et-gf-josefin-sans\";s:111:\"Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic\";s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2437,395473,'_wxr_import_has_attachment_refs','1'),(2438,399544,'_menu_item_type','post_type'),(2439,399544,'_menu_item_menu_item_parent','0'),(2440,399544,'_menu_item_object_id','395651'),(2441,399544,'_menu_item_object','page'),(2442,399544,'_menu_item_target',''),(2443,399544,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2444,399544,'_menu_item_xfn',''),(2445,399544,'_menu_item_url',''),(2446,395651,'_et_pb_post_hide_nav','default'),(2447,395651,'_et_pb_page_layout','et_right_sidebar'),(2448,395651,'_et_pb_side_nav','off'),(2449,395651,'_et_pb_use_builder','on'),(2450,395651,'_et_gb_content_width',''),(2451,395651,'footnotes',''),(2452,395651,'_et_pb_built_for_post_type','page'),(2453,395651,'_et_pb_ab_subjects',''),(2454,395651,'_et_pb_enable_shortcode_tracking',''),(2455,395651,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"395651\" /]'),(2456,395651,'_et_pb_custom_css',''),(2457,395651,'_et_pb_gutter_width','3'),(2458,395651,'_thumbnail_id','0'),(2459,395651,'_global_colors_info','{}'),(2460,395651,'_et_pb_first_image',''),(2461,395651,'_et_pb_truncate_post',''),(2462,395651,'_et_pb_truncate_post_date',''),(2463,395651,'_et_builder_version','VB|Divi|4.25.1'),(2464,395651,'_et_pb_show_page_creation','off'),(2465,395651,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(2466,395657,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(2467,395657,'_et_pb_use_builder','on'),(2468,395657,'_et_pb_show_page_creation','off'),(2469,395657,'_et_pb_old_content','<!-- wp:woocommerce/cart -->\r\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\r\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\r\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\r\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\r\n<!-- /wp:woocommerce/cart-line-items-block -->\r\n\r\n<!-- wp:woocommerce/cart-cross-sells-block -->\r\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\r\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested inโฆ</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\r\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\r\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\r\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\r\n<!-- /wp:woocommerce/cart-items-block -->\r\n\r\n<!-- wp:woocommerce/cart-totals-block -->\r\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\r\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\r\n\r\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\r\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\r\n\r\n<!-- wp:woocommerce/cart-order-summary-subtotal-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\r\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\r\n\r\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\r\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\r\n\r\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\r\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\r\n\r\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\r\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\r\n\r\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\r\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\r\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\r\n<!-- /wp:woocommerce/cart-order-summary-block -->\r\n\r\n<!-- wp:woocommerce/cart-express-payment-block -->\r\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\r\n<!-- /wp:woocommerce/cart-express-payment-block -->\r\n\r\n<!-- wp:woocommerce/proceed-to-checkout-block -->\r\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\r\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\r\n\r\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\r\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\r\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\r\n<!-- /wp:woocommerce/cart-totals-block --></div>\r\n<!-- /wp:woocommerce/filled-cart-block -->\r\n\r\n<!-- wp:woocommerce/empty-cart-block -->\r\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\r\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\r\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\r\n<!-- /wp:separator -->\r\n\r\n<!-- wp:heading {\"textAlign\":\"center\"} -->\r\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\r\n<!-- /wp:woocommerce/empty-cart-block --></div>\r\n<!-- /wp:woocommerce/cart -->'),(2470,395657,'_et_pb_built_for_post_type','page'),(2471,395657,'_et_pb_ab_subjects',''),(2472,395657,'_et_pb_enable_shortcode_tracking',''),(2473,395657,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"395657\" /]'),(2474,395657,'_et_pb_custom_css',''),(2475,395657,'_et_pb_gutter_width','3'),(2476,395657,'_global_colors_info','{}'),(2477,395657,'_et_pb_first_image',''),(2478,395657,'_et_pb_truncate_post',''),(2479,395657,'_et_pb_truncate_post_date',''),(2480,395657,'_et_builder_version','VB|Divi|4.25.1'),(2481,395657,'_et_pb_woo_page_content_status','modified'),(2482,395657,'_wp_page_template','default'),(2483,395657,'_et_pb_post_hide_nav','default'),(2484,395657,'_et_pb_page_layout','et_right_sidebar'),(2485,395657,'_et_pb_side_nav','off'),(2486,395658,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(2487,395658,'_et_pb_use_builder','on'),(2488,395658,'_et_pb_show_page_creation','off'),(2489,395658,'_et_pb_old_content','<!-- wp:woocommerce/checkout -->\r\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-fields-block -->\r\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\r\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\r\n<!-- /wp:woocommerce/checkout-express-payment-block -->\r\n\r\n<!-- wp:woocommerce/checkout-contact-information-block -->\r\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\r\n<!-- /wp:woocommerce/checkout-contact-information-block -->\r\n\r\n<!-- wp:woocommerce/checkout-shipping-method-block -->\r\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\r\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\r\n\r\n<!-- wp:woocommerce/checkout-pickup-options-block -->\r\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\r\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\r\n\r\n<!-- wp:woocommerce/checkout-shipping-address-block -->\r\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\r\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\r\n\r\n<!-- wp:woocommerce/checkout-billing-address-block -->\r\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\r\n<!-- /wp:woocommerce/checkout-billing-address-block -->\r\n\r\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\r\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\r\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\r\n\r\n<!-- wp:woocommerce/checkout-payment-block -->\r\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\r\n<!-- /wp:woocommerce/checkout-payment-block -->\r\n\r\n<!-- wp:woocommerce/checkout-order-note-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-note-block -->\r\n\r\n<!-- wp:woocommerce/checkout-terms-block -->\r\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\r\n<!-- /wp:woocommerce/checkout-terms-block -->\r\n\r\n<!-- wp:woocommerce/checkout-actions-block -->\r\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\r\n<!-- /wp:woocommerce/checkout-actions-block --></div>\r\n<!-- /wp:woocommerce/checkout-fields-block -->\r\n\r\n<!-- wp:woocommerce/checkout-totals-block -->\r\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\r\n\r\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\r\n\r\n<!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\r\n\r\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\r\n\r\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\r\n\r\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\r\n\r\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\r\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\r\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\r\n<!-- /wp:woocommerce/checkout-totals-block --></div>\r\n<!-- /wp:woocommerce/checkout -->'),(2490,395658,'_et_pb_built_for_post_type','page'),(2491,395658,'_et_pb_ab_subjects',''),(2492,395658,'_et_pb_enable_shortcode_tracking',''),(2493,395658,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"395658\" /]'),(2494,395658,'_et_pb_custom_css',''),(2495,395658,'_et_pb_gutter_width','3'),(2496,395658,'_global_colors_info','{}'),(2497,395658,'_et_pb_first_image',''),(2498,395658,'_et_pb_truncate_post',''),(2499,395658,'_et_pb_truncate_post_date',''),(2500,395658,'_et_builder_version','VB|Divi|4.25.1'),(2501,395658,'_et_pb_woo_page_content_status','modified'),(2502,395658,'_wp_page_template','default'),(2503,395658,'_et_pb_post_hide_nav','default'),(2504,395658,'_et_pb_page_layout','et_right_sidebar'),(2505,395658,'_et_pb_side_nav','off'),(2506,395659,'_et_pb_use_builder','on'),(2507,395659,'_et_pb_show_page_creation','off'),(2508,395659,'_et_pb_old_content','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->'),(2509,395659,'_et_pb_built_for_post_type','page'),(2510,395659,'_et_pb_ab_subjects',''),(2511,395659,'_et_pb_enable_shortcode_tracking',''),(2512,395659,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"395659\" /]'),(2513,395659,'_et_pb_custom_css',''),(2514,395659,'_et_pb_gutter_width','3'),(2515,395659,'_global_colors_info','{}'),(2516,395659,'_et_pb_first_image',''),(2517,395659,'_et_pb_truncate_post',''),(2518,395659,'_et_pb_truncate_post_date',''),(2519,395659,'_et_builder_version','VB|Divi|4.23'),(2520,395659,'_wp_page_template','default'),(2521,395659,'_et_pb_post_hide_nav','default'),(2522,395659,'_et_pb_page_layout','et_right_sidebar'),(2523,395659,'_et_pb_side_nav','off'),(2524,399545,'_menu_item_type','post_type'),(2525,399545,'_menu_item_menu_item_parent','0'),(2526,399545,'_menu_item_object_id','396653'),(2527,399545,'_menu_item_object','page'),(2528,399545,'_menu_item_target',''),(2529,399545,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2530,399545,'_menu_item_xfn',''),(2531,399545,'_menu_item_url',''),(2532,396653,'_wp_page_template','page-template-blank.php'),(2533,396653,'_et_pb_post_hide_nav','default'),(2534,396653,'_et_pb_page_layout','et_right_sidebar'),(2535,396653,'_et_pb_side_nav','off'),(2536,396653,'_et_pb_use_builder','on'),(2537,396653,'_et_pb_first_image',''),(2538,396653,'_et_pb_truncate_post',''),(2539,396653,'_et_pb_truncate_post_date',''),(2540,396653,'_et_pb_old_content',''),(2541,396653,'_et_pb_built_for_post_type','page'),(2542,396653,'_et_pb_ab_subjects',''),(2543,396653,'_et_pb_enable_shortcode_tracking',''),(2544,396653,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396653\" /]'),(2545,396653,'_et_pb_custom_css',''),(2546,396653,'_et_pb_gutter_width','3'),(2547,396653,'_global_colors_info','{}'),(2548,396653,'_et_builder_version','VB|Divi|4.25.1'),(2549,396653,'_et_pb_show_page_creation','off'),(2550,396653,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(2551,396653,'_thumbnail_id','0'),(2552,399546,'_menu_item_type','post_type'),(2553,399546,'_menu_item_menu_item_parent','0'),(2554,399546,'_menu_item_object_id','396680'),(2555,399546,'_menu_item_object','page'),(2556,399546,'_menu_item_target',''),(2557,399546,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2558,399546,'_menu_item_xfn',''),(2559,399546,'_menu_item_url',''),(2560,396680,'_wp_page_template','default'),(2561,396680,'_et_pb_post_hide_nav','default'),(2562,396680,'_et_pb_page_layout','et_right_sidebar'),(2563,396680,'_et_pb_side_nav','off'),(2564,396680,'_et_pb_use_builder','on'),(2565,396680,'_et_pb_first_image',''),(2566,396680,'_et_pb_truncate_post',''),(2567,396680,'_et_pb_truncate_post_date',''),(2568,396680,'_et_pb_old_content',''),(2569,396680,'_et_pb_built_for_post_type','page'),(2570,396680,'_et_pb_ab_subjects',''),(2571,396680,'_et_pb_enable_shortcode_tracking',''),(2572,396680,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396680\" /]'),(2573,396680,'_et_pb_custom_css',''),(2574,396680,'_et_pb_gutter_width','3'),(2575,396680,'_global_colors_info','{}'),(2576,396680,'_et_builder_version','VB|Divi|4.25.1'),(2577,396680,'_et_pb_show_page_creation','off'),(2578,396680,'_thumbnail_id','0'),(2579,396680,'_et_builder_dynamic_assets_loading_attr_threshold','5'),(2580,396686,'_et_pb_post_hide_nav','default'),(2581,396686,'_et_pb_project_nav','off'),(2582,396686,'_et_pb_page_layout','et_no_sidebar'),(2583,396686,'_et_pb_side_nav','off'),(2584,396686,'_et_pb_use_builder','on'),(2585,396686,'_et_pb_first_image',''),(2586,396686,'_et_pb_truncate_post',''),(2587,396686,'_et_pb_truncate_post_date',''),(2588,396686,'_et_pb_old_content',''),(2589,396686,'_wp_old_slug','portfolio-1'),(2590,396686,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2591,396686,'_thumbnail_id','397163'),(2592,396686,'_et_pb_built_for_post_type','page'),(2593,396686,'_et_pb_ab_subjects',''),(2594,396686,'_et_pb_enable_shortcode_tracking',''),(2595,396686,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396686\" /]'),(2596,396686,'_et_pb_custom_css',''),(2597,396686,'_et_pb_gutter_width','3'),(2598,396686,'_global_colors_info','{}'),(2599,396686,'_et_builder_version','VB|Divi|4.25.1'),(2600,396686,'_et_pb_show_page_creation','off'),(2601,396686,'_wxr_import_has_attachment_refs','1'),(2602,396690,'_et_pb_post_hide_nav','default'),(2603,396690,'_et_pb_project_nav','off'),(2604,396690,'_et_pb_page_layout','et_right_sidebar'),(2605,396690,'_et_pb_side_nav','off'),(2606,396690,'_et_pb_use_builder','on'),(2607,396690,'_et_pb_first_image',''),(2608,396690,'_et_pb_truncate_post',''),(2609,396690,'_et_pb_truncate_post_date',''),(2610,396690,'_et_pb_old_content',''),(2611,396690,'_et_pb_built_for_post_type','page'),(2612,396690,'_et_pb_ab_subjects',''),(2613,396690,'_et_pb_enable_shortcode_tracking',''),(2614,396690,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396690\" /]'),(2615,396690,'_et_pb_custom_css',''),(2616,396690,'_et_pb_gutter_width','3'),(2617,396690,'_global_colors_info','{}'),(2618,396690,'_et_builder_version','VB|Divi|4.25.1'),(2619,396690,'_et_pb_show_page_creation','off'),(2620,396690,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2621,396690,'_thumbnail_id','397165'),(2622,396690,'_wxr_import_has_attachment_refs','1'),(2623,396699,'_et_pb_post_hide_nav','default'),(2624,396699,'_et_pb_project_nav','off'),(2625,396699,'_et_pb_page_layout','et_right_sidebar'),(2626,396699,'_et_pb_side_nav','off'),(2627,396699,'_et_pb_use_builder','on'),(2628,396699,'_et_pb_first_image',''),(2629,396699,'_et_pb_truncate_post',''),(2630,396699,'_et_pb_truncate_post_date',''),(2631,396699,'_et_pb_old_content',''),(2632,396699,'_et_pb_built_for_post_type','page'),(2633,396699,'_et_pb_ab_subjects',''),(2634,396699,'_et_pb_enable_shortcode_tracking',''),(2635,396699,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396699\" /]'),(2636,396699,'_et_pb_custom_css',''),(2637,396699,'_et_pb_gutter_width','3'),(2638,396699,'_global_colors_info','{}'),(2639,396699,'_et_builder_version','VB|Divi|4.25.1'),(2640,396699,'_et_pb_show_page_creation','off'),(2641,396699,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2642,396699,'_thumbnail_id','399485'),(2643,396699,'_wxr_import_has_attachment_refs','1'),(2644,396716,'_et_pb_post_hide_nav','default'),(2645,396716,'_et_pb_project_nav','off'),(2646,396716,'_et_pb_page_layout','et_right_sidebar'),(2647,396716,'_et_pb_side_nav','off'),(2648,396716,'_et_pb_use_builder','on'),(2649,396716,'_et_pb_first_image',''),(2650,396716,'_et_pb_truncate_post',''),(2651,396716,'_et_pb_truncate_post_date',''),(2652,396716,'_et_pb_old_content',''),(2653,396716,'_et_pb_built_for_post_type','page'),(2654,396716,'_et_pb_ab_subjects',''),(2655,396716,'_et_pb_enable_shortcode_tracking',''),(2656,396716,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396716\" /]'),(2657,396716,'_et_pb_custom_css',''),(2658,396716,'_et_pb_gutter_width','3'),(2659,396716,'_global_colors_info','{}'),(2660,396716,'_et_builder_version','VB|Divi|4.25.1'),(2661,396716,'_et_pb_show_page_creation','off'),(2662,396716,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2663,396716,'_thumbnail_id','398423'),(2664,396716,'_wxr_import_has_attachment_refs','1'),(2665,396721,'_et_pb_post_hide_nav','default'),(2666,396721,'_et_pb_project_nav','off'),(2667,396721,'_et_pb_page_layout','et_right_sidebar'),(2668,396721,'_et_pb_side_nav','off'),(2669,396721,'_et_pb_use_builder','on'),(2670,396721,'_et_pb_first_image',''),(2671,396721,'_et_pb_truncate_post',''),(2672,396721,'_et_pb_truncate_post_date',''),(2673,396721,'_et_pb_old_content',''),(2674,396721,'_et_pb_built_for_post_type','page'),(2675,396721,'_et_pb_ab_subjects',''),(2676,396721,'_et_pb_enable_shortcode_tracking',''),(2677,396721,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396721\" /]'),(2678,396721,'_et_pb_custom_css',''),(2679,396721,'_et_pb_gutter_width','3'),(2680,396721,'_global_colors_info','{}'),(2681,396721,'_et_builder_version','VB|Divi|4.25.1'),(2682,396721,'_et_pb_show_page_creation','off'),(2683,396721,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2684,396721,'_thumbnail_id','397151'),(2685,396721,'_wxr_import_has_attachment_refs','1'),(2686,396724,'_et_pb_post_hide_nav','default'),(2687,396724,'_et_pb_project_nav','off'),(2688,396724,'_et_pb_page_layout','et_right_sidebar'),(2689,396724,'_et_pb_side_nav','off'),(2690,396724,'_et_pb_use_builder','on'),(2691,396724,'_et_pb_first_image',''),(2692,396724,'_et_pb_truncate_post',''),(2693,396724,'_et_pb_truncate_post_date',''),(2694,396724,'_et_pb_old_content',''),(2695,396724,'_et_pb_built_for_post_type','page'),(2696,396724,'_et_pb_ab_subjects',''),(2697,396724,'_et_pb_enable_shortcode_tracking',''),(2698,396724,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"396724\" /]'),(2699,396724,'_et_pb_custom_css',''),(2700,396724,'_et_pb_gutter_width','3'),(2701,396724,'_global_colors_info','{}'),(2702,396724,'_et_builder_version','VB|Divi|4.25.1'),(2703,396724,'_et_pb_show_page_creation','off'),(2704,396724,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2705,396724,'_thumbnail_id','399498'),(2706,396724,'_wxr_import_has_attachment_refs','1'),(2709,397426,'_thumbnail_id','399498'),(2710,397426,'_et_post_bg_color','#ffffff'),(2711,397426,'_et_post_bg_layout','light'),(2712,397426,'_et_pb_show_title','on'),(2713,397426,'_et_pb_post_hide_nav','default'),(2714,397426,'_et_pb_page_layout','et_right_sidebar'),(2715,397426,'_et_pb_side_nav','off'),(2716,397426,'_et_pb_use_builder',''),(2717,397426,'_et_pb_first_image',''),(2718,397426,'_et_pb_truncate_post',''),(2719,397426,'_et_pb_truncate_post_date',''),(2720,397426,'_et_pb_old_content',''),(2721,397426,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(2722,397426,'_cmplz_scanned_post','1'),(2725,397429,'_thumbnail_id','399491'),(2726,397429,'_et_post_bg_color','#ffffff'),(2727,397429,'_et_post_bg_layout','light'),(2728,397429,'_et_pb_show_title','on'),(2729,397429,'_et_pb_post_hide_nav','default'),(2730,397429,'_et_pb_page_layout','et_right_sidebar'),(2731,397429,'_et_pb_side_nav','off'),(2732,397429,'_et_pb_use_builder',''),(2733,397429,'_et_pb_first_image',''),(2734,397429,'_et_pb_truncate_post',''),(2735,397429,'_et_pb_truncate_post_date',''),(2736,397429,'_et_pb_old_content',''),(2737,397429,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(2738,397429,'_cmplz_scanned_post','1'),(2839,395473,'_aioseo_keywords',''),(2741,397434,'_et_post_bg_color','#ffffff'),(2742,397434,'_et_post_bg_layout','light'),(2743,397434,'_et_pb_show_title','on'),(2744,397434,'_et_pb_post_hide_nav','default'),(2745,397434,'_et_pb_page_layout','et_right_sidebar'),(2746,397434,'_et_pb_side_nav','off'),(2747,397434,'_et_pb_use_builder',''),(2748,397434,'_et_pb_first_image',''),(2749,397434,'_et_pb_truncate_post',''),(2750,397434,'_et_pb_truncate_post_date',''),(2751,397434,'_et_pb_old_content',''),(2752,397434,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(2753,397434,'_thumbnail_id','397151'),(2756,397441,'_thumbnail_id','398430'),(2757,397441,'_et_post_bg_color','#ffffff'),(2758,397441,'_et_post_bg_layout','light'),(2759,397441,'_et_pb_show_title','on'),(2760,397441,'_et_pb_post_hide_nav','default'),(2761,397441,'_et_pb_page_layout','et_right_sidebar'),(2762,397441,'_et_pb_side_nav','off'),(2763,397441,'_et_pb_use_builder','off'),(2764,397441,'_et_pb_first_image',''),(2765,397441,'_et_pb_truncate_post',''),(2766,397441,'_et_pb_truncate_post_date',''),(2767,397441,'_et_pb_old_content',''),(2768,397441,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(2769,397441,'_et_pb_show_page_creation','on'),(2838,395473,'_aioseo_description',NULL),(2772,397443,'_thumbnail_id','398439'),(2773,397443,'_et_post_bg_color','#ffffff'),(2774,397443,'_et_post_bg_layout','light'),(2775,397443,'_et_pb_show_title','on'),(2776,397443,'_et_pb_post_hide_nav','default'),(2777,397443,'_et_pb_page_layout','et_right_sidebar'),(2778,397443,'_et_pb_side_nav','off'),(2779,397443,'_et_pb_use_builder','off'),(2780,397443,'_et_pb_first_image',''),(2781,397443,'_et_pb_truncate_post',''),(2782,397443,'_et_pb_truncate_post_date',''),(2783,397443,'_et_pb_old_content',''),(2784,397443,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(2785,397443,'_wp_old_slug','restoring-your-nervous-system-with-yoga'),(2786,397443,'_et_pb_show_page_creation','on'),(2837,395473,'_aioseo_title',NULL),(2789,397446,'_thumbnail_id','398471'),(2790,397446,'_et_post_bg_color','#ffffff'),(2791,397446,'_et_post_bg_layout','light'),(2792,397446,'_et_pb_show_title','on'),(2793,397446,'_et_pb_post_hide_nav','default'),(2794,397446,'_et_pb_page_layout','et_right_sidebar'),(2795,397446,'_et_pb_side_nav','off'),(2796,397446,'_et_pb_use_builder','off'),(2797,397446,'_et_pb_first_image',''),(2798,397446,'_et_pb_truncate_post',''),(2799,397446,'_et_pb_truncate_post_date',''),(2800,397446,'_et_pb_old_content',''),(2801,397446,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(2802,397446,'_et_pb_show_page_creation','on'),(2803,397446,'_cmplz_scanned_post','1'),(2804,399547,'_menu_item_type','post_type'),(2805,399547,'_menu_item_menu_item_parent','0'),(2806,399547,'_menu_item_object_id','399291'),(2807,399547,'_menu_item_object','page'),(2808,399547,'_menu_item_target',''),(2809,399547,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2810,399547,'_menu_item_xfn',''),(2811,399547,'_menu_item_url',''),(2812,399291,'_wp_page_template','default'),(2813,399291,'_et_pb_post_hide_nav','default'),(2814,399291,'_et_pb_page_layout','et_right_sidebar'),(2815,399291,'_et_pb_side_nav','off'),(2816,399291,'_et_pb_use_builder','on'),(2817,399291,'_et_pb_first_image',''),(2818,399291,'_et_pb_truncate_post',''),(2819,399291,'_et_pb_truncate_post_date',''),(2820,399291,'_et_pb_old_content',''),(2821,399291,'_et_pb_built_for_post_type','page'),(2822,399291,'_et_pb_ab_subjects',''),(2823,399291,'_et_pb_enable_shortcode_tracking',''),(2824,399291,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"399291\" /]'),(2825,399291,'_et_pb_custom_css',''),(2826,399291,'_et_pb_gutter_width','3'),(2827,399291,'_global_colors_info','{}'),(2828,399291,'_et_builder_version','VB|Divi|4.25.1'),(2829,399291,'_et_pb_show_page_creation','off'),(2830,399291,'_et_builder_dynamic_assets_loading_attr_threshold','7'),(2831,399291,'_wxr_import_has_attachment_refs','1'),(2832,6,'_wxr_import_term','a:3:{s:8:\"taxonomy\";s:8:\"wp_theme\";s:4:\"slug\";s:12:\"sophia_theme\";s:4:\"name\";s:12:\"Sophia_Theme\";}'),(2851,399555,'_wp_attached_file','2025/10/WhatsApp-Image-2025-10-22-at-8.20.59-PM.jpeg'),(2852,399555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:1080;s:4:\"file\";s:52:\"2025/10/WhatsApp-Image-2025-10-22-at-8.20.59-PM.jpeg\";s:8:\"filesize\";i:81597;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14052;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4763;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-768x769.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59323;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26598;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86928;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13307;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-1079x675.jpeg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58116;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15385;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23572;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28800;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-980x981.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84873;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.20.59-PM-480x480.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2853,399556,'_wp_attached_file','2025/10/WhatsApp-Image-2025-10-22-at-8.21.02-PM.jpeg'),(2854,399556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:810;s:4:\"file\";s:52:\"2025/10/WhatsApp-Image-2025-10-22-at-8.21.02-PM.jpeg\";s:8:\"filesize\";i:94182;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12598;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-1024x769.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-768x577.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64681;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-599x450.jpeg\";s:5:\"width\";i:599;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42567;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-1000x751.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97821;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18423;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-1079x675.jpeg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105075;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19830;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31610;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38079;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-980x736.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94993;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.02-PM-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2856,399558,'_wp_attached_file','2025/10/WhatsApp-Image-2025-10-22-at-8.21.01-PM.jpeg'),(2857,399558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1079;s:6:\"height\";i:1080;s:4:\"file\";s:52:\"2025/10/WhatsApp-Image-2025-10-22-at-8.21.01-PM.jpeg\";s:8:\"filesize\";i:157711;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21771;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178378;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6391;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-768x769.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113098;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-450x450.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44867;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:54:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171969;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24446;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-1079x675.jpeg\";s:5:\"width\";i:1079;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138020;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43698;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46307;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-980x981.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:981;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167277;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.21.01-PM-480x480.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49784;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2858,399559,'footnotes',''),(2867,399565,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA707508-scaled.jpg\";s:8:\"filesize\";i:343561;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA707508-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52877;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA707508-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA707508-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA707508-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132678;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA707508-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181965;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA707508-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257371;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA707508-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63306;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA707508-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115520;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA707508-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60061;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA707508-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128692;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA707508-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62120;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA707508-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73024;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA707508-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193752;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA707508-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72099;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA707508-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:438976;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA707508-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237000;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"SA707508-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172917;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"SA707508-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86303;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763688531\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA707508.jpg\";}'),(2863,399562,'_wp_attached_file','2025/10/WhatsApp-Image-2025-10-22-at-8.36.15-PM.jpeg'),(2864,399562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1320;s:4:\"file\";s:52:\"2025/10/WhatsApp-Image-2025-10-22-at-8.36.15-PM.jpeg\";s:8:\"filesize\";i:62784;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-245x300.jpeg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7610;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-838x1024.jpeg\";s:5:\"width\";i:838;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50860;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3337;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-768x939.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44347;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-368x450.jpeg\";s:5:\"width\";i:368;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13890;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-818x1000.jpeg\";s:5:\"width\";i:818;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49303;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9270;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45545;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10278;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15698;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16556;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:53:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-980x1198.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:1198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64918;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"WhatsApp-Image-2025-10-22-at-8.36.15-PM-480x587.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20976;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2868,399566,'_wp_attached_file','2026/02/SA707499-scaled.jpg'),(2869,399566,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA707499-scaled.jpg\";s:8:\"filesize\";i:348181;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA707499-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53682;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA707499-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA707499-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47026;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA707499-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134620;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA707499-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184194;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA707499-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260892;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA707499-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64675;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA707499-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117242;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA707499-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59154;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA707499-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126266;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA707499-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA707499-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71079;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA707499-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196196;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA707499-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73131;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA707499-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:429401;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA707499-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239800;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"SA707499-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176072;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"SA707499-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87713;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763688518\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"61\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA707499.jpg\";}'),(2870,399567,'_wp_attached_file','2026/02/SA707498-scaled.jpg'),(2871,399567,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA707498-scaled.jpg\";s:8:\"filesize\";i:340692;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA707498-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57562;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA707498-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA707498-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA707498-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137838;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA707498-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185219;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA707498-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258211;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA707498-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68817;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA707498-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121185;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA707498-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61850;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA707498-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120987;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA707498-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63904;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA707498-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74031;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA707498-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196970;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA707498-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76301;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA707498-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363335;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA707498-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238668;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"SA707498-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177534;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"SA707498-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763688485\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA707498.jpg\";}'),(2872,399568,'_wp_attached_file','2026/02/SA707823-scaled.jpg'),(2873,399568,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA707823-scaled.jpg\";s:8:\"filesize\";i:553703;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA707823-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49676;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA707823-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148284;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA707823-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA707823-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170237;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA707823-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249122;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA707823-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:382867;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA707823-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65238;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA707823-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144076;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA707823-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58257;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA707823-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152386;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA707823-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61907;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA707823-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77191;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA707823-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269517;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA707823-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78090;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA707823-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:719901;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA707823-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345366;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"SA707823-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235052;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"SA707823-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763689569\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA707823.jpg\";}'),(2874,399569,'_wp_attached_file','2026/02/Screenshot-2026-02-02-at-1.33.50-pm.png'),(2875,399569,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:988;s:6:\"height\";i:1310;s:4:\"file\";s:47:\"2026/02/Screenshot-2026-02-02-at-1.33.50-pm.png\";s:8:\"filesize\";i:2376219;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109579;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Screenshot-2026-02-02-at-1.33.50-pm-772x1024.png\";s:5:\"width\";i:772;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1039208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43506;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Screenshot-2026-02-02-at-1.33.50-pm-768x1018.png\";s:5:\"width\";i:768;s:6:\"height\";i:1018;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1027524;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-339x450.png\";s:5:\"width\";i:339;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224674;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:48:\"Screenshot-2026-02-02-at-1.33.50-pm-754x1000.png\";s:5:\"width\";i:754;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:992773;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161611;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-988x675.png\";s:5:\"width\";i:988;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1058878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:182768;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:300241;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:296474;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"Screenshot-2026-02-02-at-1.33.50-pm-980x1299.png\";s:5:\"width\";i:980;s:6:\"height\";i:1299;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1629634;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"Screenshot-2026-02-02-at-1.33.50-pm-480x636.png\";s:5:\"width\";i:480;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422117;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2877,399571,'_wp_attached_file','2026/02/SA708160-scaled.jpg'),(2878,399571,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA708160-scaled.jpg\";s:8:\"filesize\";i:390787;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA708160-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32440;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA708160-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107063;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA708160-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA708160-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124145;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA708160-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185187;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA708160-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281321;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA708160-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43788;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA708160-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103778;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA708160-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34873;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA708160-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88393;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA708160-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36686;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA708160-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45952;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA708160-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200276;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA708160-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52202;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA708160-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324285;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA708160-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763690821\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA708160.jpg\";}'),(2879,399572,'_wp_attached_file','2026/02/SA708372-scaled.jpg'),(2880,399572,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA708372-scaled.jpg\";s:8:\"filesize\";i:396782;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA708372-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43138;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA708372-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109327;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA708372-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36595;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA708372-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123993;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA708372-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177965;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA708372-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272530;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA708372-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53849;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA708372-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106454;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA708372-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46568;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA708372-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104523;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA708372-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49151;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA708372-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58835;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA708372-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA708372-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62908;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA708372-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:493109;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA708372-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763691449\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA708372.jpg\";}'),(2881,399573,'footnotes',''),(2894,399577,'_wp_attached_file','2026/02/SA708132-scaled.jpg'),(2895,399577,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA708132-scaled.jpg\";s:8:\"filesize\";i:374115;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA708132-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57746;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA708132-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132437;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA708132-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA708132-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148050;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA708132-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200136;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA708132-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279571;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA708132-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70601;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA708132-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129510;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA708132-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60476;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA708132-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115133;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA708132-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62621;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA708132-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72130;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA708132-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213251;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA708132-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77612;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA708132-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:413440;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA708132-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763690540\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA708132.jpg\";}'),(2883,394068,'_aioseo_title',NULL),(2884,394068,'_aioseo_description',NULL),(2885,394068,'_aioseo_keywords',''),(2886,394068,'_aioseo_og_title',NULL),(2887,394068,'_aioseo_og_description',NULL),(2888,394068,'_aioseo_og_article_section',NULL),(2889,394068,'_aioseo_og_article_tags',''),(2890,394068,'_aioseo_twitter_title',NULL),(2891,394068,'_aioseo_twitter_description',NULL),(2892,399575,'footnotes',''),(2896,399578,'_wp_attached_file','2026/02/SA708393-scaled.jpg'),(2897,399578,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA708393-scaled.jpg\";s:8:\"filesize\";i:313823;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA708393-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39218;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA708393-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA708393-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA708393-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104867;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA708393-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147240;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA708393-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219692;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA708393-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47889;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA708393-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90186;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA708393-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43104;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA708393-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96924;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA708393-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45187;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA708393-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53824;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA708393-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157916;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA708393-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55384;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA708393-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:455153;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA708393-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199240;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"SA708393-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139388;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763691710\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA708393.jpg\";}'),(2898,399579,'footnotes',''),(2903,399584,'_wp_attached_file','2026/02/SA707580-scaled.jpg'),(2900,399581,'footnotes',''),(2902,399583,'footnotes',''),(2904,399584,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2026/02/SA707580-scaled.jpg\";s:8:\"filesize\";i:421839;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"SA707580-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58615;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"SA707580-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141207;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"SA707580-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"SA707580-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159380;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"SA707580-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220055;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"SA707580-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:314390;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:20:\"SA707580-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72127;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:21:\"SA707580-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137536;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"SA707580-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63047;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"SA707580-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122976;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"SA707580-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65719;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"SA707580-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77005;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"SA707580-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234746;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"SA707580-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82981;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:22:\"SA707580-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:383061;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"SA707580-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763688888\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"SA707580.jpg\";}'),(2907,399586,'_wp_attached_file','2026/02/SA707508-1-scaled.jpg'),(2908,399586,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2026/02/SA707508-1-scaled.jpg\";s:8:\"filesize\";i:343561;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"SA707508-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52877;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"SA707508-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"SA707508-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:46654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"SA707508-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132678;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"SA707508-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181965;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"SA707508-1-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257371;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"SA707508-1-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63306;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:23:\"SA707508-1-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115520;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"SA707508-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60061;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"SA707508-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128692;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"SA707508-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62120;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"SA707508-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73024;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"SA707508-1-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193752;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"SA707508-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72099;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"SA707508-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:438976;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"SA707508-1-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763688531\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"SA707508-1.jpg\";}'),(2909,399587,'footnotes',''),(2910,399588,'footnotes',''),(2911,393800,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:2:{s:22:\"et-gf-playfair-display\";s:101:\"Playfair+Display:regular,500,600,700,800,900,italic,500italic,600italic,700italic,800italic,900italic\";s:12:\"et-gf-roboto\";s:91:\"Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),(2912,399589,'_wp_attached_file','2026/02/SA708227-2-scaled.jpg'),(2913,399589,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2026/02/SA708227-2-scaled.jpg\";s:8:\"filesize\";i:416307;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"SA708227-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32294;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"SA708227-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108921;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"SA708227-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:24954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"SA708227-2-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127586;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"SA708227-2-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191990;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"SA708227-2-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295949;}s:16:\"custom-blog-size\";a:5:{s:4:\"file\";s:22:\"SA708227-2-300x450.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43851;}s:16:\"custom-port-size\";a:5:{s:4:\"file\";s:23:\"SA708227-2-667x1000.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105568;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"SA708227-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34485;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"SA708227-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87129;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"SA708227-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36300;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"SA708227-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44752;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"SA708227-2-1080x1620.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208723;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"SA708227-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51728;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"SA708227-2-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:329026;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"SA708227-2-1280x1920.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267793;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"SA708227-2-980x1470.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180896;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"SA708227-2-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"ILCE-7M4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1763690928\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"SA708227-2.jpg\";}'),(2914,393800,'_aioseo_title',NULL),(2915,393800,'_aioseo_description',NULL),(2916,393800,'_aioseo_keywords',''),(2917,393800,'_aioseo_og_title',NULL),(2918,393800,'_aioseo_og_description',NULL),(2919,393800,'_aioseo_og_article_section',NULL),(2920,393800,'_aioseo_og_article_tags',''),(2921,393800,'_aioseo_twitter_title',NULL),(2922,393800,'_aioseo_twitter_description',NULL),(2923,399592,'footnotes',''),(2925,399594,'footnotes',''); /*!40000 ALTER TABLE `wpln_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_posts` -- DROP TABLE IF EXISTS `wpln_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_posts` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint 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 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint unsigned NOT NULL DEFAULT '0', `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int NOT NULL DEFAULT '0', `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint 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=MyISAM AUTO_INCREMENT=399599 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_posts` -- LOCK TABLES `wpln_posts` WRITE; /*!40000 ALTER TABLE `wpln_posts` DISABLE KEYS */; INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2,1,'2021-04-30 12:04:58','2021-04-30 04:04:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>ย Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out aย <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. </span></p>\n<p><span style=\"font-family: Montserrat;\">Payment for online consults is <strong>required at the time of booking </strong>through online payment system Stripe. Should you need to cancel your booking, the full consult fee will be refunded <span style=\"text-decoration: underline;\"><em>if more than 24 hoursโ notice is provided</em></span>. If you cancel with <span style=\"text-decoration: underline;\"><em>less than 24 hours notice,</em></span> 50% of the consult fee will be taken and the remainder refunded to you. <span style=\"text-decoration: underline;\">No-show online consults will forfeit their full consult fee</span>.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted securely via Cliniko Telehealth - <a href=\"https://help.cliniko.com/en/articles/3843932-telehealth-a-guide-for-patients\"><span style=\"color: #000000;\">please read through this info BEFORE</span></a> your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย <em><u>24 hours notice</u></em>ย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with <em><span style=\"text-decoration: underline;\">less than 24 hours notice,</span></em> you may be charged aย <u>Late Cancellation Fee</u>ย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย <u>after 2 unattended appointmentsยญ</u>ย you will be required to pay theย <u>full session fee</u>ย at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our <span style=\"color: #000000;\"><a href=\"https://verdenaturopathy.com.au/site3/privacy-policy/\" style=\"color: #000000;\">privacy policy</a> </span>for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','publish','closed','closed','','sample-page','','','2021-05-27 14:01:07','2021-05-27 06:01:07','',0,'https://verde.desidrivers.com.au/?page_id=2',0,'page','',0),(3,1,'2021-04-30 12:04:58','2021-04-30 12:04:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<!-- divi:heading -->\n<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>PRIVACY POLICY</strong></span></h1>\n<p>Atย Verde Naturopathy, we are committed to protecting your privacy as a client and an online visitor to our website. We use the information we collect about you to maximize the services that we provide to you. We respect the privacy and confidentiality of the information provided by you and are bound by and adhere to the <em>Privacy Act (1988)</em> and Australian Privacy Principles.</p>\n<h1><strong>INFORMATION WE COLLECT FROM YOU</strong></h1>\n<p>In the course of your visits to our website or use of our Naturopathic services, we may obtain the following information about you: name, company name, email address, telephone number, credit card details, billing address, geographic location, IP address, survey responses, support queries, social media comments and handles (together โPersonal Dataโ). Our services are not directed to persons under 18 and we do not knowingly collect Personal Data from anyone under 18 without parent or guardian consent. If we become aware that a child under 18 has provided us with Personal Data without parent or guardian consent, we will delete that information as quickly as possible. If you are the parent or guardian of a child and you believe they have provided us with Personal Data without your consent, then please contact us. We seek to ensure that the personal information we collect about you is accurate, up-to-date, relevant and complete.To assist us with this, we encourage you to contact us if you believe that any information we hold about you is inaccurate, out of date, incomplete, irrelevant or misleading.</p>\n<h1><strong>HOW WE USE YOUR INFORMATION</strong></h1>\n<p>We collect, hold, use and potentially disclose the information we collect from you for the following purposes; to maintain our business records and run our business, to contact you, for any purpose required or permitted by law, for any purpose you would otherwise reasonably expect, for any purpose disclosed to you and to which you have consented, to provide you with any technical support, to notify you of any updates and offers, to share useful content, to help us measure customer satisfaction, and to provide you with a personalised website experience.</p>\n<p>Marketing communications are only sent to you if you have requested or subscribed to them. You can opt out of our marketing communications at any time by unsubscribing or emailing us - your request will be actioned immediately.</p>\n<p>Any information you choose to make publicly available, such as blog comments will be available for others to see. If you subsequently remove this information, copies may remain viewable in cached and archived pages on other websites or if others have copied or saved the information.</p>\n<h1><strong>STORAGE AND SECURITY OF YOUR INFORMATION</strong></h1>\n<p>We will use all reasonable means to protect the confidentiality of your Personal Data while in our possession or control. All information we receive from you is stored and protected on our secure servers from unauthorized use or access. We hold your personal information in both paper-based and electronic files, in both cases stored securely.ย ย We seek to ensure that your personal information is protected from misuse, interference and loss; and unauthorised access, modification and disclosure. The personal information that we hold is treated as confidential and only accessed when necessary.</p>\n<p>We retain your personal information for as long as needed to provide services to you and as otherwise necessary to comply with our legal obligations, resolve disputes and enforce our agreements. In the event there is a breach of our security and your Personal Data is compromised, we will promptly notify you in compliance with the applicable law.ย </p>\n<h1><strong>SHARING YOUR INFORMATION <span style=\"font-family: \'Playfair Display\';\">WITH</span> THIRD PARTIES</strong></h1>\n<p>We do not and will not sell or deal any Personal Data or any customer information.</p>\n<p>Your Personal Data details are only disclosed to third party suppliers when it is required by law, for goods or services which you have purchased, for payment processing or to protect our copyright, trademarks and other legal rights. To the extent that we do share your Personal Data with a service provider, we would only do so if that party has agreed to comply with our privacy standards as described in this privacy policy and in accordance with applicable law. Our contracts with third parties prohibit them from using any of your Personal Data for any purpose other than that for which it was shared.ย </p>\n<h1><strong>DISCLOSURE OF YOUR INFORMATION</strong></h1>\n<p>We may from time to time need to disclose certain information, which may include your Personal Data, to comply with a legal requirement, such as a law, regulation, court order, subpoena, warrant, in the course of a legal proceeding or in response to a law enforcement agency request. Also, we may use your Personal Data to protect the rights, property or safety ofย Verde Naturopathy, our customers or third parties. If there is a change of control in one of our businesses (whether by merger, sale, transfer of assets or otherwise) customer information, which may include your Personal Data, could be transferred to a purchaser under a confidentiality agreement. We would only disclose your Personal Data in good faith and where required by any of the above circumstances.ย </p>\n<p>From time to time, we may also disclose your Personal Data to others involved in your health care, including doctors and specialists outside Verde Naturopathy, who may be involved in treating you, pathology services, radiology services and in emergency situations. This may occur through referral to other doctors or specialists, or for medical tests and in the reports or results returned to us following the referrals. This will always be in accordance with your consent.</p>\n<p>Typically, we only transfer your personal information overseas with your consent. The country in which the recipient is located is therefore determined by your consent.</p>\n<h1><strong>LINKS TO OTHER WEBSITES</strong></h1>\n<p>This website may contain links to other websites. These links are meant for your convenience only. Links to third party websites do not constitute sponsorship or endorsement or approval of these websites. Please be aware that we are not responsible for the privacy practices of such other websites. We encourage our users to be aware, when they leave our website, to read the privacy statements of each and every website that collects personally identifiable information. This privacy policy applies solely to information collected by this website.</p>\n<h1><strong>CHANGE IN PRIVACY POLICY</strong></h1>\n<p>As we plan to ensure our privacy policy remains current, this policy is subject to change. We may modify this policy at any time, in our sole discretion and all modifications will be effective immediately upon our posting of the modifications on this website. Please return periodically to review our privacy policy.</p>\n<h1><strong>CONTACT US</strong></h1>\n<p>If you have any questions or concerns at any time about our privacy policy or the use of your Personal Data, please contact us atย hello@verdenaturopathy.com.auย </p>\n<h1><strong>PERSONAL AND HEALTH INFORMATION COLLECTION STATEMENTย </strong></h1>\n<p>Verde Naturopathy (โusโ, โweโ, โourโ) only collect the information we need in order to perform our services (โServicesโ). We comply at all times with the Australian Privacy law which regulates how personal information is handled including all your health details which are considered sensitive information (โPersonal Sensitive Informationโ). We will not disclose your Personal Sensitive Information without your consent unless required due to a medical emergency, injury, health risk or similar and we will only do so to a qualified professional who is under the same duty of confidentiality. You may contact us by writing to Melissa Cann, hello@verdenaturopathy.com.au and you have the right to gain access to the information held by Verde Naturopathy about you. Our Privacy Policy on our website contains information on how you may request access to, and correction of, any of the information we hold about you including your Personal Sensitive Information and how you may complain about a breach of your privacy as well as how we will deal with a complaint. By providing us with this Personal Sensitive Information, you acknowledge and agree that the information you are providing to us is true and correct at the time you are providing it to us. You will notify us with any changes and keep it updated on a regular basis while you are using our Services. You can access your Personal Sensitive Information by request at any time. We keep your Personal Sensitive Information secure and do not use it for any purposes unrelated to our Services. From time to time, we may use your Personal Sensitive Information to contact you in relation to information on our Services. You can unsubscribe at any time or advise us that you withdraw your consent to these specific uses and be removed from any further marketing or information we may send.</p>\n<p>Important Note: Our Services are not a substitute for medical doctor attention, treatment, examination, advice or diagnosis. You are responsible for consulting a medical doctor before commencing any new regimes or alterations to your health. You take full responsibility for making the informed decision to use our Services. You hereby agree to irrevocably release and waive any claims you may have now or in the future against us.</p>\n<p><em>Updated May 2021</em></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Privacy Policy','','publish','closed','open','','privacy-policy','','','2021-05-25 21:44:14','2021-05-25 13:44:14','',0,'https://verde.desidrivers.com.au/?page_id=3',0,'page','',0),(41,1,'2021-04-30 20:39:20','2021-04-30 12:39:20','','Standard-01','','inherit','open','closed','','standard-01','','','2021-04-30 20:39:20','2021-04-30 12:39:20','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/Standard-01.jpg',0,'attachment','image/jpeg',0),(42,1,'2021-04-30 20:39:45','2021-04-30 12:39:45','https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01.jpg','cropped-Standard-01.jpg','','inherit','open','closed','','cropped-standard-01-jpg','','','2021-04-30 20:39:45','2021-04-30 12:39:45','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01.jpg',0,'attachment','image/jpeg',0),(16,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"b578756\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"4tj5809\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"\",\"typo\":\",35,,700,,,solid,,,,\",\"align\":\"center\",\"pagelayer-id\":\"d4g9069\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"row_width\":\"70%\",\"fixed_width\":\"70%\",\"fixed_width_tablet\":\"85%\",\"fixed_width_mobile\":\"100%\",\"pagelayer-id\":\"ecg6644\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"col_width\":\"80\",\"col\":\"12\",\"pagelayer-id\":\"xvv8223\"} -->\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"vertical\",\"space_between\":\"15\",\"align\":\"center\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"icon_color_normal\":\"#444444ff\",\"text_color_normal\":\"#444444ff\",\"pagelayer-id\":\"9ol8190\"} -->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"author\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-user-circle\",\"pagelayer-id\":\"wt24734\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"date\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-calendar-alt\",\"date_format\":\"default\",\"pagelayer-id\":\"tsu8531\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"time\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-clock\",\"time_format\":\"default\",\"pagelayer-id\":\"cpd2731\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"comments\",\"info_link\":\"true\",\"info_icon_on\":\"true\",\"info_icon\":\"fas fa-comment\",\"pagelayer-id\":\"bkm9327\"} /-->\n<!-- /wp:pagelayer/pl_post_info -->\n<!-- wp:pagelayer/pl_post_excerpt {\"pe_margin\":\"20px,0px,15px,0px\",\"align\":\"left\",\"color\":\"\",\"pagelayer-id\":\"2e01364\"} /-->\n<!-- wp:pagelayer/pl_featured_img {\"size\":\"full\",\"img_filter\":\"0,100,100,0,0,100,100\",\"caption_color\":\"#0986c0\",\"img_hover_delay\":\"400\",\"custom_size\":\"70%,0%\",\"align\":\"center\",\"pagelayer-id\":\"tgy2127\"} /-->\n<!-- wp:pagelayer/pl_post_content {\"ele_margin\":\"25px,0px,35px,0px\",\"font_size\":\"NaN\",\"pagelayer-id\":\"57m6630\"} /-->\n<!-- wp:pagelayer/pl_post_info {\"layout\":\"horizontal\",\"space_between\":\"5\",\"align\":\"left\",\"icon_colors\":\"normal\",\"text_colors\":\"normal\",\"input_typo\":\",,,,,,Solid,,,,\",\"text_color_normal\":\"#444444ff\",\"pagelayer-id\":\"f8g8666\"} -->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"category\",\"info_before\":\"Category :\",\"pagelayer-id\":\"o6w7833\"} /-->\n<!-- wp:pagelayer/pl_post_info_list {\"type\":\"terms\",\"info_link\":\"true\",\"info_icon_on\":\"\",\"info_icon\":\"fas fa-user-circle\",\"taxonomy\":\"post_tag\",\"info_before\":\"Tags :\",\"pagelayer-id\":\"vhu7667\"} /-->\n<!-- /wp:pagelayer/pl_post_info -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"fixed_width\":\"70%\",\"pagelayer-id\":\"crh5402\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"s713130\"} -->\n<!-- wp:pagelayer/pl_post_nav {\"lables\":\"true\",\"post_title\":\"true\",\"arrows\":\"true\",\"sep_color\":\"#bdbdbd\",\"sep_rotate\":\"20\",\"sep_width\":\"5\",\"prev_label\":\"Previous\",\"next_label\":\"Next\",\"label_colors\":\"normal\",\"title_colors\":\"normal\",\"arrows_list\":\"angle\",\"icon_colors\":\"normal\",\"label_color\":\"#444444ff\",\"title_color\":\"#444444ff\",\"icon_color\":\"#444444ff\",\"pagelayer-id\":\"rbg8363\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"fixed\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"fixed_width\":\"70%\",\"pagelayer-id\":\"eu55280\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"w4o7752\"} -->\n<!-- wp:pagelayer/pl_post_comment {\"comment_skin\":\"theme_comment\",\"post_type\":\"current\",\"post_id\":\"5588\",\"pagelayer-id\":\"nif6720\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Single Template','','publish','closed','closed','','single-template','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=16',0,'pagelayer-template','',0),(17,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#eeaa6dff\",\"ele_padding\":\"60px,0px,60px,0px\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"overlay_transperancy\":\"0.7\",\"overlay_color\":\"#111110fa\",\"ele_bg_img\":\"6\",\"overlay_type\":\"color\",\"pagelayer-id\":\"bhx9125\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"mad7539\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"site_title_style\":\",28,,600,,,Solid,,Uppercase,,\",\"title_color\":\"#ffffffff\",\"logo_img_size\":\"custom\",\"align\":\"left\",\"vertical_align\":\"middle\",\"site_logo\":\"true\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"17\",\"pagelayer-id\":\"gmm4164\"} /-->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\\n\\n\\n\\n\\u003cp\\u003e\\u003cspan\\u003eLorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh. \\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"cq39784\"} --><p><span>Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh. </span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"text\":\"\\n\\n\\n\\n\\u003cp\\u003e\\u003cspan\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra. Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"70g5479\"} --><p><span>Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra. Nibh venenatis cras sed felis eget velit aliquet sagittis.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"left\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"6\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#ffffffff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"ele_bg_hover_delay\":\"400\",\"bg_shape\":\"\",\"bg_size\":\"8\",\"icon_bg_color\":\"#3e8ef700\",\"icon_bg_color_hover\":\" \",\"icon_border_color\":\"#ffffffff\",\"icon_border_width\":\"2,2,2,2\",\"social_hover\":\"\",\"pagelayer-id\":\"1sf6279\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"osv5317\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"xa01420\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-instagram\",\"social_url\":\"https:\\/\\/www.instagram.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"mnh6658\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ck56361\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"hh42096\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-youtube\",\"social_url\":\"https:\\/\\/youtube.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"5fk2559\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"m8s1494\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"left\",\"heading_typo\":\",28,,600,,,Solid,,Uppercase,,\",\"ele_padding\":\"0px,0px,19px,0px\",\"text\":\"\\u003ch4\\u003eGet in Touch\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"j1t6263\"} --><h4>Get in Touch</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_address {\"icon\":\"fas fa-map-marker-alt\",\"ele_bg_hover_delay\":\"400\",\"space\":\"15\",\"color\":\"#ffffffff\",\"icon_color\":\"#ffffffff\",\"pagelayer-id\":\"9rn1391\"} /-->\n<!-- wp:pagelayer/pl_email {\"icon\":\"fas fa-envelope\",\"ele_bg_hover_delay\":\"400\",\"space\":\"15\",\"color\":\"#ffffffff\",\"icon_color\":\"#ffffffff\",\"pagelayer-id\":\"xa51470\"} /-->\n<!-- wp:pagelayer/pl_phone {\"icon\":\"fas fa-phone-alt\",\"ele_bg_hover_delay\":\"400\",\"space\":\"15\",\"icon_color\":\"#ffffffff\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"5fp9526\"} /-->\n<!-- wp:pagelayer/pl_iconbox {\"service_icon\":\"fas fa-fax\",\"service_alignment\":\"left\",\"service_vertical_alignment\":\"top\",\"service_icon_view\":\"default\",\"service_icon_padding\":\"15\",\"service_icon_state\":\"normal\",\"service_icon_color\":\"#ffffffff\",\"service_icon_font_size\":\"20\",\"service_icon_hover_delay\":\"400\",\"service_bor_state\":\"normal\",\"service_heading\":\"044 355 588\",\"service_title_spacing\":\"4,0,10,15\",\"heading_state\":\"normal\",\"service_heading_color\":\"#ffffffff\",\"service_heading_typo\":\",14,,500,,,Solid,,,,\",\"heading_delay\":\"400\",\"service_text_alignment\":\"left\",\"service_btn_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"service_icon_spacing\":\"0,0,0,0\",\"service_text\":\"\",\"heading_alignment\":\"left\",\"pagelayer-id\":\"m2e2175\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"tal1411\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#fbfbfbff\",\"ele_bg_hover_delay\":\"400\",\"align\":\"left\",\"heading_typo\":\",28,,600,,,Solid,,Uppercase,,\",\"ele_padding\":\"0px,0px,19px,0px\",\"text\":\"\\nQuick Links\",\"pagelayer-id\":\"6771572\"} -->Quick Links<!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"left\",\"layout\":\"vertical\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"menu_bg_color_active\":\"\",\"horizontal_padding\":\"5\",\"vertical_padding\":\"3\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#0986c0\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#0986c050\",\"menu_toggle_size\":\"30\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_hover_delay\":\"600\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"submenu_position\":\"left\",\"menu_items_bg\":\"#ffffff\",\"menu_color_active\":\"#efba6cff\",\"submenu_align\":\"left\",\"pagelayer-id\":\"3gx8701\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#ffffffff\",\"pagelayer-id\":\"q4i6655\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"ft23408\"} -->\n<!-- wp:pagelayer/pl_copyright {\"ele_bg_hover_delay\":\"400\",\"color\":\" \",\"align\":\"left\",\"typography\":\",,,,,,Solid,,Uppercase,,\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"copyright_text\":\"\\u00a9 2020 Softino\",\"pagelayer-id\":\"u1c1489\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"0ns1349\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"ele_bg_hover_delay\":\"400\",\"align\":\"right\",\"heading_typo\":\",,,,,,Solid,,Uppercase,,\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"text\":\"Terms and condition\",\"pagelayer-id\":\"7is9751\"} -->Terms and condition<!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Footer','','publish','closed','closed','','footer','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=17',0,'pagelayer-template','',0),(18,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_color\":\"#ffffffff\",\"ele_margin\":\"0%,0%,0%,0%\",\"ele_margin_tablet\":\"0%,0%,0%,0%\",\"ele_margin_mobile\":\"0%,0%,0%,0%\",\"ele_padding\":\"0%,0%,0%,0%\",\"border_width\":\"0px,0px,3px,0px\",\"border_color\":\"#3498dbff\",\"ele_bg_img\":\"6\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#1d2021e0\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"pagelayer-id\":\"wcq1102\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width_tablet\":\"30\",\"pagelayer-id\":\"1o23762\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"yh95948\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width_tablet\":\"30\",\"col_width_mobile\":\"60\",\"col_width\":\"0\",\"hide_desktop\":\"true\",\"pagelayer-id\":\"c4i5588\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_style\":\",22,,400,,,Solid,,Uppercase,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"text-align_tablet\":\"center\",\"text-align_mobile\":\"center\",\"site_logo\":\"true\",\"logo_img_size\":\"custom\",\"align\":\"top\",\"vertical_align\":\"middle\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"10\",\"logo_img_custom_size_tablet\":\"30\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"logo_img_custom_size_mobile\":\"30\",\"hide_desktop\":\"true\",\"ele_css\":\"@media screen and (max-width: 768px){\\n{{element}} .pagelayer-wp-title-align-top{\\ndisplay: flex;\\n}\\n}\",\"pagelayer-id\":\"s659115\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col_width_tablet\":\"70\",\"col_width_mobile\":\"40\",\"col_width\":\"100\",\"pagelayer-id\":\"20q7733\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"center\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"horizontal_padding\":\"20\",\"vertical_padding\":\"14\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#3e8ef7ff\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#eeaa6dff\",\"menu_toggle_size\":\"30\",\"ele_bg_hover_delay\":\"400\",\"submenu_position\":\"left\",\"menu_bg_color_active\":\"\",\"close_hover_delay\":\"600\",\"ele_padding\":\"0px,0px,0px,0px\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"ele_margin\":\"20px,0px,20px,0px\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"menu_items_bg\":\"#070606d8\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_size_tablet\":\"22\",\"menu_toggle_padding_tablet\":\"12\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"menu_posy_mobile\":\"30\",\"menu_width_mobile\":\"60\",\"ele_css\":\"{{element}} .pagelayer-wp_menu-ul a {\\n justify-content: unset !important; }\\n@media screen and (max-width: 768px){\\n.pagelayer-menu-type-dropdown .pagelayer-wp_menu-ul{\\nmargin-top: 60px;\\n}\\n}\",\"menu_width_tablet\":\"60\",\"menu_toggle_size_mobile\":\"22\",\"menu_toggle_align_tablet\":\"right\",\"menu_toggle_align_mobile\":\"right\",\"ele_padding_mobile\":\"0px,0px,0px,0px\",\"ele_margin_mobile\":\"1px,1px,1px,1px\",\"submenu_align\":\"left\",\"pagelayer-id\":\"bwx8299\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_margin_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"u787917\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"r7b7759\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_style\":\",22,,400,,,Solid,,Uppercase,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"text-align_tablet\":\"center\",\"text-align_mobile\":\"center\",\"site_logo\":\"true\",\"logo_img_size\":\"custom\",\"align\":\"top\",\"vertical_align\":\"middle\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"10\",\"logo_img_custom_size_tablet\":\"14\",\"ele_margin_tablet\":\"-50px,0px,0px,0px\",\"logo_img_custom_size_mobile\":\"30\",\"hide_tablet\":\"true\",\"hide_mobile\":\"true\",\"pagelayer-id\":\"9ce3680\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"heading_typo_tablet\":\",40,,,,,Solid,1.5,,,\",\"heading_typo_mobile\":\",25,,,,,Solid,1.6,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_padding_tablet\":\"1px,1px,1px,1px\",\"ele_margin\":\"0em,5em,0em,5em\",\"text\":\"\\u003ch2\\u003eLet\'s enjoy the wonders of \\u003cspan style=\\u0022color: #EFBA6C\\u0022\\u003enature\\u003c\\/span\\u003e\\u003c\\/h2\\u003e\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"qq94916\"} --><h2>Let\'s enjoy the wonders of <span style=\"color: #EFBA6C\">nature</span></h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"ele_css\":\"{{element}} .pagelayer-heading-holder{\\nletter-spacing: 30px;\\n}\",\"ele_margin\":\"-10em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"2px,2px,2px,2px\",\"ele_margin_mobile\":\"1px,1px,1px,1px\",\"text\":\"\\u003ch1\\u003eTravel\\u003c\\/h1\\u003e\",\"pagelayer-id\":\"2tn2581\"} --><h1>Travel</h1><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"m368984\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"ng01904\"} -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"ugs9620\"} -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003e\\u003cspan style=\\u0022font-size: 16px\\u0022\\u003eLorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"f3y8092\"} --><p style=\"text-align: center\"><span style=\"font-size: 16px\">Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"2\",\"pagelayer-id\":\"k5d7203\"} -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"50\",\"icon_size\":\"25\",\"color_scheme\":\"\",\"icon_color\":\"#ffffffff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"ele_bg_hover_delay\":\"400\",\"icon_spacing_tablet\":\"30\",\"icon_spacing_mobile\":\"10\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"47a3125\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"uyy8241\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"idq2225\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-instagram\",\"social_url\":\"https:\\/\\/www.instagram.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"s3t3042\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-pinterest-p\",\"social_url\":\"https:\\/\\/pinterest.com\\/sitepad\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"w372035\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Home Header','','publish','closed','closed','','home-header','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=18',0,'pagelayer-template','',0),(19,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"column_pos\":\"default\",\"content_pos\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"\",\"ele_bg_color\":\"#ffffffff\",\"ele_margin\":\"0%,0%,0%,0%\",\"ele_margin_tablet\":\"0%,0%,0%,0%\",\"ele_margin_mobile\":\"0%,0%,0%,0%\",\"ele_padding\":\"0%,0%,0%,0%\",\"border_width\":\"0px,0px,3px,0px\",\"border_color\":\"#3498dbff\",\"overlay_type\":\"color\",\"overlay_transperancy\":\"0.5\",\"overlay_color\":\"#1d2021e0\",\"ele_bg_img\":\"\",\"ele_zindex\":\"5\",\"ele_sticky_pos\":\"top\",\"ele_sticky_on\":\"desktop\",\"pagelayer-id\":\"gd37640\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width_tablet\":\"30\",\"col_width_mobile\":\"50\",\"col_width\":\"30\",\"pagelayer-id\":\"uvj4753\"} -->\n<!-- wp:pagelayer/pl_wp_title {\"site_name\":\"Tripo\",\"site_title_style\":\",26,,400,,,Solid,,Uppercase,,\",\"site_title_state\":\"normal\",\"text-align\":\"center\",\"ele_bg_hover_delay\":\"400\",\"title_color\":\"#ffffffff\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"text-align_tablet\":\"center\",\"text-align_mobile\":\"center\",\"site_logo\":\"true\",\"logo_img_size\":\"custom\",\"align\":\"left\",\"vertical_align\":\"middle\",\"logo_img_type\":\"custom-logo\",\"logo_img\":\"15\",\"logo_img_custom_size\":\"20\",\"logo_img_custom_size_tablet\":\"32\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"logo_img_custom_size_mobile\":\"30\",\"pagelayer-id\":\"6fk8126\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"content_pos\":\"center\",\"col_width_tablet\":\"70\",\"col_width_mobile\":\"30\",\"col_width\":\"70\",\"pagelayer-id\":\"hh33089\"} -->\n<!-- wp:pagelayer/pl_wp_menu {\"nav_list\":\"2\",\"align\":\"right\",\"layout\":\"horizontal\",\"pointer\":\"\",\"m_animation\":\"slide\",\"list_style\":\"none\",\"submenu_ind\":\"caret-down\",\"menu_bg_color_hover\":\"\",\"horizontal_padding\":\"20\",\"vertical_padding\":\"14\",\"submenu_color\":\"#ffffff\",\"submenu_bg_color\":\"#3e8ef7ff\",\"submenu_horizontal_padding\":\"10\",\"submenu_vertical_padding\":\"10\",\"submenu_left_margin\":\"10\",\"menu_toggle_align\":\"center\",\"menu_toggle_bg_color\":\"#eeaa6dff\",\"menu_toggle_size\":\"30\",\"ele_bg_hover_delay\":\"400\",\"submenu_position\":\"left\",\"menu_bg_color_active\":\"\",\"close_hover_delay\":\"600\",\"ele_padding\":\"0px,0px,0px,0px\",\"ele_align\":\"margin\",\"ele_height\":\"auto\",\"align_tablet\":\"center\",\"align_mobile\":\"center\",\"ele_margin\":\"0px,0px,0px,0px\",\"slide_style\":\"pagelayer-wp_menu-right\",\"menu_width\":\"30\",\"menu_items_width\":\"100\",\"menu_posy\":\"8\",\"menu_bg\":\"color\",\"close_size\":\"25\",\"close_padding\":\"8\",\"close_color\":\"#ffffff68\",\"close_bg_color\":\"#00000036\",\"close_color_hover\":\"#ffffff\",\"close_bg_color_hover\":\"#000000\",\"menu_items_bg\":\"#070606d8\",\"drop_breakpoint\":\"tablet\",\"menu_toggle_size_tablet\":\"22\",\"menu_toggle_padding_tablet\":\"12\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"menu_posy_mobile\":\"30\",\"menu_width_mobile\":\"60\",\"ele_css\":\"{{element}} .pagelayer-wp_menu-ul a {\\n justify-content: unset !important; }\\n@media screen and (max-width: 768px){\\n.pagelayer-menu-type-dropdown .pagelayer-wp_menu-ul{\\nmargin-top: 60px;\\n}\\n}\",\"menu_width_tablet\":\"60\",\"menu_toggle_align_tablet\":\"right\",\"menu_toggle_align_mobile\":\"right\",\"menu_toggle_size_mobile\":\"22\",\"submenu_align\":\"left\",\"menu_colors\":\"active\",\"pagelayer-id\":\"03x9948\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Header','','publish','closed','closed','','header','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=19',0,'pagelayer-template','',0),(20,0,'2021-04-30 12:05:05','2021-04-30 12:05:05','<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"rxt9000\"} -->\n<!-- wp:pagelayer/pl_col {\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"8cb2839\"} -->\n<!-- wp:pagelayer/pl_archive_title {\"align\":\"left\",\"typo\":\",,,,,,Solid,,,,\",\"ele_margin\":\"0px,0px,18px,0px\",\"font_size\":\"28\",\"pagelayer-id\":\"jwm8663\"} /-->\n<!-- wp:pagelayer/pl_archive_posts {\"type\":\"default\",\"columns\":\"3\",\"columns_mobile\":\"1\",\"col_gap\":\"20\",\"row_gap\":\"40\",\"data_padding\":\"5,5,5,5\",\"bg_color\":\"#ffffff\",\"show_thumb\":\"true\",\"show_title\":\"true\",\"meta\":\"author,date,comments\",\"meta_sep\":\"|\",\"show_content\":\"excerpt\",\"content_color\":\"#121212\",\"content_align\":\"left\",\"pagination\":\"number_prev_next\",\"thumb_size\":\"medium_large\",\"ratio\":\"0.7\",\"title_color\":\"#efba6cff\",\"title_typo\":\",18,,,,,Solid,1.6,,,\",\"exc_length\":\"10\",\"pagi_prev_text\":\"Previous\",\"pagi_next_text\":\"Next\",\"pagi_end_size\":\"1\",\"pagi_mid_size\":\"2\",\"pagi_align\":\"center\",\"columns_tablet\":\"1\",\"meta_color\":\"#444444ff\",\"pagelayer-id\":\"bl74343\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->','Blog Template','','publish','closed','closed','','blog-template','','','2021-04-30 12:05:05','2021-04-30 12:05:05','',0,'https://verde.desidrivers.com.au/?p=20',0,'pagelayer-template','',0),(317,1,'2021-06-04 20:45:05','2021-06-04 12:45:05','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\" border_radii=\"off||||\" module_alignment=\"center\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"|0px||0px|false|false\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#ffffff\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-06-04 20:45:05','2021-06-04 12:45:05','',28,'https://verdenaturopathy.com.au/site3/?p=317',0,'revision','',0),(25,0,'2021-04-30 12:05:06','2021-04-30 12:05:06','','Blog','','publish','closed','closed','','blog','','','2021-04-30 12:05:06','2021-04-30 12:05:06','',0,'https://verde.desidrivers.com.au/blog/',0,'page','',0),(26,1,'2021-04-30 12:05:06','2021-04-30 04:05:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Let\'s connect.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only)ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact','','','2025-10-20 14:18:44','2025-10-20 06:18:44','',0,'https://verde.desidrivers.com.au/contact/',0,'page','',0),(443,1,'2025-04-01 20:30:52','2025-04-01 12:30:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" custom_padding=\"0px|||||\" inline_fonts=\"Montserrat,Playfair Display\" custom_margin=\"|||-38px||\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></span></span></h3>\n<p><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"></span></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:30:52','2025-04-01 12:30:52','',26,'https://verdenaturopathy.com.au/site3/?p=443',0,'revision','',0),(439,1,'2025-04-01 20:24:20','2025-04-01 12:24:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" width=\"80.2%\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\" custom_padding=\"0px|||||\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. If the above days/times are unsuitable, please get in touch and we will do our best to accommodate.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:24:20','2025-04-01 12:24:20','',26,'https://verdenaturopathy.com.au/site3/?p=439',0,'revision','',0),(27,1,'2021-04-30 12:05:06','2021-04-30 04:05:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting with clients, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','publish','closed','closed','','about','','','2025-10-02 10:48:17','2025-10-02 02:48:17','',0,'https://verde.desidrivers.com.au/about/',0,'page','',0),(487,1,'2025-10-02 10:48:17','2025-10-02 02:48:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting with clients, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-10-02 10:48:17','2025-10-02 02:48:17','',27,'https://verdenaturopathy.com.au/site3/?p=487',0,'revision','',0),(483,1,'2025-09-16 18:06:58','2025-09-16 10:06:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting with clients, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-09-16 18:06:58','2025-09-16 10:06:58','',27,'https://verdenaturopathy.com.au/site3/?p=483',0,'revision','',0),(441,1,'2025-04-01 20:25:44','2025-04-01 12:25:44','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting with clients, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-01 20:25:44','2025-04-01 12:25:44','',27,'https://verdenaturopathy.com.au/site3/?p=441',0,'revision','',0),(421,1,'2025-04-01 10:54:16','2025-04-01 02:54:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting with clients, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-01 10:54:16','2025-04-01 02:54:16','',27,'https://verdenaturopathy.com.au/site3/?p=421',0,'revision','',0),(164,1,'2021-05-26 14:18:26','2021-05-26 06:18:26','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Contact Us\",\"post_name\":\"contact\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"dhz1012\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"11\",\"min_height\":\"350px\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-87px,0px,0px,0px\",\"ele_margin_mobile\":\"-120px,0px,0px,0px\",\"pagelayer-id\":\"2de4108\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"yso8850\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"typo_tablet\":\",25,,,,,Solid,,Uppercase,,\",\"pagelayer-id\":\"7je4490\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"4em,0em,0em,0em\",\"ele_padding_tablet\":\"4em,0em,0em,0em\",\"pagelayer-id\":\"xva9407\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"1kf9806\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eContact Us\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"na83435\"} --><h5>Contact Us</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"heading_typo_mobile\":\",49,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eContact Us\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"d0m3351\"} --><h2>Contact Us</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"uvu8493\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"0bz4538\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"qfb8540\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"\\u003ch4\\u003eWrite Us\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"o317574\"} --><h4>Write Us</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_contact {\"form\":\"contact-form\",\"name\":\"Contact Form\",\"form_position\":\"left\",\"space_label\":\",,10,\",\"input_padding\":\"6,10\",\"radio_padding\":\"10,10\",\"field_hover_delay\":\"400\",\"submit\":\"Submit\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"ele_bg_hover_delay\":\"400\",\"placeholder_typo\":\",20,,,,,Solid,,,,\",\"field_border_type\":\"solid\",\"field_border_color\":\"#d9d8d89e\",\"field_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"#eeaa6dff\",\"btn_color\":\"#ffffff\",\"placeholder_typo_mobile\":\",15,,,,,Solid,,,,\",\"placeholder_typo_tablet\":\",16,,,,,Solid,,,,\",\"animation\":\"\",\"animation_delay\":\"600\",\"input_state\":\"normal\",\"con_post_id\":\"4764\",\"form_input_bg\":\"#d9d8d871\",\"field_border_radius\":\"20,20,20,20\",\"field_state\":\"focus\",\"field_border_type_focus\":\"solid\",\"field_border_color_focus\":\"#efba6cff\",\"contact_custom_templ\":\"true\",\"cont_use_html\":\"true\",\"pagelayer-id\":\"pe25980\"} -->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Name:\",\"field_type\":\"text\",\"values\":\"One\\nTwo\",\"field_name\":\"name\",\"field_width\":\"NaN\",\"space_between\":\",,10,\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"pagelayer-id\":\"gfk9123\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Email:\",\"field_type\":\"email\",\"values\":\"One\\nTwo\",\"field_name\":\"email\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,10,0\",\"pagelayer-id\":\"1ia8162\"} /-->\n<!-- wp:pagelayer/pl_contact_item {\"label_name\":\"Message:\",\"field_type\":\"textarea\",\"values\":\"One\\nTwo\",\"field_name\":\"message\",\"field_width\":\"NaN\",\"space_between\":\"0,0,10,0\",\"ele_bg_hover_delay\":\"400\",\"label_as_holder\":\"\",\"field_display\":\"\",\"textarea_rows\":\"4\",\"field_width_mobile\":\"100\",\"space_between_mobile\":\"0,0,0,0\",\"pagelayer-id\":\"obu4792\"} /-->\n<!-- /wp:pagelayer/pl_contact -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"pagelayer-id\":\"azf1206\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\"#111111\",\"heading_typo_mobile\":\",25,,,,,Solid,,,,\",\"text\":\"\\u003ch4\\u003eFrequently Asked Questions\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"dlk6248\"} --><h4>Frequently Asked Questions</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"text\":\"\\u003cp\\u003eFusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"cse8461\"} --><p>Fusce sodales, sapien ut venenatis scelerisque, nulla dui consectetur nisi, at auctor purus orci aliquam turpis. Nulla ac sagittis massa, a consequat ex. Morbi vestibulum mi fringilla sodales tincidunt. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_accordion {\"icon\":\"fas fa-plus-square\",\"active_icon\":\"fas fa-minus-square\",\"icon_align\":\"left\",\"icon_padding\":\"10\",\"tabs_color\":\"#444444\",\"tabs_bg_color\":\"\",\"tabs_active_color\":\"\",\"tabs_active_bg_color\":\"\",\"tab_padding\":\"15\",\"tabs_content_bg_color\":\"#fff\",\"acc_space\":\"10\",\"ele_css\":\"{{element}} .pagelayer-accordion-icon{\\ncolor: #EFBA6C;\\nfont-size: 20px;\\n}\",\"pagelayer-id\":\"tlq2635\"} -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"j8m4303\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you get to work in your business ?\",\"pagelayer-id\":\"0wb3501\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How to became a VIP customer in your agency ?\",\"pagelayer-id\":\"f3u5485\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- wp:pagelayer/pl_accordion_item {\"title\":\"How can you become your external partner ?\",\"pagelayer-id\":\"u1j8345\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque pulvinar nisl eget consectetur lobortis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.</p><!-- /wp:pagelayer/pl_accordion_item -->\n<!-- /wp:pagelayer/pl_accordion -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_google_maps {\"zoom\":\"10\",\"height\":\"400\",\"ele_bg_hover_delay\":\"400\",\"ele_margin\":\"3em,0em,0em,0em\",\"ele_margin_tablet\":\"0px,0px,0px,0px\",\"ele_margin_mobile\":\"0px,0px,0px,0px\",\"address\":\"New York, New York, USA\",\"pagelayer-id\":\"8ed5144\"} -->New York, New York, USA<!-- /wp:pagelayer/pl_google_maps -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->[/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 14:18:26','2021-05-26 06:18:26','',26,'https://verde.desidrivers.com.au/?p=164',0,'revision','',0),(28,1,'2021-04-30 12:05:06','2021-04-30 12:05:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','home','','','2025-10-20 14:16:54','2025-10-20 06:16:54','',0,'https://verde.desidrivers.com.au/home/',0,'page','',0),(484,1,'2025-09-16 18:07:34','2025-09-16 10:07:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-09-16 18:07:34','2025-09-16 10:07:34','',28,'https://verdenaturopathy.com.au/site3/?p=484',0,'revision','',0),(464,1,'2025-04-09 21:15:36','2025-04-09 13:15:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n <li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n <li><span style=\"font-family: Montserrat;\">treat the person as a whole</span></li>\n <li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n <li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n <li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n <li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n <li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n <li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n <li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n <li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n <li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n <li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span>\n\n<span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" custom_padding=\"7px|||||\" hover_enabled=\"0\" title_text=\"Untitled design\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-09 21:15:36','2025-04-09 13:15:36','',28,'https://verdenaturopathy.com.au/site3/?p=464',0,'revision','',0),(423,1,'2025-04-01 19:54:02','2025-04-01 11:54:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]\n<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>\n[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n <li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n <li><span style=\"font-family: Montserrat;\">treat the person as a whole</span></li>\n <li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n <li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n <li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n <li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n <li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n <li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n <li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n <li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n <li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n <li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span>\n\n<span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]\n<h3></h3>\n[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]\n<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-01 19:54:02','2025-04-01 11:54:02','',28,'https://verdenaturopathy.com.au/site3/?p=423',0,'revision','',0),(420,1,'2025-04-01 10:52:56','2025-04-01 02:52:56','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-01 10:52:56','2025-04-01 02:52:56','',28,'https://verdenaturopathy.com.au/site3/?p=420',0,'revision','',0),(141,1,'2021-05-25 20:36:48','2021-05-25 12:36:48','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:36:48','2021-05-25 12:36:48','',28,'https://verde.desidrivers.com.au/?p=141',0,'revision','',0),(137,1,'2021-05-25 20:25:23','2021-05-25 12:25:23','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:25:23','2021-05-25 12:25:23','',28,'https://verde.desidrivers.com.au/?p=137',0,'revision','',0),(135,1,'2021-05-25 20:23:16','2021-05-25 12:23:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:23:16','2021-05-25 12:23:16','',28,'https://verde.desidrivers.com.au/?p=135',0,'revision','',0),(94,1,'2021-05-01 11:50:17','2021-05-01 03:50:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1>My Services</h1>\n<p>Nulla quis lorem ut libero malesuada feugiat curabitur non nulla sit convallis quis ac lectus amet nisl tempus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.7\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Homeopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Hypnopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"]<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Eastern Medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png\" image_last_edited=\"off|tablet\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Classes & Workshops</h2>\n<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Vivamus magna justo, lacinia eget consectetur sed.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Don\'t wait to make the shift to a more holistic approach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</p>\n<p>Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\"]<h2>My Practice</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Location</h3>\n<p>1234 Divi St. #1000<br /> San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Make an Appointment</h3>\n<p>Nulla quis lorem ut libero malesuada feugiat</p>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Open Hours</h3>\n<p>Monday - Friday: 10am - 6pm<br /> Saturday: 3pm - 6pm</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 11:50:17','2021-05-01 03:50:17','',28,'https://verde.desidrivers.com.au/?p=94',0,'revision','',0),(90,1,'2021-05-01 11:39:02','2021-05-01 03:39:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_row _builder_version=\"4.4.7\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" sticky_enabled=\"0\"]<h1>My Services</h1>\n<p>Nulla quis lorem ut libero malesuada feugiat curabitur non nulla sit convallis quis ac lectus amet nisl tempus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.7\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Homeopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Hypnopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Eastern Medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png\" image_last_edited=\"off|tablet\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Classes & Workshops</h2>\n<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Vivamus magna justo, lacinia eget consectetur sed.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Don\'t wait to make the shift to a more holistic approach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</p>\n<p>Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\"]<h2>My Practice</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Location</h3>\n<p>1234 Divi St. #1000<br /> San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Make an Appointment</h3>\n<p>Nulla quis lorem ut libero malesuada feugiat</p>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Open Hours</h3>\n<p>Monday - Friday: 10am - 6pm<br /> Saturday: 3pm - 6pm</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 11:39:02','2021-05-01 03:39:02','',28,'https://verde.desidrivers.com.au/?p=90',0,'revision','',0),(29,0,'2025-04-01 19:58:59','2021-04-30 12:05:06',' ','','','publish','closed','closed','','29','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verde.desidrivers.com.au/2021/04/30/29/',1,'nav_menu_item','',0),(30,0,'2025-04-01 19:58:59','2021-04-30 12:05:06',' ','','','publish','closed','closed','','30','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verde.desidrivers.com.au/2021/04/30/30/',2,'nav_menu_item','',0),(38,1,'2021-04-30 12:31:43','2021-04-30 12:31:43','','IMG_20200807_213425_333','','inherit','open','closed','','img_20200807_213425_333','','','2021-04-30 12:31:43','2021-04-30 12:31:43','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/IMG_20200807_213425_333.jpg',0,'attachment','image/jpeg',0),(44,1,'2021-04-30 20:53:41','2021-04-30 12:53:41','https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01-1.jpg','cropped-Standard-01-1.jpg','','inherit','open','closed','','cropped-standard-01-1-jpg','','','2021-04-30 20:53:41','2021-04-30 12:53:41','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/cropped-Standard-01-1.jpg',0,'attachment','image/jpeg',0),(46,1,'2021-04-30 21:00:30','2021-04-30 13:00:30','','header','','inherit','open','closed','','header-2','','','2021-04-30 21:00:30','2021-04-30 13:00:30','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/04/header.png',0,'attachment','image/png',0),(48,1,'2021-04-30 21:09:47','2021-04-30 13:09:47','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<iframe id=\'cliniko-83558843\' src=\'https://verde-health.au2.cliniko.com/bookings?practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-83558843\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','publish','closed','closed','','bookings','','','2021-06-14 14:38:47','2021-06-14 06:38:47','',0,'https://verde.desidrivers.com.au/?page_id=48',0,'page','',0),(52,1,'2021-04-30 21:09:47','2021-04-30 13:09:47','','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-04-30 21:09:47','2021-04-30 13:09:47','',48,'https://verde.desidrivers.com.au/?p=52',0,'revision','',0),(429,1,'2025-04-01 19:58:39','2025-04-01 11:58:39','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Consultations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choose from face-to-face or online consults</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n \n\n[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]</p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 19:58:39','2025-04-01 11:58:39','',424,'https://verdenaturopathy.com.au/site3/?p=429',0,'revision','',0),(325,1,'2021-06-15 12:40:51','2021-06-15 04:40:51','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\">Discounts available for children under 12, students and seniors</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-06-15 12:40:51','2021-06-15 04:40:51','',28,'https://verdenaturopathy.com.au/site3/?p=325',0,'revision','',0),(319,1,'2021-06-04 20:54:18','2021-06-04 12:54:18','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" hover_enabled=\"0\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\" max_width=\"1082px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"10px||10px||false|false\" background_color=\"#ffffff\" text_font=\"Montserrat||||||||\"]<p style=\"text-align: center;\">Discounts available for children under 12, students and seniors</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-06-04 20:54:18','2021-06-04 12:54:18','',28,'https://verdenaturopathy.com.au/site3/?p=319',0,'revision','',0),(79,1,'2021-05-01 10:44:53','2021-05-01 02:44:53','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.7\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\"]<h1>My Services</h1>\n<p>Nulla quis lorem ut libero malesuada feugiat curabitur non nulla sit convallis quis ac lectus amet nisl tempus.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.7\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Homeopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Hypnopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Eastern Medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png\" image_last_edited=\"off|tablet\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.4.8\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Classes & Workshops</h2>\n<p>Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis quis ac lectus. Vivamus magna justo, lacinia eget consectetur sed.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\"]<h2>Don\'t wait to make the shift to a more holistic approach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</p>\n<p>Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\"]<h2>My Practice</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Location</h3>\n<p>1234 Divi St. #1000<br /> San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Make an Appointment</h3>\n<p>Nulla quis lorem ut libero malesuada feugiat</p>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3>Open Hours</h3>\n<p>Monday - Friday: 10am - 6pm<br /> Saturday: 3pm - 6pm</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 10:44:53','2021-05-01 02:44:53','',28,'https://verde.desidrivers.com.au/?p=79',0,'revision','',0),(66,1,'2021-05-01 09:47:49','2021-05-01 01:47:49','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:pagelayer/pl_post_props {\"post_title\":\"Home\",\"post_name\":\"home\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"html{\\nscroll-behavior: smooth;\\n}\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"pagelayer-id\":\"q6w1628\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"3ow4083\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"v3i9069\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eBest Tour\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"yxl7406\"} --><h6>Best Tour</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eRecently\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"wr43667\"} --><h5>Recently</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch2\\u003eRecently\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"rpu2866\"} --><h2>Recently</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"ftx2686\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"8iu8629\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"zce1846\"} -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"animation_delay\":\"600\",\"pagelayer-id\":\"95a4939\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"xg24789\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"7q27715\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"q7j7673\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"lud7614\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,2em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#fbfbfbff\",\"pagelayer-id\":\"s4o7958\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"rj92421\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"8\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#0986c0\",\"ele_margin_tablet\":\"2em,0em,0em,0em\",\"text\":\"\\n\",\"pagelayer-id\":\"1l88886\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zbd4245\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"5w53892\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eDiscover Story\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"s2y2854\"} --><h6>Discover Story</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eOur Story\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"7hj6278\"} --><h5>Our Story</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eOur Story\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"8a83591\"} --><h2>Our Story</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jbv5145\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"jwc6276\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wx71564\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"ele_margin_tablet\":\"0em,0em,3em,0em\",\"text\":\"\\n\",\"pagelayer-id\":\"fur4139\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"kex7064\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"color\":\" \",\"ele_bg_hover_delay\":\"400\",\"heading_typo\":\",19,,600,,,Solid,,Uppercase,,\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003ePaul Volkmer\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"xd56339\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eOwner\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"41z4865\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"erd9657\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"b606974\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"gxr7585\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"sgk9489\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"z8q5386\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Read More\",\"align\":\"left\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"#efba6cff\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"1,1,1,1\",\"btn_bg_color\":\"\",\"btn_color\":\"#171615ff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"ele_margin_mobile\":\"0em,0em,1em,0em\",\"btn_bg_color_hover\":\"#efba6cff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"kom4786\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"y9d5045\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"qyn8669\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAbout\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"zyg4311\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eAbout\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"5g46798\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eAbout\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"ad65610\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"9zn9047\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"1zv7526\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"yzg1330\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003ePaul Volkmer\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"xjd9615\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eOwner\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"gno1604\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"z0o5422\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"6ub7505\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"gre2420\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"w764798\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"34b4400\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"\\u003cp\\u003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"44l7184\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"uqf6808\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"\\n\",\"pagelayer-id\":\"ivt7491\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"00l6073\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"jqp4478\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eJourney\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"w4b1723\"} --><h6>Journey</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eYour Journey Starts Here\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"gcs5391\"} --><h5>Your Journey Starts Here</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eStarts\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"ovs9605\"} --><h2>Starts</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"u1h3147\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"hif8189\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"phd9001\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"text\":\"\\n\",\"pagelayer-id\":\"q4y7131\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,20px,60px,20px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"mew6029\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eIran\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"r4f2696\"} --><h5>Iran</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eIran\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"oeu5019\"} --><h3>Iran</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"ele_padding_tablet\":\"0px,15px,0px,15px\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"rvc1332\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"ele_margin_mobile\":\"0em,0em,3em,0em\",\"btn_bg_color_hover\":\"\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"pdi7261\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){\\n{{element}} .pagelayer-row-holder{\\ndisplay: flex;\\nflex-direction: column-reverse;\\n}\\n}\",\"pagelayer-id\":\"nih6890\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,60px,10px\",\"pagelayer-id\":\"keu7767\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eUnited States\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"hj58313\"} --><h5>United States</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eUnited States\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"gu02957\"} --><h3>United States</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"3l72038\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"0701091\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"ghu2730\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"pyk6019\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"zuh3015\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"0pq7867\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"bhb1302\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,60px,25px\",\"ele_padding_mobile\":\"60px,10px,50px,10px\",\"pagelayer-id\":\"6pk4838\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eGreece\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"jtc1736\"} --><h5>Greece</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eGreece\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"o482659\"} --><h3>Greece</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"zol5629\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"9b97127\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_css\":\"@media screen and (max-width: 768px){\\n{{element}} .pagelayer-row-holder{\\ndisplay: flex;\\nflex-direction: column-reverse;\\n}\\n}\",\"pagelayer-id\":\"11l9878\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"60px,25px,0px,25px\",\"ele_padding_mobile\":\"60px,10px,40px,10px\",\"pagelayer-id\":\"wdu2978\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eLe Ladakh\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"fcg8162\"} --><h5>Le Ladakh</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-50px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eLe Ladakh\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"ioc6422\"} --><h3>Le Ladakh</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"bdb4987\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"$200.00\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#ffffffff\",\"pagelayer-id\":\"dc32133\"} /-->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"8\",\"pagelayer-id\":\"2aq6545\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"11\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\n\",\"pagelayer-id\":\"6oq5032\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"zfw5404\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"luy2737\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAmazing Staff\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"37b6520\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eMeet Our Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"px01593\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eOur Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"gph1628\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"jet7983\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"ona7297\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"a8f4660\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eManager\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"fcz4396\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"egf1310\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"caz4725\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"ese8910\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"3so7116\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"oxp4246\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"nul8057\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eLeader\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"db55026\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mny1495\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"5xn7585\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"gyf6039\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"kur7407\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"uh89652\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"opd4644\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eSupervisor\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"l8u8105\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"idy6377\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"ou47819\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"o669787\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"8pc7951\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"h7g1675\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"cw23874\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eFounder\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"zck4605\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ht86316\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"ojf2660\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"j5p8986\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"m0q2052\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"0vq2271\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,4em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"sjm4980\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"7tl6661\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eTestimonial\\u003c\\/h5\\u003e\",\"color\":\"\",\"pagelayer-id\":\"vjw1728\"} --><h5>Testimonial</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",50,,,,,Solid,,,,\",\"heading_typo_tablet\":\",65,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eTestimonial\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"6od9463\"} --><h2>Testimonial</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"3yh5533\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_testimonial_slider {\"slide_items\":\"3\",\"slide_margin\":\"10\",\"arrows_bg\":\"#6a6969\",\"arraow_color\":\"#ffffff\",\"arraow_bg_size\":\"20\",\"arraow_bg_shape\":\"20\",\"ele_bg_hover_delay\":\"400\",\"ele_css\":\"{{element}} .pagelayer-testimonial-content{\\nbox-shadow: 0 2px 5px #eee;\\npadding: 20px;\\n}\",\"slide_controls\":\"pager\",\"animation\":\"\",\"pagelayer-id\":\"vi93287\"} -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"6nf2452\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Daisy Shah\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"2545962\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"Simon Toufel\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Traveler\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"rz69247\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- wp:pagelayer/pl_testimonial {\"image_position\":\"aside-position\",\"alignment\":\"center\",\"author-spacing\":\"22\",\"avatar\":\"9\",\"testimonial_image_size\":\"100\",\"img_shape\":\"square\",\"cite\":\"John Smith\",\"cite_color\":\"#141718ff\",\"cite_style\":\",18,,600,,,Solid,,,,\",\"designation\":\"Web Developer\",\"designation_color\":\"#eeaa6dff\",\"cite_designation_style\":\",16,,500,,,Solid,,,,\",\"ele_bg_hover_delay\":\"400\",\"testimonial_border_type\":\"double\",\"testimonial_border_color\":\"#eeaa6dff\",\"testimonial_border_width\":\"10,10,10,10\",\"cite_spacing\":\"0,0,0,20\",\"quote_content\":\"\\u003cp style=\\u0022font-size: 14px\\u0022\\u003eLorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"8fm3851\"} --><p style=\"font-size: 14px\">Lorem ipsum dolor sit ametsed do eiusmodet dolore magna aliqua. Uquis nostrud exercitation ullamco commodo consequat.</p><!-- /wp:pagelayer/pl_testimonial -->\n<!-- /wp:pagelayer/pl_testimonial_slider -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->[/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-01 09:47:49','2021-05-01 01:47:49','',28,'https://verde.desidrivers.com.au/?p=66',0,'revision','',0),(67,1,'2021-05-01 10:42:30','2021-05-01 02:42:30','','holistic-healer-21','','inherit','open','closed','','holistic-healer-21','','','2021-05-01 10:42:30','2021-05-01 02:42:30','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png',0,'attachment','image/png',0),(68,1,'2021-05-01 10:42:35','2021-05-01 02:42:35','','holistic-healer-icon-3','','inherit','open','closed','','holistic-healer-icon-3','','','2021-05-01 10:42:35','2021-05-01 02:42:35','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-3.png',0,'attachment','image/png',0),(69,1,'2021-05-01 10:42:41','2021-05-01 02:42:41','','holistic-healer-icon-1','','inherit','open','closed','','holistic-healer-icon-1','','','2021-05-01 10:42:41','2021-05-01 02:42:41','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png',0,'attachment','image/png',0),(70,1,'2021-05-01 10:42:45','2021-05-01 02:42:45','','holistic-healer-icon-5','','inherit','open','closed','','holistic-healer-icon-5','','','2021-05-01 10:42:45','2021-05-01 02:42:45','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png',0,'attachment','image/png',0),(71,1,'2021-05-01 10:42:51','2021-05-01 02:42:51','','holistic-healer-icon-10','','inherit','open','closed','','holistic-healer-icon-10','','','2021-05-01 10:42:51','2021-05-01 02:42:51','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-10.png',0,'attachment','image/png',0),(72,1,'2021-05-01 10:43:00','2021-05-01 02:43:00','','holistic-healer-24','','inherit','open','closed','','holistic-healer-24','','','2021-05-01 10:43:00','2021-05-01 02:43:00','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png',0,'attachment','image/png',0),(73,1,'2021-05-01 10:43:04','2021-05-01 02:43:04','','holistic-healer-46','','inherit','open','closed','','holistic-healer-46','','','2021-05-01 10:43:04','2021-05-01 02:43:04','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png',0,'attachment','image/png',0),(74,1,'2021-05-01 10:43:08','2021-05-01 02:43:08','','holistic-healer-icon-2','','inherit','open','closed','','holistic-healer-icon-2','','','2021-05-01 10:43:08','2021-05-01 02:43:08','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-2.png',0,'attachment','image/png',0),(75,1,'2021-05-01 10:43:14','2021-05-01 02:43:14','','holistic-healer-icon-7','','inherit','open','closed','','holistic-healer-icon-7','','','2021-05-01 10:43:14','2021-05-01 02:43:14','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png',0,'attachment','image/png',0),(76,1,'2021-05-01 10:43:21','2021-05-01 02:43:21','','holistic-healer-icon-4','','inherit','open','closed','','holistic-healer-icon-4','','','2021-05-01 10:43:21','2021-05-01 02:43:21','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png',0,'attachment','image/png',0),(77,1,'2021-05-01 10:43:30','2021-05-01 02:43:30','','holistic-healer-53','','inherit','open','closed','','holistic-healer-53','','','2021-05-01 10:43:30','2021-05-01 02:43:30','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg',0,'attachment','image/jpeg',0),(84,1,'2021-05-01 10:58:18','2021-05-01 02:58:18','.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n}','Divi','','publish','closed','closed','','divi','','','2025-10-22 14:45:10','2025-10-22 06:45:10','',0,'https://verde.desidrivers.com.au/2021/05/01/divi/',0,'custom_css','',0),(85,1,'2021-05-01 10:58:18','2021-05-01 02:58:18','','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-01 10:58:18','2021-05-01 02:58:18','',84,'https://verde.desidrivers.com.au/?p=85',0,'revision','',0),(88,1,'2021-05-01 11:04:13','2021-05-01 03:04:13','','height-cropped','','inherit','open','closed','','height-cropped','','','2021-05-01 11:04:13','2021-05-01 03:04:13','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/height-cropped.jpg',0,'attachment','image/jpeg',0),(118,1,'2021-05-24 22:01:04','2021-05-24 14:01:04','','1-01','','inherit','open','closed','','1-01','','','2021-05-24 22:01:04','2021-05-24 14:01:04','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png',0,'attachment','image/png',0),(119,1,'2021-05-24 22:03:03','2021-05-24 14:03:03','','2-01','','inherit','open','closed','','2-01','','','2021-05-24 22:03:03','2021-05-24 14:03:03','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png',0,'attachment','image/png',0),(120,1,'2021-05-24 22:08:18','2021-05-24 14:08:18','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 22:08:18','2021-05-24 14:08:18','',28,'https://verde.desidrivers.com.au/?p=120',0,'revision','',0),(97,1,'2021-05-24 12:15:20','2021-05-24 04:15:20','','5-01','','inherit','open','closed','','5-01','','','2021-05-24 12:15:20','2021-05-24 04:15:20','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg',0,'attachment','image/jpeg',0),(98,1,'2021-05-24 12:17:28','2021-05-24 04:17:28','','Icon','','inherit','open','closed','','icon','','','2021-05-24 12:17:28','2021-05-24 04:17:28','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg',0,'attachment','image/jpeg',0),(99,1,'2021-05-24 12:39:32','2021-05-24 04:39:32','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min)\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. Pathology testing or referrals may be recommended. Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Follow-up consult (50 min)\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals.ย </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Naturopathy\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Relaxation Massage\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Meditatoin\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Acupuncture\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]Nulla quis lorem ut libero malesuada feugiat. Curabitur non nulla sit amet nisl tempus convallis.[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Don\'t wait to make the shift to a more holistic approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</span></p>\n<p><span style=\"font-family: Montserrat;\">Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-46.png\" title_text=\"holistic-healer-46\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.4.8\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 12:39:32','2021-05-24 04:39:32','',28,'https://verde.desidrivers.com.au/?p=99',0,'revision','',0),(101,1,'2021-05-24 12:55:44','2021-05-24 04:55:44','','3-01','','inherit','open','closed','','3-01','','','2021-05-24 12:55:44','2021-05-24 04:55:44','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.jpg',0,'attachment','image/jpeg',0),(102,1,'2021-05-24 12:56:49','2021-05-24 04:56:49','','Icon','','inherit','open','closed','','icon-2','','','2021-05-24 12:56:49','2021-05-24 04:56:49','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.jpg',0,'attachment','image/jpeg',0),(103,1,'2021-05-24 12:58:23','2021-05-24 04:58:23','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicineย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyleย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]<ul>\n<li>Stress strategies</li>\n<li>Exercise and movement</li>\n<li>Mindfulnessย ย </li>\n<li>Sleep support</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li>Flower <span style=\"font-family: Montserrat;\">essences</span>ย </li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Don\'t wait to make the shift to a more holistic approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum congue leo eget malesuada. Nulla porttitor accumsan tincidunt. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia.</span></p>\n<p><span style=\"font-family: Montserrat;\">Donec rutrum congue leo eget malesuada. Vivamus suscipit tortor eget felis porttitor volutpat. Pellentesque in ipsum id orci porta dapibus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur aliquet quam id dui posuere blandit. Quisque velit nisi, pretium ut lacinia in elementum.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"Icon\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 12:58:23','2021-05-24 04:58:23','',28,'https://verde.desidrivers.com.au/?p=103',0,'revision','',0),(105,1,'2021-05-24 13:08:59','2021-05-24 05:08:59','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicineย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyleย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]<ul>\n<li>Stress strategies</li>\n<li>Exercise and movement</li>\n<li>Mindfulnessย ย </li>\n<li>Sleep support</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li>Flower <span style=\"font-family: Montserrat;\">essences</span>ย </li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Don\'t wait to make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"Icon\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 13:08:59','2021-05-24 05:08:59','',28,'https://verde.desidrivers.com.au/?p=105',0,'revision','',0),(109,1,'2021-05-24 13:14:28','2021-05-24 05:14:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicineย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyleย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"3-01\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\" src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 13:14:28','2021-05-24 05:14:28','',28,'https://verde.desidrivers.com.au/?p=109',0,'revision','',0),(107,1,'2021-05-24 13:11:54','2021-05-24 05:11:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" inline_fonts=\"Montserrat,Playfair Display\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Verde Naturopathy offers both face-to-face and online Zoom consultations.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#000000\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Vestibulum ante\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla quis\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Sed porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Curabitur nulla\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Quisque velit\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Proin eget\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.7\"][et_pb_blurb title=\"Nulla porttitor\" url=\"#\" use_icon=\"on\" font_icon=\"%%58%%\" icon_color=\"#fbb081\" icon_placement=\"left\" use_icon_font_size=\"on\" icon_font_size=\"24px\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.4em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" icon_color__hover=\"#000000\" icon_color__hover_enabled=\"on|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_3\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Initial consult (90 min) - $120\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" title_text=\"Icon\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Return consult (50 min) - $80\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.jpg\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" title_text=\"5-01\" sticky_enabled=\"0\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||0px|||\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_5\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-7.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicineย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-1.png\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyleย \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"]<ul>\n<li>Stress strategies</li>\n<li>Exercise and movement</li>\n<li>Mindfulnessย ย </li>\n<li>Sleep support</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.4.8\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li>Flower <span style=\"font-family: Montserrat;\">essences</span>ย </li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.4.8\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\" background_color=\"#f6ddd7\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-24.png\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image title_text=\"3-01\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\" src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_text=\"View Calendar\" button_alignment=\"center\" _builder_version=\"4.4.8\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-24 13:11:54','2021-05-24 05:11:54','',28,'https://verde.desidrivers.com.au/?p=107',0,'revision','',0),(122,1,'2021-05-25 10:05:22','2021-05-25 02:05:22','','3-01','','inherit','open','closed','','3-01-2','','','2021-05-25 10:05:22','2021-05-25 02:05:22','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png',0,'attachment','image/png',0),(130,1,'2021-05-25 11:08:53','2021-05-25 03:08:53','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||5px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"2-01\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:08:53','2021-05-25 03:08:53','',28,'https://verde.desidrivers.com.au/?p=130',0,'revision','',0),(128,1,'2021-05-25 11:07:32','2021-05-25 03:07:32','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"2-01\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:07:32','2021-05-25 03:07:32','',28,'https://verde.desidrivers.com.au/?p=128',0,'revision','',0),(124,1,'2021-05-25 11:01:13','2021-05-25 03:01:13','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||180px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.9.4\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.4.7\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical preparations</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-4.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-icon-5.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:01:13','2021-05-25 03:01:13','',28,'https://verde.desidrivers.com.au/?p=124',0,'revision','',0),(126,1,'2021-05-25 11:02:00','2021-05-25 03:02:00','','4-01','','inherit','open','closed','','4-01','','','2021-05-25 11:02:00','2021-05-25 03:02:00','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png',0,'attachment','image/png',0),(127,1,'2021-05-25 11:02:45','2021-05-25 03:02:45','','5-01','','inherit','open','closed','','5-01-2','','','2021-05-25 11:02:45','2021-05-25 03:02:45','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png',0,'attachment','image/png',0),(132,1,'2021-05-25 11:09:36','2021-05-25 03:09:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" hover_enabled=\"0\" custom_padding=\"7px|||||\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"1-01\" align=\"center\" background_color=\"#ccd4c8\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"3-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb image_last_edited=\"off|tablet\" _builder_version=\"4.9.4\" header_font=\"Josefin Sans|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_blurb][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#2a2a2a\" button_bg_color=\"rgba(0,0,0,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Josefin Sans|600|||||||\" button_use_icon=\"off\" custom_margin=\"10px||||false|false\" custom_padding=\"|0px|10px|0px|false|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" locked=\"off\"][/et_pb_button][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"2-01\" align=\"center\" custom_padding=\"30px||30px||false|false\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"1-01 crop\" module_alignment=\"center\" use_icon=\"on\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></li>\n<li>Capsules/tablets<span style=\"font-family: Montserrat;\"></span></li>\n<li>Teas</li>\n<li>Topical creams</li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Food as medicine</span></li>\n<li><span style=\"font-family: Montserrat;\">Nutritional compounds</span></li>\n<li><span style=\"font-family: Montserrat;\">Supplements</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\"]<ul>\n<li><span style=\"font-family: Montserrat;\">Stress strategies</span></li>\n<li><span style=\"font-family: Montserrat;\">Exercise and movement</span></li>\n<li><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span></li>\n<li><span style=\"font-family: Montserrat;\">Sleep support</span></li>\n</ul>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" title_text=\"2-01\"]<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span></li>\n</ul>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; font-weight: normal;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 11:09:36','2021-05-25 03:09:36','',28,'https://verde.desidrivers.com.au/?p=132',0,'revision','',0),(139,1,'2021-05-25 20:25:49','2021-05-25 12:25:49','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#000000\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"]<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">ย Consultations</span></h1>\n<p><span style=\"font-family: Montserrat;\">Choose from face-to-face and online Zoom consults.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-120px||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat; font-weight: normal;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; font-weight: normal;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-crop.png\" title_text=\"1-01 crop\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 20:25:49','2021-05-25 12:25:49','',28,'https://verde.desidrivers.com.au/?p=139',0,'revision','',0),(153,1,'2021-05-25 21:35:10','2021-05-25 13:35:10','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </p>\n<p>She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </p>\n<p>Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </p>\n<p> </p>\n<p><strong>Qualifications</strong>:ย </p>\n<p>Bachelor of Health Science (Naturopathy)ย </p>\n<p>Bachelor of Science (Biological Science)ย </p>\n<p> </p>\n<p><strong>Professional memberships</strong>:ย </p>\n<p>Australian Natural Therapistโs Associationย (ANTA) - Full member</p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','27-revision-v1','','','2021-05-25 21:35:10','2021-05-25 13:35:10','',27,'https://verde.desidrivers.com.au/?p=153',0,'revision','',0),(147,1,'2021-05-25 21:11:45','2021-05-25 13:11:45','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:pagelayer/pl_post_props {\"post_title\":\"About Us\",\"post_name\":\"about\",\"post_status\":\"publish\",\"featured_image\":\"\",\"ele_bg_hover_delay\":\"400\",\"post_excerpt\":\"\",\"pagelayer-id\":\"mb61598\"} /-->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"custom\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"image\",\"ele_bg_img\":\"12\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"center\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"min_height\":\"350px\",\"ele_margin\":\"-96px,0px,0px,0px\",\"ele_margin_tablet\":\"-125px,0px,0px,0px\",\"ele_margin_mobile\":\"-158px,0px,0px,0px\",\"min_height_mobile\":\"255px\",\"pagelayer-id\":\"msd3635\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"pagelayer-id\":\"e6s2964\"} -->\n<!-- wp:pagelayer/pl_post_title {\"title_color\":\"#fafafaff\",\"typo\":\",35,,700,,,Solid,,Uppercase,,\",\"align\":\"left\",\"ele_margin\":\"11em,0em,0em,0em\",\"ele_margin_mobile\":\"10em,0em,0em,0em\",\"typo_mobile\":\",25,,,,,Solid,,,,\",\"pagelayer-id\":\"qvn9489\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"ngm8752\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"ff83615\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAbout\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"d8n7169\"} --><h6>About</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eAbout\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"9ml5869\"} --><h5>About</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eAbout\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"f4d7469\"} --><h2>About</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"fvd5890\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"full\",\"col_gap\":\"0\",\"width_content\":\"full\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"pagelayer-id\":\"lkd8577\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"6\",\"content_pos\":\"center\",\"ele_padding\":\"0px,50px,0px,60px\",\"ele_padding_tablet\":\"0px,10px,0px,10px\",\"ele_padding_mobile\":\"0px,10px,0px,10px\",\"pagelayer-id\":\"o2c2573\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-16px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003ePaul Volkmer\\u003c\\/h5\\u003e\",\"pagelayer-id\":\"gsu3042\"} --><h5>Paul Volkmer</h5><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-44px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"text\":\"\\u003ch3\\u003eOwner\\u003c\\/h3\\u003e\",\"pagelayer-id\":\"q4i9931\"} --><h3>Owner</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003eDuis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"p7d8782\"} --><p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"v1r1036\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. \\u003c\\/p\\u003e\",\"pagelayer-id\":\"d9t765\"} --><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"text\":\"\\u003cp\\u003e Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"bou1254\"} --><p> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003cp\\u003e Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"9wj610\"} --><p> Lorem ipsum dolor sit amet ectetur adipiscing elit. Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin_tablet\":\"0em,0em,2em,0em\",\"ele_padding_mobile\":\"0px,0px,35px,0px\",\"text\":\"\\u003cp\\u003eNullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"vsv7069\"} --><p>Nullam eget dolor sit amet sed diam nonummy nibh euismodor sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi beatae.</p><!-- /wp:pagelayer/pl_text -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"6\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"lgw1958\"} -->\n<!-- wp:pagelayer/pl_image {\"id\":\"13\",\"id-size\":\"full\",\"align\":\"center\",\"img_hover\":\"normal\",\"img_hover_delay\":\"400\",\"caption_color\":\"#3E8EF7\",\"ele_bg_hover_delay\":\"400\",\"overlay\":\"true\",\"icon\":\"\",\"icon_color\":\"#eeaa6dff\",\"icon_size\":\"65\",\"overlay_bg_type\":\"color\",\"overlay_bg\":\"#0000001c\",\"content_position\":\"center\",\"show_always\":\"true\",\"link_type\":\"custom_url\",\"link\":\"https:\\/\\/www.youtube.com\\/watch?v=WTagooKJMjE\",\"target\":\"true\",\"animation\":\"\",\"animation_delay\":\"700\",\"max-width_tablet\":\"100\",\"text\":\"\\n\",\"pagelayer-id\":\"3p187\"} -->\n<!-- /wp:pagelayer/pl_image -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_bg_type\":\"image\",\"ele_bg_attachment\":\"scroll\",\"ele_bg_posx\":\"center\",\"ele_bg_posy\":\"bottom\",\"ele_bg_repeat\":\"no-repeat\",\"ele_bg_size\":\"cover\",\"ele_padding\":\"9em,0em,9em,0em\",\"ele_bg_img\":\"6\",\"ele_margin\":\"4em,0em,0em,0em\",\"ele_padding_mobile\":\"3em,0em,3em,0em\",\"ele_margin_mobile\":\"3em,0em,3em,0em\",\"ele_padding_tablet\":\"4em,0em,4em,0em\",\"ele_margin_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"a8p6079\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"9yu7254\"} -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"s7g7021\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"col\":\"4\",\"pagelayer-id\":\"5hw2741\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"heading_typo_mobile\":\",25,,,,,Solid,1,,,\",\"text\":\"\\u003ch3\\u003eTRAVEL FAR ENOUGH, YOU MEET YOURSELF\\u003c\\/h3\\u003e\",\"color\":\"#ffffffff\",\"pagelayer-id\":\"i771446\"} --><h3>TRAVEL FAR ENOUGH, YOU MEET YOURSELF</h3><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- wp:pagelayer/pl_text {\"ele_padding\":\"0%,15%,0%,15%\",\"ele_padding_mobile\":\"1px,1px,1px,1px\",\"animation\":\"\",\"animation_delay\":\"700\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003e\\u003cspan\\u003eThis is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.\\u003c\\/span\\u003e\\u003c\\/p\\u003e\",\"pagelayer-id\":\"zai3572\"} --><p style=\"text-align: center\"><span>This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</span></p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"0,0,0,0\",\"btn_bg_color\":\"#efba6cff\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#fefefeff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"urd8148\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#fff\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#fff\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_hover_delay\":\"400\",\"ele_padding\":\"5em,0em,0em,0em\",\"ele_padding_mobile\":\"2em,0em,0em,0em\",\"ele_padding_tablet\":\"3em,0em,0em,0em\",\"pagelayer-id\":\"6u68858\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"0\",\"overlay_hover_delay\":\"400\",\"ele_bg_hover_delay\":\"400\",\"pagelayer-id\":\"n3o5359\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"text\":\"\\u003ch6\\u003eAmazing Staff\\u003c\\/h6\\u003e\",\"pagelayer-id\":\"ia01904\"} --><h6>Amazing Staff</h6><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-4px,0px,0px,0px\",\"text\":\"\\u003ch5\\u003eMeet Our Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"i151160\"} --><h5>Meet Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"ele_bg_hover_delay\":\"400\",\"align\":\"center\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"-65px,0px,0px,0px\",\"ele_zindex\":\"-1\",\"heading_typo_mobile\":\",60,,,,,Solid,,,,\",\"text\":\"\\u003ch2\\u003eOur Team\\u003c\\/h2\\u003e\",\"pagelayer-id\":\"gk56279\"} --><h2>Our Team</h2><!-- /wp:pagelayer/pl_heading -->\n<!-- wp:pagelayer/pl_text {\"ele_bg_hover_delay\":\"400\",\"animation\":\"\",\"animation_delay\":\"600\",\"ele_margin\":\"1em,0em,2em,0em\",\"ele_padding_mobile\":\"1px,10px,1px,10px\",\"text\":\"\\u003cp style=\\u0022text-align: center\\u0022\\u003eNulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. \\u003cbr \\/\\u003eAmet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.\\u003cbr \\/\\u003e Nibh venenatis cras sed felis eget velit aliquet sagittis.\\u003c\\/p\\u003e\",\"ele_custom_pos\":\"true\",\"ele_align\":\"50%\",\"ele_height\":\"auto\",\"ele_custom_width\":\"650px\",\"pagelayer-id\":\"azt1744\"} --><p style=\"text-align: center\">Nulla posuere sollicitudin aliquam ultrices. Id consectetur purus ut faucibus pulvinar elementum integer enim. <br />Amet commodo nulla facilisi nullam vehicula. Eu turpis egestas pretium aenean pharetra.<br /> Nibh venenatis cras sed felis eget velit aliquet sagittis.</p><!-- /wp:pagelayer/pl_text -->\n<!-- wp:pagelayer/pl_inner_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_margin\":\"0em,0em,0em,0em\",\"pagelayer-id\":\"lyv7327\"} -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"600\",\"pagelayer-id\":\"wls6867\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Susan Day\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eManager\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"8ms7248\"} --><h5>Manager</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"ygb9138\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"wow922\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"lfg2362\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"zqg3285\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"af46547\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"1d15001\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"James Duncan\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eLeader\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"bg04263\"} --><h5>Leader</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"bb15453\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"ofa8491\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"ryu4544\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"ywe7457\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"qc22130\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"700\",\"pagelayer-id\":\"6r87422\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Lori Harvey\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eSupervisor\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"yyu124\"} --><h5>Supervisor</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"mzm7746\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"qzi6431\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"dop7386\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"huj3423\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"1s04265\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- wp:pagelayer/pl_inner_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"1\",\"ele_margin\":\"3em,0em,0em,0em\",\"animation\":\"\",\"animation_delay\":\"800\",\"pagelayer-id\":\"ynr8569\"} -->\n<!-- wp:pagelayer/pl_service {\"service_image\":\"4\",\"service_image_size\":\"custom\",\"service_alignment\":\"top\",\"service_vertical_alignment\":\"top\",\"img_bor_state\":\"normal\",\"img_filter\":\"0,100,100,0,0,100,100\",\"img_transition\":\"400\",\"img_filter_hover\":\"0,100,100,0,0,100,100\",\"service_heading\":\"Ralph Fields\",\"heading_alignment\":\"center\",\"service_title_spacing\":\"20,0,10,0\",\"heading_state\":\"normal\",\"service_heading_color\":\"#101112ff\",\"service_heading_typo\":\",18,,600,,,Solid,,Uppercase,,\",\"heading_transition\":\"400\",\"service_text_alignment\":\"center\",\"service_btn_hover_delay\":\"400\",\"service_content_spacing\":\"0,15,50,15\",\"service_image_custom_size\":\"120\",\"service_img_alignment\":\"center\",\"service_image_spacing\":\"0,0,0,0\",\"img_border_type\":\"solid\",\"img_border_color\":\"#dfdfdfff\",\"img_border_radius\":\"100%,100%,100%,100%\",\"border_type\":\"solid\",\"border_width\":\"1px,1px,1px,1px\",\"border_color\":\"#5b5959ff\",\"img_border_width\":\"1,1,1,1\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\nmargin-top: -55px;\\n}\",\"ele_padding\":\"0px,0px,40px,0px\",\"service_text\":\"\\u003ch5\\u003eFounder\\u003c\\/h5\\u003e\\n\\u003cp\\u003eAl alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.\\u003c\\/p\\u003e\",\"pagelayer-id\":\"dcz9820\"} --><h5>Founder</h5>\n<p>Al alit emnos lnipedit ius, vel et hinc agam fabulas. Ut audiam invenire iracundia vim. An eam dico similique, ut sint posse sit.</p><!-- /wp:pagelayer/pl_service -->\n<!-- wp:pagelayer/pl_social_grp {\"align\":\"center\",\"group_layout\":\"pagelayer-btn-grp-horizontal\",\"icon_spacing\":\"0\",\"icon_size\":\"20\",\"color_scheme\":\"\",\"icon_color\":\"#5c5858ff\",\"social_hover_delay\":\"400\",\"icon_color_hover\":\"#ffffff\",\"bg_shape\":\"pagelayer-social-shape-square\",\"bg_size\":\"7\",\"ele_margin\":\"-80px,0px,0px,0px\",\"ele_css\":\"{{element}} .pagelayer-service-image{\\ntop: 58px !important;\\nposition: relative;\\n}\",\"icon_bg_color\":\"#00ccff00\",\"icon_bg_color_hover\":\"#efba6cff\",\"icon_border_type\":\"solid\",\"icon_border_color\":\"#3b3b3e9e\",\"icon_border_width\":\"1,1,1,1\",\"social_hover\":\"hover\",\"pagelayer-id\":\"l8u11\"} -->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-facebook-f\",\"social_url\":\"https:\\/\\/facebook.com\\/sitepad\",\"pagelayer-id\":\"xgn7906\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-twitter\",\"social_url\":\"https:\\/\\/twitter.com\\/sitepad\",\"pagelayer-id\":\"67x129\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-google-plus-g\",\"social_url\":\"https:\\/\\/plus.google.com\\/sitepad\",\"pagelayer-id\":\"qbv1467\"} /-->\n<!-- wp:pagelayer/pl_social {\"icon\":\"fab fa-linkedin-in\",\"social_url\":\"https:\\/\\/linkedin.com\\/sitepad\",\"pagelayer-id\":\"cks8217\"} /-->\n<!-- /wp:pagelayer/pl_social_grp -->\n<!-- /wp:pagelayer/pl_inner_col -->\n<!-- /wp:pagelayer/pl_inner_row -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->\n<!-- wp:pagelayer/pl_row {\"stretch\":\"auto\",\"col_gap\":\"10\",\"width_content\":\"auto\",\"row_height\":\"default\",\"overlay_hover_delay\":\"400\",\"row_shape_top_color\":\"#227bc3\",\"row_shape_top_width\":\"100\",\"row_shape_top_height\":\"100\",\"row_shape_bottom_color\":\"#e44993\",\"row_shape_bottom_width\":\"100\",\"row_shape_bottom_height\":\"100\",\"ele_bg_type\":\"color\",\"ele_bg_color\":\"#efba6cff\",\"ele_padding\":\"1em,0em,1em,0em\",\"content_pos\":\"center\",\"pagelayer-id\":\"ujt2667\"} -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"9\",\"content_pos\":\"center\",\"pagelayer-id\":\"hfe1794\"} -->\n<!-- wp:pagelayer/pl_heading {\"heading_state\":\"normal\",\"heading_typo_mobile\":\",20,,,,,Solid,,,,\",\"text\":\"\\u003ch4\\u003eHow Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.\\u003c\\/h4\\u003e\",\"pagelayer-id\":\"9dk4258\"} --><h4>How Beautiful Is To Do Nothing And Then Rest Afterwards And Then Rest.</h4><!-- /wp:pagelayer/pl_heading -->\n<!-- /wp:pagelayer/pl_col -->\n<!-- wp:pagelayer/pl_col {\"widget_space\":\"15\",\"overlay_hover_delay\":\"400\",\"col\":\"3\",\"pagelayer-id\":\"bu82568\"} -->\n<!-- wp:pagelayer/pl_btn {\"text\":\"Subscribe\",\"align\":\"center\",\"type\":\"pagelayer-btn-custom\",\"size\":\"pagelayer-btn-small\",\"btn_hover_delay\":\"400\",\"icon_position\":\"pagelayer-btn-icon-left\",\"icon_spacing\":\"5\",\"btn_border_type\":\"solid\",\"btn_border_color\":\"\",\"btn_border_radius\":\"0,0,0,0\",\"btn_border_width\":\"2,2,2,2\",\"btn_bg_color\":\"\",\"btn_color\":\"#ffffff\",\"btn_bg_color_hover\":\"#ffffffff\",\"btn_typo\":\",,,,,,Solid,,Uppercase,,\",\"btn_hover\":\"hover\",\"btn_color_hover\":\"#efba6cff\",\"btn_bor_hover\":\"hover\",\"btn_border_type_hover\":\"solid\",\"btn_border_color_hover\":\"#fefefeff\",\"btn_border_width_hover\":\"2,2,2,2\",\"align_tablet\":\"left\",\"align_mobile\":\"left\",\"pagelayer-id\":\"kbi5275\"} /-->\n<!-- /wp:pagelayer/pl_col -->\n<!-- /wp:pagelayer/pl_row -->[/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','About Us','','inherit','closed','closed','','27-revision-v1','','','2021-05-25 21:11:45','2021-05-25 13:11:45','',27,'https://verde.desidrivers.com.au/?p=147',0,'revision','',0),(144,1,'2021-05-25 20:57:03','2021-05-25 12:57:03','','1-01 (large)','','inherit','open','closed','','1-01-large','','','2021-05-25 20:57:03','2021-05-25 12:57:03','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01-large.png',0,'attachment','image/png',0),(145,1,'2021-05-25 21:03:34','2021-05-25 13:03:34','','2-01 (large)','','inherit','open','closed','','2-01-large','','','2021-05-25 21:03:34','2021-05-25 13:03:34','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png',0,'attachment','image/png',0),(186,1,'2021-05-26 20:07:07','2021-05-26 12:07:07','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" sticky_enabled=\"0\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_text_color=\"#000000\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-26 20:07:07','2021-05-26 12:07:07','',28,'https://verde.desidrivers.com.au/?p=186',0,'revision','',0),(146,1,'2021-05-25 21:07:08','2021-05-25 13:07:08','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" box_shadow_style=\"preset2\" custom_css_main_element=\"||||\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" border_width_all=\"1px\" sticky_enabled=\"0\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\" custom_padding=\"10px|10px|10px|10px|false|false\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-25 21:07:08','2021-05-25 13:07:08','',28,'https://verde.desidrivers.com.au/?p=146',0,'revision','',0),(156,1,'2021-05-25 21:39:28','2021-05-25 13:39:28','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:heading -->\n<h2>Who we are</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://verde.desidrivers.com.au.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Comments</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitorโs IP address and browser user agent string to help spam detection.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Media</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Cookies</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Embedded content from other websites</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Who we share your data with</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>How long we retain your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>What rights you have over your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2>Where we send your data</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2021-05-25 21:39:28','2021-05-25 13:39:28','',3,'https://verde.desidrivers.com.au/?p=156',0,'revision','',0),(155,1,'2021-05-25 21:37:40','2021-05-25 13:37:40','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </p>\n<p>She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </p>\n<p>Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" hover_enabled=\"0\" background_color=\"#CCD4C8\" sticky_enabled=\"0\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </p>\n<p> </p>\n<p><strong>Qualifications</strong>:ย </p>\n<p>Bachelor of Health Science (Naturopathy)ย </p>\n<p>Bachelor of Science (Biological Science)ย </p>\n<p> </p>\n<p><strong>Professional memberships</strong>:ย </p>\n<p>Australian Natural Therapistโs Associationย (ANTA) - Full member</p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','inherit','closed','closed','','27-revision-v1','','','2021-05-25 21:37:40','2021-05-25 13:37:40','',27,'https://verde.desidrivers.com.au/?p=155',0,'revision','',0),(150,1,'2021-05-25 21:19:25','2021-05-25 13:19:25','','IMG_3908','','inherit','open','closed','','img_3908-2','','','2021-05-25 21:19:25','2021-05-25 13:19:25','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3908-1.jpg',0,'attachment','image/jpeg',0),(149,1,'2021-05-25 21:16:01','2021-05-25 13:16:01','','IMG_3908','','inherit','open','closed','','img_3908','','','2021-05-25 21:16:01','2021-05-25 13:16:01','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3908.jpg',0,'attachment','image/jpeg',0),(151,1,'2021-05-25 21:22:46','2021-05-25 13:22:46','','IMG_3973','','inherit','open','closed','','img_3973','','','2021-05-25 21:22:46','2021-05-25 13:22:46','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973.jpg',0,'attachment','image/jpeg',0),(160,1,'2021-05-25 21:45:53','2021-05-25 13:45:53','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piรฑa coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /divi:quote -->\n\n<!-- divi:paragraph -->\n<p>...or something like this:</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /divi:quote -->\n\n<!-- divi:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://verde.desidrivers.com.au/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2021-05-25 21:45:53','2021-05-25 13:45:53','',2,'https://verde.desidrivers.com.au/?p=160',0,'revision','',0),(152,1,'2021-05-25 21:33:25','2021-05-25 13:33:25','','IMG_3912','','inherit','open','closed','','img_3912','','','2021-05-25 21:33:25','2021-05-25 13:33:25','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912.jpg',0,'attachment','image/jpeg',0),(158,1,'2021-05-25 21:44:13','2021-05-25 13:44:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" custom_padding=\"|||\" hover_enabled=\"0\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<!-- divi:heading -->\n<h1><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>PRIVACY POLICY</strong></span></h1>\n<p>Atย Verde Naturopathy, we are committed to protecting your privacy as a client and an online visitor to our website. We use the information we collect about you to maximize the services that we provide to you. We respect the privacy and confidentiality of the information provided by you and are bound by and adhere to the <em>Privacy Act (1988)</em> and Australian Privacy Principles.</p>\n<h1><strong>INFORMATION WE COLLECT FROM YOU</strong></h1>\n<p>In the course of your visits to our website or use of our Naturopathic services, we may obtain the following information about you: name, company name, email address, telephone number, credit card details, billing address, geographic location, IP address, survey responses, support queries, social media comments and handles (together โPersonal Dataโ). Our services are not directed to persons under 18 and we do not knowingly collect Personal Data from anyone under 18 without parent or guardian consent. If we become aware that a child under 18 has provided us with Personal Data without parent or guardian consent, we will delete that information as quickly as possible. If you are the parent or guardian of a child and you believe they have provided us with Personal Data without your consent, then please contact us. We seek to ensure that the personal information we collect about you is accurate, up-to-date, relevant and complete.To assist us with this, we encourage you to contact us if you believe that any information we hold about you is inaccurate, out of date, incomplete, irrelevant or misleading.</p>\n<h1><strong>HOW WE USE YOUR INFORMATION</strong></h1>\n<p>We collect, hold, use and potentially disclose the information we collect from you for the following purposes; to maintain our business records and run our business, to contact you, for any purpose required or permitted by law, for any purpose you would otherwise reasonably expect, for any purpose disclosed to you and to which you have consented, to provide you with any technical support, to notify you of any updates and offers, to share useful content, to help us measure customer satisfaction, and to provide you with a personalised website experience.</p>\n<p>Marketing communications are only sent to you if you have requested or subscribed to them. You can opt out of our marketing communications at any time by unsubscribing or emailing us - your request will be actioned immediately.</p>\n<p>Any information you choose to make publicly available, such as blog comments will be available for others to see. If you subsequently remove this information, copies may remain viewable in cached and archived pages on other websites or if others have copied or saved the information.</p>\n<h1><strong>STORAGE AND SECURITY OF YOUR INFORMATION</strong></h1>\n<p>We will use all reasonable means to protect the confidentiality of your Personal Data while in our possession or control. All information we receive from you is stored and protected on our secure servers from unauthorized use or access. We hold your personal information in both paper-based and electronic files, in both cases stored securely.ย ย We seek to ensure that your personal information is protected from misuse, interference and loss; and unauthorised access, modification and disclosure. The personal information that we hold is treated as confidential and only accessed when necessary.</p>\n<p>We retain your personal information for as long as needed to provide services to you and as otherwise necessary to comply with our legal obligations, resolve disputes and enforce our agreements. In the event there is a breach of our security and your Personal Data is compromised, we will promptly notify you in compliance with the applicable law.ย </p>\n<h1><strong>SHARING YOUR INFORMATION <span style=\"font-family: \'Playfair Display\';\">WITH</span> THIRD PARTIES</strong></h1>\n<p>We do not and will not sell or deal any Personal Data or any customer information.</p>\n<p>Your Personal Data details are only disclosed to third party suppliers when it is required by law, for goods or services which you have purchased, for payment processing or to protect our copyright, trademarks and other legal rights. To the extent that we do share your Personal Data with a service provider, we would only do so if that party has agreed to comply with our privacy standards as described in this privacy policy and in accordance with applicable law. Our contracts with third parties prohibit them from using any of your Personal Data for any purpose other than that for which it was shared.ย </p>\n<h1><strong>DISCLOSURE OF YOUR INFORMATION</strong></h1>\n<p>We may from time to time need to disclose certain information, which may include your Personal Data, to comply with a legal requirement, such as a law, regulation, court order, subpoena, warrant, in the course of a legal proceeding or in response to a law enforcement agency request. Also, we may use your Personal Data to protect the rights, property or safety ofย Verde Naturopathy, our customers or third parties. If there is a change of control in one of our businesses (whether by merger, sale, transfer of assets or otherwise) customer information, which may include your Personal Data, could be transferred to a purchaser under a confidentiality agreement. We would only disclose your Personal Data in good faith and where required by any of the above circumstances.ย </p>\n<p>From time to time, we may also disclose your Personal Data to others involved in your health care, including doctors and specialists outside Verde Naturopathy, who may be involved in treating you, pathology services, radiology services and in emergency situations. This may occur through referral to other doctors or specialists, or for medical tests and in the reports or results returned to us following the referrals. This will always be in accordance with your consent.</p>\n<p>Typically, we only transfer your personal information overseas with your consent. The country in which the recipient is located is therefore determined by your consent.</p>\n<h1><strong>LINKS TO OTHER WEBSITES</strong></h1>\n<p>This website may contain links to other websites. These links are meant for your convenience only. Links to third party websites do not constitute sponsorship or endorsement or approval of these websites. Please be aware that we are not responsible for the privacy practices of such other websites. We encourage our users to be aware, when they leave our website, to read the privacy statements of each and every website that collects personally identifiable information. This privacy policy applies solely to information collected by this website.</p>\n<h1><strong>CHANGE IN PRIVACY POLICY</strong></h1>\n<p>As we plan to ensure our privacy policy remains current, this policy is subject to change. We may modify this policy at any time, in our sole discretion and all modifications will be effective immediately upon our posting of the modifications on this website. Please return periodically to review our privacy policy.</p>\n<h1><strong>CONTACT US</strong></h1>\n<p>If you have any questions or concerns at any time about our privacy policy or the use of your Personal Data, please contact us atย hello@verdenaturopathy.com.auย </p>\n<h1><strong>PERSONAL AND HEALTH INFORMATION COLLECTION STATEMENTย </strong></h1>\n<p>Verde Naturopathy (โusโ, โweโ, โourโ) only collect the information we need in order to perform our services (โServicesโ). We comply at all times with the Australian Privacy law which regulates how personal information is handled including all your health details which are considered sensitive information (โPersonal Sensitive Informationโ). We will not disclose your Personal Sensitive Information without your consent unless required due to a medical emergency, injury, health risk or similar and we will only do so to a qualified professional who is under the same duty of confidentiality. You may contact us by writing to Melissa Cann, hello@verdenaturopathy.com.au and you have the right to gain access to the information held by Verde Naturopathy about you. Our Privacy Policy on our website contains information on how you may request access to, and correction of, any of the information we hold about you including your Personal Sensitive Information and how you may complain about a breach of your privacy as well as how we will deal with a complaint. By providing us with this Personal Sensitive Information, you acknowledge and agree that the information you are providing to us is true and correct at the time you are providing it to us. You will notify us with any changes and keep it updated on a regular basis while you are using our Services. You can access your Personal Sensitive Information by request at any time. We keep your Personal Sensitive Information secure and do not use it for any purposes unrelated to our Services. From time to time, we may use your Personal Sensitive Information to contact you in relation to information on our Services. You can unsubscribe at any time or advise us that you withdraw your consent to these specific uses and be removed from any further marketing or information we may send.</p>\n<p>Important Note: Our Services are not a substitute for medical doctor attention, treatment, examination, advice or diagnosis. You are responsible for consulting a medical doctor before commencing any new regimes or alterations to your health. You take full responsibility for making the informed decision to use our Services. You hereby agree to irrevocably release and waive any claims you may have now or in the future against us.</p>\n<p><em>Updated May 2021</em></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2021-05-25 21:44:13','2021-05-25 13:44:13','',3,'https://verde.desidrivers.com.au/?p=158',0,'revision','',0),(165,1,'2021-05-26 14:22:32','2021-05-26 06:22:32','','holistic-healer-02','','inherit','open','closed','','holistic-healer-02','','','2021-05-26 14:22:32','2021-05-26 06:22:32','',0,'https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg',0,'attachment','image/jpeg',0),(182,1,'2021-05-26 20:02:19','2021-05-26 12:02:19','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\" sticky_enabled=\"0\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out aย <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hoursโ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hoursโ notice.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย <em><u>24 hours notice</u></em>ย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged aย <u>Late Cancellation Fee</u>ย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย <u>after 2 unattended appointmentsยญ</u>ย you will be required to pay theย <u>full session fee</u>ย at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-26 20:02:19','2021-05-26 12:02:19','',2,'https://verde.desidrivers.com.au/?p=182',0,'revision','',0),(180,1,'2021-05-26 20:00:38','2021-05-26 12:00:38','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat; \">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat; \">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat; \">Melissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out aย <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat; \">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hoursโ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hoursโ notice.</span></p>\n<p><span style=\"font-family: Montserrat; \">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย <em><u>24 hours notice</u></em>ย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged aย <u>Late Cancellation Fee</u>ย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย <u>after 2 unattended appointmentsยญ</u>ย you will be required to pay theย <u>full session fee</u>ย at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-26 20:00:38','2021-05-26 12:00:38','',2,'https://verde.desidrivers.com.au/?p=180',0,'revision','',0),(162,1,'2021-05-25 22:04:13','2021-05-25 14:04:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\" sticky_enabled=\"0\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Melissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out aย <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hoursโ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hoursโ notice.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย <em><u>24 hours notice</u></em>ย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged aย <u>Late Cancellation Fee</u>ย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย <u>after 2 unattended appointmentsยญ</u>ย you will be required to pay theย <u>full session fee</u>ย at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2021-05-25 22:04:13','2021-05-25 14:04:13','',2,'https://verde.desidrivers.com.au/?p=162',0,'revision','',0),(189,1,'2021-05-26 20:09:45','2021-05-26 12:09:45','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" sticky_enabled=\"0\" global_module=\"188\" saved_tabs=\"all\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#C7D3BA\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Playfair Display|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_border_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:09:45','2021-05-26 12:09:45','',26,'https://verde.desidrivers.com.au/?p=189',0,'revision','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (169,1,'2021-05-26 14:48:38','2021-05-26 06:48:38','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\" custom_margin=\"|||265px||\" sticky_enabled=\"0\" border_color_all=\"#ccd4c8\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#C7D3BA\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Playfair Display|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_bg_enable_color=\"on\" button_icon_color=\"#000000\" button_text_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" custom_padding=\"||0px|||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 14:48:38','2021-05-26 06:48:38','',26,'https://verde.desidrivers.com.au/?p=169',0,'revision','',0),(193,1,'2021-05-26 20:13:34','2021-05-26 12:13:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#C7D3BA\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:13:34','2021-05-26 12:13:34','',26,'https://verde.desidrivers.com.au/?p=193',0,'revision','',0),(168,1,'2021-05-26 14:47:07','2021-05-26 06:47:07','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.4.8\" background_color=\"#f9f3eb\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(249,243,235,0.8)\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||170px||false|false\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.4.8\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"-70px||||false|false\" custom_padding=\"2px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"rgba(0,0,0,0.64)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-02.jpg\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"rgba(0,0,0,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#ffffff\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"1px\" border_color_all=\"#ffffff\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-21.png\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\" custom_margin=\"|||265px||\" sticky_enabled=\"0\" border_color_all=\"#ccd4c8\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Book Now\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#C7D3BA\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Playfair Display|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_bg_enable_color=\"on\" button_icon_color=\"#000000\" button_text_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" custom_padding=\"||0px|||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 14:47:07','2021-05-26 06:47:07','',26,'https://verde.desidrivers.com.au/?p=168',0,'revision','',0),(170,1,'2021-05-26 14:49:51','2021-05-26 06:49:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\" sticky_enabled=\"0\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Melissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out aย <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hoursโ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hoursโ notice.</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted via Zoom. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Zoom link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย <em><u>24 hours notice</u></em>ย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged aย <u>Late Cancellation Fee</u>ย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย <u>after 2 unattended appointmentsยญ</u>ย you will be required to pay theย <u>full session fee</u>ย at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our privacy policy for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-26 14:49:51','2021-05-26 06:49:51','',2,'https://verde.desidrivers.com.au/?p=170',0,'revision','',0),(171,1,'2021-05-26 14:50:52','2021-05-26 06:50:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </p>\n<p>She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </p>\n<p>Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" hover_enabled=\"0\" background_color=\"#CCD4C8\" sticky_enabled=\"0\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p>Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </p>\n<p> </p>\n<p><strong>Qualifications</strong>:ย </p>\n<p>Bachelor of Health Science (Naturopathy)ย </p>\n<p>Bachelor of Science (Biological Science)ย </p>\n<p> </p>\n<p><strong>Professional memberships</strong>:ย </p>\n<p>Australian Natural Therapistโs Associationย (ANTA) - Full member</p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-26 14:50:52','2021-05-26 06:50:52','',27,'https://verde.desidrivers.com.au/?p=171',0,'revision','',0),(324,1,'2021-06-15 12:40:03','2021-06-15 04:40:03','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span>\n\n<span style=\"font-family: Montserrat; font\">ย </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy)ย </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science)ย </span>\n\n<span style=\"font-family: Montserrat; ;\">ย </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapistโs Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-06-15 12:40:03','2021-06-15 04:40:03','',27,'https://verdenaturopathy.com.au/site3/?p=324',0,'revision','',0),(271,1,'2021-05-27 21:41:02','2021-05-27 13:41:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span>\n\n<span style=\"font-family: Montserrat; font\">ย </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy)ย </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science)ย </span>\n\n<span style=\"font-family: Montserrat; ;\">ย </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapistโs Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:41:02','2021-05-27 13:41:02','',27,'https://verdenaturopathy.com.au/site3/?p=271',0,'revision','',0),(269,1,'2021-05-27 21:37:20','2021-05-27 13:37:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapistโs Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:37:20','2021-05-27 13:37:20','',27,'https://verdenaturopathy.com.au/site3/?p=269',0,'revision','',0),(173,1,'2021-05-26 14:53:32','2021-05-26 06:53:32','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapistโs Associationย (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-26 14:53:32','2021-05-26 06:53:32','',27,'https://verde.desidrivers.com.au/?p=173',0,'revision','',0),(264,1,'2021-05-27 21:32:35','2021-05-27 13:32:35','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapistโs Associationย (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:32:35','2021-05-27 13:32:35','',27,'https://verdenaturopathy.com.au/site3/?p=264',0,'revision','',0),(175,1,'2021-05-26 14:55:52','2021-05-26 06:55:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapistโs Associationย (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" hover_enabled=\"0\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\" border_color_all=\"#000000\" border_style_all=\"none\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#c7d3c0\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_text_color=\"#000000\" button_bg_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-26 14:55:52','2021-05-26 06:55:52','',27,'https://verde.desidrivers.com.au/?p=175',0,'revision','',0),(183,1,'2021-05-26 20:39:04','2021-05-26 12:03:55',' ','','','publish','closed','closed','','183','','','2021-05-26 20:39:04','2021-05-26 12:39:04','',0,'https://verde.desidrivers.com.au/?p=183',1,'nav_menu_item','',0),(184,1,'2021-05-26 20:39:04','2021-05-26 12:03:55',' ','','','publish','closed','closed','','184','','','2021-05-26 20:39:04','2021-05-26 12:39:04','',0,'https://verde.desidrivers.com.au/?p=184',2,'nav_menu_item','',0),(188,1,'2021-05-26 20:09:38','2021-05-26 12:09:38','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','publish','closed','closed','','clinic-info','','','2025-10-02 10:53:05','2025-10-02 02:53:05','',0,'https://verde.desidrivers.com.au/et_pb_layout/clinic-info/',0,'et_pb_layout','',0),(479,1,'2025-09-16 18:04:15','2025-09-16 10:04:15','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" background_color=\"#e6e5e1\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-09-16 18:04:15','2025-09-16 10:04:15','',188,'https://verdenaturopathy.com.au/site3/?p=479',0,'revision','',0),(192,1,'2021-05-26 20:13:28','2021-05-26 12:13:28','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#C7D3BA\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-26 20:13:28','2021-05-26 12:13:28','',188,'https://verde.desidrivers.com.au/?p=192',0,'revision','',0),(202,1,'2021-05-26 21:12:12','2021-05-26 13:12:12','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-26 21:12:12','2021-05-26 13:12:12','',28,'https://verdenaturopathy.com.au/site3/?p=202',0,'revision','',0),(191,1,'2021-05-26 20:12:17','2021-05-26 12:12:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01-large.png\" title_text=\"2-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/1-01.png\" title_text=\"1-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/2-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight: normal;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-26 20:12:17','2021-05-26 12:12:17','',28,'https://verde.desidrivers.com.au/?p=191',0,'revision','',0),(195,1,'2021-05-26 20:27:03','2021-05-26 12:27:03','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-26 20:27:03','2021-05-26 12:27:03','',188,'https://verde.desidrivers.com.au/?p=195',0,'revision','',0),(196,1,'2021-05-26 20:27:17','2021-05-26 12:27:17','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" background_enable_color=\"off\" sticky_enabled=\"0\" custom_margin=\"||60px|||\" min_height=\"224px\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"560px\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"665px\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" background_enable_image=\"off\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit Message\" _builder_version=\"4.9.4\" form_field_background_color=\"#CCD4C8\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" sticky_enabled=\"0\" form_field_font=\"Montserrat||||||||\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" form_field_background_color__hover_enabled=\"on|desktop\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong>Clinic location:</strong></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:27:17','2021-05-26 12:27:17','',26,'https://verde.desidrivers.com.au/?p=196',0,'revision','',0),(198,1,'2021-05-26 20:33:18','2021-05-26 12:33:18','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" background_enable_color=\"off\" sticky_enabled=\"0\" custom_margin=\"||60px|||\" min_height=\"224px\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"560px\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"665px\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" background_enable_image=\"off\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#CCD4C8\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" sticky_enabled=\"0\" form_field_font=\"Montserrat||||||||\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" form_field_background_color__hover_enabled=\"on|desktop\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" success_message=\"Thanks for contacting us. We will be in touch soon.\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.4.7\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"3.16\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:33:18','2021-05-26 12:33:18','',26,'https://verde.desidrivers.com.au/?p=198',0,'revision','',0),(213,1,'2021-05-27 13:10:09','2021-05-27 05:10:09','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 13:10:09','2021-05-27 05:10:09','',26,'https://verdenaturopathy.com.au/site3/?p=213',0,'revision','',0),(200,1,'2021-05-26 20:38:09','2021-05-26 12:38:09','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" background_enable_color=\"off\" sticky_enabled=\"0\" custom_margin=\"||60px|||\" min_height=\"224px\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" custom_padding=\"0px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"560px\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"665px\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" background_enable_image=\"off\"][et_pb_contact_form captcha=\"off\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" sticky_enabled=\"0\" form_field_font=\"Montserrat||||||||\" button_bg_enable_color=\"on\" button_border_color=\"#000000\" form_field_background_color__hover_enabled=\"on|desktop\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" success_message=\"Thanks for contacting us. We will be in touch soon.\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_bg_enable_color=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-26 20:38:09','2021-05-26 12:38:09','',26,'https://verde.desidrivers.com.au/?p=200',0,'revision','',0),(205,1,'2021-05-27 11:18:51','2021-05-27 03:18:51','https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/04/cropped-Standard-01-2.jpg','cropped-Standard-01-2.jpg','','inherit','open','closed','','cropped-standard-01-2-jpg','','','2021-05-27 11:18:51','2021-05-27 03:18:51','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/04/cropped-Standard-01-2.jpg',0,'attachment','image/jpeg',0),(207,1,'2021-05-27 12:04:21','2021-05-27 04:04:21','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 12:04:21','2021-05-27 04:04:21','',28,'https://verdenaturopathy.com.au/site3/?p=207',0,'revision','',0),(204,1,'2021-05-27 10:35:14','2021-05-27 02:35:14','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">Choose from face-to-face or Zoom consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Return consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"5-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"3-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"1-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" title_text=\"4-01\" sticky_enabled=\"0\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 10:35:14','2021-05-27 02:35:14','',28,'https://verdenaturopathy.com.au/site3/?p=204',0,'revision','',0),(208,1,'2021-05-27 13:06:47','2021-05-27 05:06:47','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 13:06:47','2021-05-27 05:06:47','',28,'https://verdenaturopathy.com.au/site3/?p=208',0,'revision','',0),(211,1,'2021-05-27 13:09:35','2021-05-27 05:09:35','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapistโs Associationย (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 13:09:35','2021-05-27 05:09:35','',27,'https://verdenaturopathy.com.au/site3/?p=211',0,'revision','',0),(265,1,'2021-05-27 21:33:27','2021-05-27 13:33:27','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 21:33:27','2021-05-27 13:33:27','',188,'https://verdenaturopathy.com.au/site3/?p=265',0,'revision','',0),(212,1,'2021-05-27 13:10:04','2021-05-27 05:10:04','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 13:10:04','2021-05-27 05:10:04','',188,'https://verdenaturopathy.com.au/site3/?p=212',0,'revision','',0),(210,1,'2021-05-27 13:08:02','2021-05-27 05:08:02','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" button_url=\"https://verde-health.au2.cliniko.com/bookings\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 13:08:02','2021-05-27 05:08:02','',28,'https://verdenaturopathy.com.au/site3/?p=210',0,'revision','',0),(215,1,'2021-05-27 13:24:57','2021-05-27 05:24:57','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01-large.png\" title_text=\"1-01 (large)\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 13:24:57','2021-05-27 05:24:57','',28,'https://verdenaturopathy.com.au/site3/?p=215',0,'revision','',0),(250,1,'2021-05-27 21:19:06','2021-05-27 13:19:06','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapistโs Associationย (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 21:19:06','2021-05-27 13:19:06','',27,'https://verdenaturopathy.com.au/site3/?p=250',0,'revision','',0),(216,1,'2021-05-27 13:25:30','2021-05-27 05:25:30','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat; font-weight: normal;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">ย </span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\">Australian Natural Therapistโs Associationย (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; \">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat; \">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat; \">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-05-27 13:25:30','2021-05-27 05:25:30','',27,'https://verdenaturopathy.com.au/site3/?p=216',0,'revision','',0),(257,1,'2021-05-27 21:28:05','2021-05-27 13:28:05','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 21:28:05','2021-05-27 13:28:05','',188,'https://verdenaturopathy.com.au/site3/?p=257',0,'revision','',0),(218,1,'2021-05-27 13:27:01','2021-05-27 05:27:01','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 13:27:01','2021-05-27 05:27:01','',188,'https://verdenaturopathy.com.au/site3/?p=218',0,'revision','',0),(266,1,'2021-05-27 21:33:34','2021-05-27 13:33:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 21:33:34','2021-05-27 13:33:34','',26,'https://verdenaturopathy.com.au/site3/?p=266',0,'revision','',0),(219,1,'2021-05-27 13:27:20','2021-05-27 05:27:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 13:27:20','2021-05-27 05:27:20','',26,'https://verdenaturopathy.com.au/site3/?p=219',0,'revision','',0),(229,1,'2021-05-27 20:23:02','2021-05-27 12:23:02','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n float: right!important;\n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:23:02','2021-05-27 12:23:02','',84,'https://verdenaturopathy.com.au/site3/?p=229',0,'revision','',0),(232,1,'2021-05-27 20:27:12','2021-05-27 12:27:12','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:27:12','2021-05-27 12:27:12','',84,'https://verdenaturopathy.com.au/site3/?p=232',0,'revision','',0),(234,1,'2021-05-27 20:33:43','2021-05-27 12:33:43','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:33:43','2021-05-27 12:33:43','',84,'https://verdenaturopathy.com.au/site3/?p=234',0,'revision','',0),(238,1,'2021-05-27 20:44:57','2021-05-27 12:44:57','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px;\n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:44:57','2021-05-27 12:44:57','',84,'https://verdenaturopathy.com.au/site3/?p=238',0,'revision','',0),(240,1,'2021-05-27 20:53:10','2021-05-27 12:53:10','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:53:10','2021-05-27 12:53:10','',84,'https://verdenaturopathy.com.au/site3/?p=240',0,'revision','',0),(221,1,'2021-05-27 13:32:52','2021-05-27 05:32:52','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out aย <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. A 50% deposit is required for online consults at the time of booking. Should you need to cancel your booking, this will be refunded if more than 24 hoursโ notice is provided. The deposit is forfeited if the booking is cancelled with less than 24 hoursโ notice.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted securely via Cliniko Telehealth - <a href=\"https://help.cliniko.com/en/articles/3843932-telehealth-a-guide-for-patients\"><span style=\"color: #000000;\">please read through this info BEFORE</span></a> your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย <em><u>24 hours notice</u></em>ย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with less than 24 hours notice, you may be charged aย <u>Late Cancellation Fee</u>ย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย <u>after 2 unattended appointmentsยญ</u>ย you will be required to pay theย <u>full session fee</u>ย at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our <span style=\"color: #000000;\"><a href=\"https://verdenaturopathy.com.au/site3/privacy-policy/\" style=\"color: #000000;\">privacy policy</a> </span>for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-27 13:32:52','2021-05-27 05:32:52','',2,'https://verdenaturopathy.com.au/site3/?p=221',0,'revision','',0),(236,1,'2021-05-27 20:42:54','2021-05-27 12:42:54','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n \n float:none;\n \n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:42:54','2021-05-27 12:42:54','',84,'https://verdenaturopathy.com.au/site3/?p=236',0,'revision','',0),(227,1,'2021-05-27 20:22:12','2021-05-27 12:22:12','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n display: inline-block!important;\n float: none!important;\n \n }\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:22:12','2021-05-27 12:22:12','',84,'https://verdenaturopathy.com.au/site3/?p=227',0,'revision','',0),(224,1,'2021-05-27 20:10:38','2021-05-27 12:10:38','@media screen and (min-width: 1040px) {\r\n #et-top-navigation {\r\n display: inline-block!important;\r\n float: none!important;\r\n width: calc(100% - 230px)!important;\r\n }\r\n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-27 20:10:38','2021-05-27 12:10:38','',84,'https://verdenaturopathy.com.au/site3/?p=224',0,'revision','',0),(223,1,'2021-05-27 14:01:07','2021-05-27 06:01:07','[et_pb_section fb_built=\"1\" _builder_version=\"3.22\"][et_pb_row _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.25\" custom_padding=\"|||\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.9.4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" inline_fonts=\"Playfair Display SC,Playfair Display,Montserrat\"]<!-- divi:paragraph -->\n<h1 style=\"text-align: center;\"><span style=\"font-family: \'Playfair Display SC\';\"><strong>ย Terms & Conditions</strong></span></h1>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\">Please be aware that any information we provide on this website, in blogs and in downloadable resources is general advice only. This information may not apply or could potentially be harmful to people in specific circumstances, so please seek medical advice before acting on this information to ensure your own safety, particularly if you have a medical condition or take any medications. There is no professional relationship formed unless you explicitly choose to work with us by purchasing our services or products.</span></p>\n<p><span style=\"font-family: Montserrat;\">Your health and safety are important to us. We expect you to use common sense when accessing the information on or downloaded from this website. Please contact us if you have any doubts or questions about the suitability of any general, nutritional, herbal or lifestyle advice provided on this website.</span></p>\n<p> </p>\n<h2><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\" font-family:=\"\" playfair=\"\" display=\"\" sc=\"\">Our Responsibility</span></strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Melissa Cann is a fully-qualified naturopath holding a Bachelorโs degree in Health Science (Naturopathy). This allows her to provide naturopathic services and dispense practitioner-only products. Naturopaths provide consultations which include thorough case-taking, physical examinations and the dispensing of products. Treatment plans may include natural remedies such as liquid herbs, flower essences, herbal infusions/teas, herbal creams and supplements, as well as dietary advice and meal planning, and lifestyle recommendations.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Your responsibility</span></strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Your health & safety is our priority & therefore we ask that you fill out aย <u>Client Intake Form</u> prior to treatment. All information you provide will be confidential. Failure to complete this form will result in our inability to treat you in the interest of your health & safety. The information gathered during a medical history will assist in establishing this and developing the best treatment plan for you.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">During a consult, we will discuss your presenting complaint and health history in order to make the safest and most effective treatment plan for you. To get a thorough picture, we require lots of information regarding symptoms, illnesses, body systems and processes, mental health, current living situation and family history. Current medications and supplements must be disclosed so as to ensure no interactions will occur between what we prescribe and what you are currently taking.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is your responsibility to inform us of any changes in your health status throughout your future treatments with us.</span></p>\n<p><span style=\"font-family: Montserrat;\">Please notify us immediately if you experience any worsening of symptoms or any unpleasant or unwanted side effects or reactions after commencing each new or recurring herbal medicine liquid, supplement or other treatment. Reactions may indicate a sensitivity or allergy to a herb so it is your responsibility to notify us immediately so we can rectify the issue. If a severe reaction occurs, please cease taking the prescribed remedy and seek medical advice immediately.</span></p>\n<p><span style=\"font-family: Montserrat;\">If you feel you have not provided accurate information during the consult, please contact us directly to rectify. Incorrect personal/health information provided may impact your treatment success and/or personal safety.</span></p>\n<p><span style=\"font-family: Montserrat;\">It is important you do not take any other supplements during the course of our treatment without first disclosing to us; this is to ensure no interactions will occur.</span></p>\n<p> </p>\n<h2><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal;\"><strong>Payment Terms</strong></span></h2>\n<p><span style=\"font-family: Montserrat;\">Payment for face-to-face consults is required at the completion of the appointment. </span></p>\n<p><span style=\"font-family: Montserrat;\">Payment for online consults is <strong>required at the time of booking </strong>through online payment system Stripe. Should you need to cancel your booking, the full consult fee will be refunded <span style=\"text-decoration: underline;\"><em>if more than 24 hoursโ notice is provided</em></span>. If you cancel with <span style=\"text-decoration: underline;\"><em>less than 24 hours notice,</em></span> 50% of the consult fee will be taken and the remainder refunded to you. <span style=\"text-decoration: underline;\">No-show online consults will forfeit their full consult fee</span>.</span></p>\n<p><span style=\"font-family: Montserrat;\">Payments are taken via Stripe or Paypal. Please view their websites directly for their respective privacy policies.</span></p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Shipping</span></strong></span></h3>\n<p>Online consults: Shipping for personalised herbal tinctures, flower essences, teas and creams that we personally make up for you, will be free of charge when prescribed through a consult. If any repeats of herbal tinctures, flower essences, teas and creams that we personally make up for you are sold without a consult, you will be liable for shipping costs.</p>\n<p>A flat-rate shipping fee of $10 is charged. Alternatively, you may wish to pick up your prescription from Kalamunda free of charge.</p>\n<p>All consults: If a prescription is generated for you through online dispensary vital.ly (www.vital.ly), postage will be set at their prices, which can range from $6.90 to $12.50. Please refer to vital.ly delivery terms and prices directly on their site. If you have any questions regarding this, please contact us.</p>\n<p> </p>\n<h3><span style=\"font-size: x-large;\"><strong><span style=\"font-family: \'Playfair Display SC\';\">Order fulfilment through vital.ly</span></strong></span></h3>\n<p>Often, products will be out of stock through the online dispensary service that we use. If this occurs, please contact us and we will endeavour to find a suitable replacement product.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Online Consultations</strong></span></h4>\n<p>Online consults will be conducted securely via Cliniko Telehealth - <a href=\"https://help.cliniko.com/en/articles/3843932-telehealth-a-guide-for-patients\"><span style=\"color: #000000;\">please read through this info BEFORE</span></a> your scheduled appointment time to ensure our consult runs smoothly. You will receive an appointment link shortly after booking. You will also receive a Client Intake form that will need to be completed at least 48hrs before the appointment.<br />On the day of the appointment, click the Telehealth link 10-15 minutes before the start time to make sure your computer can access the link correctly and your microphone and video are in good working order.<br />For privacy reasons, the consult will not be recorded, and we ask that you not record it either. Please ensure you are in a quiet place with minimal interruptions to allow the consult to flow freely. If internet issues causes the consult to cut out, we will continue our consultation via phone call. Any time delay between contact will be added on to the total consult time so there is no loss of time.</p>\n<p> </p>\n<h3><strong><span style=\"font-family: \'Playfair Display SC\';\">Change of mind</span></strong></h3>\n<p>We do not offer a refund for change of mind for any services so please choose carefully. Please note that in order to provide safe and effectiveย remedy prescriptions, we do not accept any product returns for refundย as we cannot ascertain how the product was stored.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Cancellations and Reschedules</strong></span></h4>\n<p>Please respect our time and other clients who may wish to book your time slot by cancelling or rescheduling your appointment 24 hours or more in advance where possible. You will be sent a reminder text or email the day before your appointment to assist in the smooth running of the practice schedule.</p>\n<p>Clients are able to cancel or reschedule an appointment at anytime, without incurring a fee, providedย <em><u>24 hours notice</u></em>ย is given where practicable. This allows the opportunity to offer the session to another client. If you cancel with <em><span style=\"text-decoration: underline;\">less than 24 hours notice,</span></em> you may be charged aย <u>Late Cancellation Fee</u>ย equal to 50% of the full session fee. It is important to note that third parties, (ie Worksafe) will not pay for missed appointments, so you will be responsible for the entire Late Cancellation Fee.</p>\n<p>Extenuating circumstances may be considered and it is at the sole discretion of Verde Naturopathy whether or not to waive part or all of your booking fee as stated above.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>No-shows</strong></span></h4>\n<p>No-shows incur a 100% cost of your appointment fee. In fairness to other clients, we deem it unreasonable to continue offering sessions to those who regularly miss or cancel their appointments at late notice and as such,ย <u>after 2 unattended appointmentsยญ</u>ย you will be required to pay theย <u>full session fee</u>ย at the time of booking to secure a new appointment.</p>\n<p>Your understanding of this policy is appreciated.</p>\n<p> </p>\n<h4><span style=\"font-family: \'Playfair Display SC\'; font-weight: normal; font-size: x-large;\"><strong>Confidentiality and Privacy</strong></span></h4>\n<p>Please view our <span style=\"color: #000000;\"><a href=\"https://verdenaturopathy.com.au/site3/privacy-policy/\" style=\"color: #000000;\">privacy policy</a> </span>for more details.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','T&C','','inherit','closed','closed','','2-revision-v1','','','2021-05-27 14:01:07','2021-05-27 06:01:07','',2,'https://verdenaturopathy.com.au/site3/?p=223',0,'revision','',0),(252,1,'2021-05-27 21:21:47','2021-05-27 13:21:47','<!-- wp:divi/placeholder /-->','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:21:47','2021-05-27 13:21:47','',48,'https://verdenaturopathy.com.au/site3/?p=252',0,'revision','',0),(242,1,'2021-05-27 20:57:05','2021-05-27 12:57:05','','2-01','','inherit','open','closed','','2-01-2','','','2021-05-27 20:57:05','2021-05-27 12:57:05','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01-1.png',0,'attachment','image/png',0),(243,1,'2021-05-27 21:03:31','2021-05-27 13:03:31','','IMG_20210503_205936_105','','inherit','open','closed','','img_20210503_205936_105','','','2021-05-27 21:03:31','2021-05-27 13:03:31','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg',0,'attachment','image/jpeg',0),(245,1,'2021-05-27 21:12:08','2021-05-27 13:12:08','','IMG_20200714_175859_865','','inherit','open','closed','','img_20200714_175859_865','','','2021-05-27 21:12:08','2021-05-27 13:12:08','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg',0,'attachment','image/jpeg',0),(244,1,'2021-05-27 21:07:26','2021-05-27 13:07:26','','IMG_20200718_210412_679','','inherit','open','closed','','img_20200718_210412_679','','','2021-05-27 21:07:26','2021-05-27 13:07:26','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200718_210412_679.jpg',0,'attachment','image/jpeg',0),(259,1,'2021-05-27 21:29:39','2021-05-27 13:29:39','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:29:39','2021-05-27 13:29:39','',28,'https://verdenaturopathy.com.au/site3/?p=259',0,'revision','',0),(248,1,'2021-05-27 21:15:15','2021-05-27 13:15:15','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20200714_175859_865\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:15:15','2021-05-27 13:15:15','',28,'https://verdenaturopathy.com.au/site3/?p=248',0,'revision','',0),(246,1,'2021-05-27 21:12:42','2021-05-27 13:12:42','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20200714_175859_865\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"#ccd4c8\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am - 5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:12:42','2021-05-27 13:12:42','',28,'https://verdenaturopathy.com.au/site3/?p=246',0,'revision','',0),(322,1,'2021-06-14 14:38:47','2021-06-14 06:38:47','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<iframe id=\'cliniko-83558843\' src=\'https://verde-health.au2.cliniko.com/bookings?practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-83558843\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-06-14 14:38:47','2021-06-14 06:38:47','',48,'https://verdenaturopathy.com.au/site3/?p=322',0,'revision','',0),(255,1,'2021-05-27 21:26:05','2021-05-27 13:26:05','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:26:05','2021-05-27 13:26:05','',48,'https://verdenaturopathy.com.au/site3/?p=255',0,'revision','',0),(254,1,'2021-05-27 21:24:58','2021-05-27 13:24:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:24:58','2021-05-27 13:24:58','',48,'https://verdenaturopathy.com.au/site3/?p=254',0,'revision','',0),(258,1,'2021-05-27 21:28:16','2021-05-27 13:28:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:28:16','2021-05-27 13:28:16','',48,'https://verdenaturopathy.com.au/site3/?p=258',0,'revision','',0),(256,1,'2021-05-27 21:27:34','2021-05-27 13:27:34','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"169px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Make a booking</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"600px\" custom_padding=\"0px|||||\"][et_pb_row _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.9.4\" _module_preset=\"default\"]<iframe id=\'cliniko-61302514\' src=\'https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552&embedded=true\' frameborder=\'0\' scrolling=\'auto\' width=\'100%\' height=\'1000\' style=\'pointer-events: auto;\'></iframe><!-- [et_pb_line_break_holder] --><script type=\'text/javascript\'><!-- [et_pb_line_break_holder] --> window.addEventListener(\'message\', function handleIFrameMessage (e) {<!-- [et_pb_line_break_holder] --> var clinikoBookings = document.getElementById(\'cliniko-61302514\');<!-- [et_pb_line_break_holder] --> if (typeof e.data !== \'string\') return;<!-- [et_pb_line_break_holder] --> if (e.data.search(\'cliniko-bookings-resize\') > -1) {<!-- [et_pb_line_break_holder] --> var height = Number(e.data.split(\':\')[1]);<!-- [et_pb_line_break_holder] --> clinikoBookings.style.height = height + \'px\';<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> e.data.search(\'cliniko-bookings-page\') > -1 && clinikoBookings.scrollIntoView();<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verde-health.au2.cliniko.com/bookings?business_id=430041870630918322&practitioner_id=430041868173056552\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Bookings','','inherit','closed','closed','','48-revision-v1','','','2021-05-27 21:27:34','2021-05-27 13:27:34','',48,'https://verdenaturopathy.com.au/site3/?p=256',0,'revision','',0),(261,1,'2021-05-27 21:30:43','2021-05-27 13:30:43','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online Zoom consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:30:43','2021-05-27 13:30:43','',28,'https://verdenaturopathy.com.au/site3/?p=261',0,'revision','',0),(263,1,'2021-05-27 21:31:27','2021-05-27 13:31:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic approach to your health</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; \">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by the six naturopathic principles, utilising these to help us form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; \">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; ;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px;font-family: Montserrat; \">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; \">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat; \">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.4.8\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online telehealth consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (90 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (50 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat; font-\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies or emotional health issues. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" custom_padding=\"||3px|||\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-05-27 21:31:27','2021-05-27 13:31:27','',28,'https://verdenaturopathy.com.au/site3/?p=263',0,'revision','',0),(327,1,'2021-06-15 12:42:59','2021-06-15 04:42:59','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-06-15 12:42:59','2021-06-15 04:42:59','',188,'https://verdenaturopathy.com.au/site3/?p=327',0,'revision','',0),(267,1,'2021-05-27 21:33:46','2021-05-27 13:33:46','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-05-27 21:33:46','2021-05-27 13:33:46','',188,'https://verdenaturopathy.com.au/site3/?p=267',0,'revision','',0),(268,1,'2021-05-27 21:33:48','2021-05-27 13:33:48','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\'; \">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda (face-to-face)</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-05-27 21:33:48','2021-05-27 13:33:48','',26,'https://verdenaturopathy.com.au/site3/?p=268',0,'revision','',0),(273,1,'2021-05-30 19:04:02','2021-05-30 11:04:02','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n \n }\n}\n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 10px;\n font-size: 10px;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:04:02','2021-05-30 11:04:02','',84,'https://verdenaturopathy.com.au/site3/?p=273',0,'revision','',0),(277,1,'2021-05-30 19:08:23','2021-05-30 11:08:23','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:08:23','2021-05-30 11:08:23','',84,'https://verdenaturopathy.com.au/site3/?p=277',0,'revision','',0),(275,1,'2021-05-30 19:06:31','2021-05-30 11:06:31','@media screen and (min-width: 1040px) {\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n \n }\n}\n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:06:31','2021-05-30 11:06:31','',84,'https://verdenaturopathy.com.au/site3/?p=275',0,'revision','',0),(279,1,'2021-05-30 19:09:27','2021-05-30 11:09:27','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 768px) {\n booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:09:27','2021-05-30 11:09:27','',84,'https://verdenaturopathy.com.au/site3/?p=279',0,'revision','',0),(281,1,'2021-05-30 19:10:19','2021-05-30 11:10:19','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 768px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:10:19','2021-05-30 11:10:19','',84,'https://verdenaturopathy.com.au/site3/?p=281',0,'revision','',0),(283,1,'2021-05-30 19:11:20','2021-05-30 11:11:20','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:11:20','2021-05-30 11:11:20','',84,'https://verdenaturopathy.com.au/site3/?p=283',0,'revision','',0),(285,1,'2021-05-30 19:11:59','2021-05-30 11:11:59','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n float: none;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:11:59','2021-05-30 11:11:59','',84,'https://verdenaturopathy.com.au/site3/?p=285',0,'revision','',0),(287,1,'2021-05-30 19:17:44','2021-05-30 11:17:44','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:17:44','2021-05-30 11:17:44','',84,'https://verdenaturopathy.com.au/site3/?p=287',0,'revision','',0),(289,1,'2021-05-30 19:18:19','2021-05-30 11:18:19','\n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n}','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:18:19','2021-05-30 11:18:19','',84,'https://verdenaturopathy.com.au/site3/?p=289',0,'revision','',0),(291,1,'2021-05-30 19:20:01','2021-05-30 11:20:01','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:20:01','2021-05-30 11:20:01','',84,'https://verdenaturopathy.com.au/site3/?p=291',0,'revision','',0),(292,1,'2025-04-01 19:58:59','2021-05-30 11:20:52','','Make a booking','','publish','closed','closed','','make-a-booking','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verdenaturopathy.com.au/site3/?p=292',5,'nav_menu_item','',0),(300,1,'2021-05-30 19:38:59','2021-05-30 11:38:59','\n\n.menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:38:59','2021-05-30 11:38:59','',84,'https://verdenaturopathy.com.au/site3/?p=300',0,'revision','',0),(298,1,'2021-05-30 19:34:46','2021-05-30 11:34:46','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */\n\n.menu_cta > a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:34:46','2021-05-30 11:34:46','',84,'https://verdenaturopathy.com.au/site3/?p=298',0,'revision','',0),(296,1,'2021-05-30 19:27:35','2021-05-30 11:27:35','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */\n\n.menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n cursor:pointer;\n color:#000000;\n\n\n\n text-decoration:none;\n text-shadow:0px 1px 0px #2f6627;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:27:35','2021-05-30 11:27:35','',84,'https://verdenaturopathy.com.au/site3/?p=296',0,'revision','',0),(294,1,'2021-05-30 19:26:03','2021-05-30 11:26:03','/* \n #et-top-navigation {\n padding-left: 400px!important;\n float:none;\n \n}\n \n@media screen and (max-width: 980px) {\n #booking_button {\n padding: 5px!important;\n font-size: 10px!important;\n display:none!important;\n }\n \n} */\n\n#menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n display:inline-block;\n cursor:pointer;\n color:#000000;\n font-family:Montserrat;\n font-size:15px;\n padding:16px 31px;\n text-decoration:none;\n text-shadow:0px 1px 0px #2f6627;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:26:03','2021-05-30 11:26:03','',84,'https://verdenaturopathy.com.au/site3/?p=294',0,'revision','',0),(302,1,'2021-05-30 19:39:24','2021-05-30 11:39:24','\n\n.menu_cta {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 0!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:39:24','2021-05-30 11:39:24','',84,'https://verdenaturopathy.com.au/site3/?p=302',0,'revision','',0),(304,1,'2021-05-30 19:43:38','2021-05-30 11:43:38','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 16px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:43:38','2021-05-30 11:43:38','',84,'https://verdenaturopathy.com.au/site3/?p=304',0,'revision','',0),(306,1,'2021-05-30 19:44:16','2021-05-30 11:44:16','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 16px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:44:16','2021-05-30 11:44:16','',84,'https://verdenaturopathy.com.au/site3/?p=306',0,'revision','',0),(376,1,'2022-01-21 12:23:03','2022-01-21 04:23:03','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2022-01-21 12:23:03','2022-01-21 04:23:03','',188,'https://verdenaturopathy.com.au/site3/?p=376',0,'revision','',0),(360,1,'2021-09-14 10:34:46','2021-09-14 02:34:46','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-09-14 10:34:46','2021-09-14 02:34:46','',188,'https://verdenaturopathy.com.au/site3/?p=360',0,'revision','',0),(337,1,'2021-08-11 13:46:12','2021-08-11 05:46:12','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2021-08-11 13:46:12','2021-08-11 05:46:12','',188,'https://verdenaturopathy.com.au/site3/?p=337',0,'revision','',0),(308,1,'2021-05-30 19:44:48','2021-05-30 11:44:48','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:44:48','2021-05-30 11:44:48','',84,'https://verdenaturopathy.com.au/site3/?p=308',0,'revision','',0),(310,1,'2021-05-30 19:47:34','2021-05-30 11:47:34','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n\n@media only screen and (max-width: 980px) {\n.menu-cta a {\n background-color: #8dc63f;\n }\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:47:34','2021-05-30 11:47:34','',84,'https://verdenaturopathy.com.au/site3/?p=310',0,'revision','',0),(312,1,'2021-05-30 19:50:38','2021-05-30 11:50:38','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n\n@media only screen and (max-width: 980px) {\n .menu_cta {\n text-align:center;\n max-width:200px;\n }\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000!important;\n \n padding: 12px!important;\n color: #000000\n }\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:50:38','2021-05-30 11:50:38','',84,'https://verdenaturopathy.com.au/site3/?p=312',0,'revision','',0),(314,1,'2021-05-30 19:52:19','2021-05-30 11:52:19','\n\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000;\n padding: 12px!important;\n color: #000000!important;\n}\n\n.et_header_style_left #et-top-navigation {\n padding-top: 20px!important;\n}\n \n.et_header_style_left .et-fixed-header #et-top-navigation {\n padding-top: 6px!important;\n}\n\n@media only screen and (max-width: 980px) {\n .menu_cta {\n text-align:center;\n max-width:200px;\n }\n.menu_cta a {\n background-color:#ffffff;\n border-radius:28px;\n border:2px solid #000000!important;\n \n padding: 12px!important;\n color: #000000!important;\n }\n}\n','Divi','','inherit','closed','closed','','84-revision-v1','','','2021-05-30 19:52:19','2021-05-30 11:52:19','',84,'https://verdenaturopathy.com.au/site3/?p=314',0,'revision','',0),(328,1,'2021-06-15 12:43:15','2021-06-15 04:43:15','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-06-15 12:43:15','2021-06-15 04:43:15','',26,'https://verdenaturopathy.com.au/site3/?p=328',0,'revision','',0),(331,1,'2021-06-15 12:56:29','2021-06-15 04:56:29','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 8.15am-12.45pm</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 2-5pmย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย </span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">(Online consults available anytime)</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-06-15 12:56:29','2021-06-15 04:56:29','',26,'https://verdenaturopathy.com.au/site3/?p=331',0,'revision','',0),(378,1,'2022-01-21 12:23:10','2022-01-21 04:23:10','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9-6pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available any of the above times</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2022-01-21 12:23:10','2022-01-21 04:23:10','',26,'https://verdenaturopathy.com.au/site3/?p=378',0,'revision','',0),(330,1,'2021-06-15 12:55:36','2021-06-15 04:55:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">) hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 8.15am-12.45pm</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 2-5pmย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย </span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed/Thurs: 9am-5pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Alternate Saturdays: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">(Online consults available anytime)</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed/Thurs: 9-5pm</span><br /><span style=\"font-family: Montserrat;\">Alternate Saturdays: 9-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-06-15 12:55:36','2021-06-15 04:55:36','',26,'https://verdenaturopathy.com.au/site3/?p=330',0,'revision','',0),(372,1,'2022-01-21 12:19:15','2022-01-21 04:19:15','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span>\n\n<span style=\"font-family: Montserrat; font\">ย </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy)ย </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science)ย </span>\n\n<span style=\"font-family: Montserrat; ;\">ย </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapistโs Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2022-01-21 12:19:15','2022-01-21 04:19:15','',27,'https://verdenaturopathy.com.au/site3/?p=372',0,'revision','',0),(358,1,'2021-09-14 10:32:24','2021-09-14 02:32:24','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span>\n\n<span style=\"font-family: Montserrat; font\">ย </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy)ย </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science)ย </span>\n\n<span style=\"font-family: Montserrat; ;\">ย </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapistโs Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-09-14 10:32:24','2021-09-14 02:32:24','',27,'https://verdenaturopathy.com.au/site3/?p=358',0,'revision','',0),(335,1,'2021-08-11 13:40:29','2021-08-11 05:40:29','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3973-scaled.jpg\" title_text=\"IMG_3973\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span>\n\n<span style=\"font-family: Montserrat; font\">ย </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy)ย </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science)ย </span>\n\n<span style=\"font-family: Montserrat; ;\">ย </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapistโs Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2021-08-11 13:40:29','2021-08-11 05:40:29','',27,'https://verdenaturopathy.com.au/site3/?p=335',0,'revision','',0),(334,1,'2021-08-11 13:39:12','2021-08-11 05:39:12','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support healing in many conditions, including but not limited to:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-11 13:39:12','2021-08-11 05:39:12','',28,'https://verdenaturopathy.com.au/site3/?p=334',0,'revision','',0),(361,1,'2021-09-14 10:34:49','2021-09-14 02:34:49','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 8am-1pm</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9-6pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 2pm-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available any of the above times</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-09-14 10:34:49','2021-09-14 02:34:49','',26,'https://verdenaturopathy.com.au/site3/?p=361',0,'revision','',0),(338,1,'2021-08-11 13:49:27','2021-08-11 05:49:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat;\"></span><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Mundaring</span></em></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 8.15am-12.45pm</span></span></h3>\n<span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span>\n<h3><span style=\"text-decoration: underline;\"><em><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666; text-decoration: underline;\">Kalamunda</span></span></em></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 2-5pm\n</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9am-6pm</span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9am-7pm</span>\n<span style=\"font-family: Montserrat; color: #666666;\">Sat: 9am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">(Online consults available anytime)</span></span><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span>\n\n<span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span>\n\n<span style=\"font-family: Montserrat; font-size: large;\"> Mundaring Wellness Centre (16 Craig st, Mundaring)</span><span style=\"font-family: Montserrat; font-size: large;\"></span>\n\n<span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2021-08-11 13:49:27','2021-08-11 05:49:27','',26,'https://verdenaturopathy.com.au/site3/?p=338',0,'revision','',0),(341,1,'2021-08-22 16:13:20','2021-08-22 08:13:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause, period abnormalities)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:13:20','2021-08-22 08:13:20','',28,'https://verdenaturopathy.com.au/site3/?p=341',0,'revision','',0),(343,1,'2021-08-22 16:25:11','2021-08-22 08:25:11','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037','','','2021-08-22 16:25:11','2021-08-22 08:25:11','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg',0,'attachment','image/jpeg',0),(345,1,'2021-08-22 16:29:48','2021-08-22 08:29:48','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-2','','','2021-08-22 16:29:48','2021-08-22 08:29:48','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037-1.jpg',0,'attachment','image/jpeg',0),(346,1,'2021-08-22 16:30:03','2021-08-22 08:30:03','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-3','','','2021-08-22 16:30:03','2021-08-22 08:30:03','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037-2.jpg',0,'attachment','image/jpeg',0),(350,1,'2021-08-22 16:32:38','2021-08-22 08:32:38','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-5','','','2021-08-22 16:32:38','2021-08-22 08:32:38','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037-4.jpg',0,'attachment','image/jpeg',0),(353,1,'2021-08-22 16:45:45','2021-08-22 08:45:45','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:45:45','2021-08-22 08:45:45','',28,'https://verdenaturopathy.com.au/site3/?p=353',0,'revision','',0),(351,1,'2021-08-22 16:34:28','2021-08-22 08:34:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" custom_padding=\"||27px|||\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause, period abnormalities)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer free 15-min chats to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20210701_202413_037\" hover_enabled=\"0\" sticky_enabled=\"0\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:34:28','2021-08-22 08:34:28','',28,'https://verdenaturopathy.com.au/site3/?p=351',0,'revision','',0),(348,1,'2021-08-22 16:31:07','2021-08-22 08:31:07','','IMG_20210701_202413_037','','inherit','open','closed','','img_20210701_202413_037-4','','','2021-08-22 16:31:07','2021-08-22 08:31:07','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037-3.jpg',0,'attachment','image/jpeg',0),(349,1,'2021-08-22 16:31:11','2021-08-22 08:31:11','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" custom_padding=\"||27px|||\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>gastrointestinal issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>hormonal imbalance (PCOS, endometriosis, PMS, menopause, period abnormalities)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer free 15-min chats to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image _builder_version=\"4.9.4\" _module_preset=\"default\" title_text=\"IMG_20210701_202413_037\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-08-22 16:31:11','2021-08-22 08:31:11','',28,'https://verdenaturopathy.com.au/site3/?p=349',0,'revision','',0),(357,1,'2021-09-14 10:31:20','2021-09-14 02:31:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-09-14 10:31:20','2021-09-14 02:31:20','',28,'https://verdenaturopathy.com.au/site3/?p=357',0,'revision','',0),(355,1,'2021-09-07 18:36:41','2021-09-07 10:36:41','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up consult (45 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-09-07 18:36:41','2021-09-07 10:36:41','',28,'https://verdenaturopathy.com.au/site3/?p=355',0,'revision','',0),(364,1,'2021-12-06 13:24:39','2021-12-06 05:24:39','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $120\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-12-06 13:24:39','2021-12-06 05:24:39','',28,'https://verdenaturopathy.com.au/site3/?p=364',0,'revision','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (370,1,'2022-01-21 12:18:16','2022-01-21 04:18:16','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $130\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-01-21 12:18:16','2022-01-21 04:18:16','',28,'https://verdenaturopathy.com.au/site3/?p=370',0,'revision','',0),(367,1,'2021-12-06 13:51:58','2021-12-06 05:51:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $130\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-12-06 13:51:58','2021-12-06 05:51:58','',28,'https://verdenaturopathy.com.au/site3/?p=367',0,'revision','',0),(366,1,'2021-12-06 13:49:56','2021-12-06 05:49:56','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $130\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $40\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & Mundaring</span><br /><span style=\"font-family: Montserrat;\">Online consults available</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 8.15am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2021-12-06 13:49:56','2021-12-06 05:49:56','',28,'https://verdenaturopathy.com.au/site3/?p=366',0,'revision','',0),(373,1,'2022-01-21 12:20:49','2022-01-21 04:20:49','','Screen Shot 2022-01-21 at 12.20.02 pm','','inherit','open','closed','','screen-shot-2022-01-21-at-12-20-02-pm','','','2022-01-21 12:20:49','2022-01-21 04:20:49','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png',0,'attachment','image/png',0),(377,1,'2022-01-21 12:23:08','2022-01-21 04:23:08','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2022-01-21 12:23:08','2022-01-21 04:23:08','',188,'https://verdenaturopathy.com.au/site3/?p=377',0,'revision','',0),(375,1,'2022-01-21 12:21:54','2022-01-21 04:21:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span>\n\n<span style=\"font-family: Montserrat; font\">ย </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy)ย </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science)ย </span>\n\n<span style=\"font-family: Montserrat; ;\">ย </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapistโs Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2022-01-21 12:21:54','2022-01-21 04:21:54','',27,'https://verdenaturopathy.com.au/site3/?p=375',0,'revision','',0),(387,1,'2022-10-21 13:06:04','2022-10-21 05:06:04','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2022-10-21 13:06:04','2022-10-21 05:06:04','',26,'https://verdenaturopathy.com.au/site3/?p=387',0,'revision','',0),(388,1,'2022-10-21 13:11:32','2022-10-21 05:11:32','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2022-10-21 13:11:32','2022-10-21 05:11:32','',188,'https://verdenaturopathy.com.au/site3/?p=388',0,'revision','',0),(382,1,'2022-06-30 08:34:29','2022-06-30 00:34:29','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $140\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $50\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-6pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-06-30 08:34:29','2022-06-30 00:34:29','',28,'https://verdenaturopathy.com.au/site3/?p=382',0,'revision','',0),(386,1,'2022-10-21 13:04:57','2022-10-21 05:04:57','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<span style=\"font-family: Montserrat; font;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span>\n\n<span style=\"font-family: Montserrat; font\">ย </span>\n\n<span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Qualifications:ย </span></strong></span>\n\n<span style=\"font-family: Montserrat; ;\">Bachelor of Health Science (Naturopathy)ย </span>\n\n<span style=\"font-family: Montserrat; font-;\">Bachelor of Science (Biological Science)ย </span>\n\n<span style=\"font-family: Montserrat; ;\">ย </span>\n\n<span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span>\n\n<span style=\"font-family: Montserrat; font;\">Australian Natural Therapistโs Association (ANTA) - Full member</span>\n<ul></ul>\n<span style=\"font-family: Montserrat;\"></span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2022-10-21 13:04:57','2022-10-21 05:04:57','',27,'https://verdenaturopathy.com.au/site3/?p=386',0,'revision','',0),(385,1,'2022-10-21 13:03:24','2022-10-21 05:03:24','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $140\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $50\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"1_4\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $75\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-10-21 13:03:24','2022-10-21 05:03:24','',28,'https://verdenaturopathy.com.au/site3/?p=385',0,'revision','',0),(389,1,'2022-10-21 13:11:34','2022-10-21 05:11:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2022-10-21 13:11:34','2022-10-21 05:11:34','',26,'https://verdenaturopathy.com.au/site3/?p=389',0,'revision','',0),(391,1,'2022-12-24 22:27:38','2022-12-24 14:27:38','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $150\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $50\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $75\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2022-12-24 22:27:38','2022-12-24 14:27:38','',28,'https://verdenaturopathy.com.au/site3/?p=391',0,'revision','',0),(393,1,'2023-05-30 09:24:38','2023-05-30 01:24:38','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (75 min) - $155\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $55\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $80\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2023-05-30 09:24:38','2023-05-30 01:24:38','',28,'https://verdenaturopathy.com.au/site3/?p=393',0,'revision','',0),(396,1,'2023-07-28 21:08:49','2023-07-28 13:08:49','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2023-07-28 21:08:49','2023-07-28 13:08:49','',27,'https://verdenaturopathy.com.au/site3/?p=396',0,'revision','',0),(398,1,'2023-11-23 12:12:30','2023-11-23 04:12:30','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60-75 min) - $160\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2023-11-23 12:12:30','2023-11-23 04:12:30','',28,'https://verdenaturopathy.com.au/site3/?p=398',0,'revision','',0),(399,1,'2023-11-23 12:13:28','2023-11-23 04:13:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2022/01/Screen-Shot-2022-01-21-at-12.20.02-pm.png\" title_text=\"Screen Shot 2022-01-21 at 12.20.02 pm\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_3912-scaled.jpg\" title_text=\"IMG_3912\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or wandering through the forest.ย </span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA) - Full member</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2023-11-23 12:13:28','2023-11-23 04:13:28','',27,'https://verdenaturopathy.com.au/site3/?p=399',0,'revision','',0),(400,1,'2023-11-23 12:13:58','2023-11-23 04:13:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"224px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"560px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"665px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.4.8\" background_color=\"#ffffff\" custom_padding=\"80px|50px|||false|false\" custom_padding_tablet=\"50px|0px|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-60px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\">hello@verdenaturopathy.com.au</span><span style=\"font-family: \'Playfair Display\'; font-size: x-large;\"></span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\"></span></h3>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available.</span></span></h3>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"><strong></strong></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\"></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2023-11-23 12:13:58','2023-11-23 04:13:58','',26,'https://verdenaturopathy.com.au/site3/?p=400',0,'revision','',0),(401,1,'2023-11-23 12:18:14','2023-11-23 04:18:14','','Screenshot_20231123_121727_Instagram','','inherit','open','closed','','screenshot_20231123_121727_instagram','','','2023-11-23 12:18:14','2023-11-23 04:18:14','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg',0,'attachment','image/jpeg',0),(402,1,'2023-11-23 12:19:50','2023-11-23 04:19:50','','Screenshot_20231123_121916_Instagram','','inherit','open','closed','','screenshot_20231123_121916_instagram','','','2023-11-23 12:19:50','2023-11-23 04:19:50','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg',0,'attachment','image/jpeg',0),(406,1,'2024-02-28 18:17:28','2024-02-28 10:17:28','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $160\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-02-28 18:17:28','2024-02-28 10:17:28','',28,'https://verdenaturopathy.com.au/site3/?p=406',0,'revision','',0),(404,1,'2023-11-23 12:21:27','2023-11-23 04:21:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs. Mel also runs Verde Botanicals, offering small-batch, handmade herbal remedies to keep her creative juices flowing.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" hover_enabled=\"0\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting or creating, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2023-11-23 12:21:27','2023-11-23 04:21:27','',27,'https://verdenaturopathy.com.au/site3/?p=404',0,'revision','',0),(408,1,'2024-03-13 12:55:37','2024-03-13 04:55:37','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $160\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-03-13 12:55:37','2024-03-13 04:55:37','',28,'https://verdenaturopathy.com.au/site3/?p=408',0,'revision','',0),(412,1,'2024-07-02 20:42:24','2024-07-02 12:42:24','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $180\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-07-02 20:42:24','2024-07-02 12:42:24','',28,'https://verdenaturopathy.com.au/site3/?p=412',0,'revision','',0),(411,1,'2024-07-01 09:08:20','2024-07-01 01:08:20','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $170\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $60\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2024-07-01 09:08:20','2024-07-01 01:08:20','',28,'https://verdenaturopathy.com.au/site3/?p=411',0,'revision','',0),(424,1,'2025-04-01 19:55:09','2025-04-01 11:55:09','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','publish','closed','closed','','services','','','2025-10-20 14:24:38','2025-10-20 06:24:38','',0,'https://verdenaturopathy.com.au/site3/?page_id=424',0,'page','',0),(488,1,'2025-10-02 10:49:22','2025-10-02 02:49:22','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-10-02 10:49:22','2025-10-02 02:49:22','',424,'https://verdenaturopathy.com.au/site3/?p=488',0,'revision','',0),(482,1,'2025-09-16 18:06:02','2025-09-16 10:06:02','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-09-16 18:06:02','2025-09-16 10:06:02','',424,'https://verdenaturopathy.com.au/site3/?p=482',0,'revision','',0),(433,1,'2025-04-01 20:05:15','2025-04-01 12:05:15','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:05:15','2025-04-01 12:05:15','',424,'https://verdenaturopathy.com.au/site3/?p=433',0,'revision','',0),(432,1,'2025-04-01 20:03:02','2025-04-01 12:03:02','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:03:02','2025-04-01 12:03:02','',424,'https://verdenaturopathy.com.au/site3/?p=432',0,'revision','',0),(425,1,'2025-04-01 19:58:59','2025-04-01 11:55:09',' ','','','publish','closed','closed','','425','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verdenaturopathy.com.au/site3/2025/04/01/425/',3,'nav_menu_item','',0),(426,1,'2025-04-01 19:55:09','2025-04-01 11:55:09','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Consultations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choose from face-to-face or online consults</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>[/et_pb_text][/et_pb_column][/et_pb_row]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n \n\n[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]</p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 19:55:09','2025-04-01 11:55:09','',424,'https://verdenaturopathy.com.au/site3/?p=426',0,'revision','',0),(417,1,'2025-03-14 13:55:40','2025-03-14 05:55:40','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span><span style=\"font-family: Montserrat;\"></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat;\">treat the person as a whole<span style=\"font-size: 16px;\"></span></span></li>\n<li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>We can support health in many conditions, including:</span></span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\"><span>digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>metabolic dysfunction (insulin resistance)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>immune dysfunction (autoimmunity, recurrent infections)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>thyroid conditions (hyper/hypothyroidism)</span></span><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></span><br /><span style=\"font-family: Montserrat;\"><span></span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>skin health (acne, eczema/dermatitis, rosacea)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>cardiovascular health (chronic inflammation, high cholesterol)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>men\'s health (prostate issues, sexual health)</span></span></li>\n<li><span style=\"font-family: Montserrat;\"><span>children\'s health (poor immunity, digestive issues, behavioural issues)</span></span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\"><span>Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></span><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span>We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Consultations</span></h2>\n<p><span style=\"font-size: x-large; font-family: Montserrat;\">Choose from face-to-face or online consults</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span><span style=\"font-family: Montserrat;\"></span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><br /><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.<span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" title_text=\"5-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Flower essence consult (30 min) - $85\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A consult devoted to your emotional wellbeing. Flower essences are a form of energetic medicine used to assist with working through negative beliefs, stress or trauma. Flower essences are gentle and supportive in nature making them perfect for children too. Consult includes a 25ml customised essence.ย </span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span><span style=\"font-family: Montserrat; font-weight: normal;\"></span>\nCapsules/tablets<span style=\"font-family: Montserrat;\"></span>\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat; font-weight:;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><br /><br /></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\"></span></strong></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-03-14 13:55:40','2025-03-14 05:55:40','',28,'https://verdenaturopathy.com.au/site3/?p=417',0,'revision','',0),(427,1,'2025-04-01 19:56:12','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-04-01 19:56:12','0000-00-00 00:00:00','',0,'https://verdenaturopathy.com.au/site3/?p=427',1,'nav_menu_item','',0),(428,1,'2025-04-01 19:58:59','2025-04-01 11:56:46',' ','','','publish','closed','closed','','428','','','2025-04-01 19:58:59','2025-04-01 11:58:59','',0,'https://verdenaturopathy.com.au/site3/?p=428',4,'nav_menu_item','',0),(431,1,'2025-04-01 20:01:53','2025-04-01 12:01:53','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Consultations</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Choose from face-to-face or online consults</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial consult (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\" width=\"100%\"][/et_pb_image][et_pb_blurb title=\"Express consult (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]\n\n<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.\n\n \n\n[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]\n<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]\n<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>\n\n[/et_pb_text][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:shortcode -->\n[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams\n [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulness </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essences </span>[/et_pb_blurb][/et_pb_column][/et_pb_row]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p>[et_pb_row _builder_version=\"4.4.8\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.8\"][et_pb_button button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_bg_color=\"#a9804a\" button_border_width=\"0px\" button_border_radius=\"50px\" button_font=\"Josefin Sans|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" border_color_left=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" inline_fonts=\"Playfair Display\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22border_color_all%22,%22border_color_left%22%93}\"]</p>\n<!-- /wp:paragraph -->','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:01:53','2025-04-01 12:01:53','',424,'https://verdenaturopathy.com.au/site3/?p=431',0,'revision','',0),(434,1,'2025-04-01 20:08:34','2025-04-01 12:08:34','[et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#ccd4c8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info 1','','publish','closed','closed','','clinic-info-1','','','2025-04-01 20:08:34','2025-04-01 12:08:34','',0,'https://verdenaturopathy.com.au/site3/et_pb_layout/clinic-info-1/',0,'et_pb_layout','',0),(435,1,'2025-04-01 20:09:48','2025-04-01 12:09:48','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\" custom_padding=\"||0px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:09:48','2025-04-01 12:09:48','',424,'https://verdenaturopathy.com.au/site3/?p=435',0,'revision','',0),(440,1,'2025-04-01 20:25:03','2025-04-01 12:25:03','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">first, do no harm</span></li>\n <li><span style=\"font-family: Montserrat;\">the healing power of nature</span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">identify and treat the causeย </span></li>\n <li><span style=\"font-size: 16px; font-family: Montserrat;\">doctor as teacher</span></li>\n <li><span style=\"font-family: Montserrat;\">treat the person as a whole</span></li>\n <li><span style=\"font-family: Montserrat;\">prevention</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span>\n<ul>\n <li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n <li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n <li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n <li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n <li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n <li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n <li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n <li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n <li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n <li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span>\n\n<span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-01 20:25:03','2025-04-01 12:25:03','',28,'https://verdenaturopathy.com.au/site3/?p=440',0,'revision','',0),(458,1,'2025-04-09 21:02:00','2025-04-09 13:02:00','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" hover_enabled=\"0\" locked=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" min_height=\"425px\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-09 21:02:00','2025-04-09 13:02:00','',424,'https://verdenaturopathy.com.au/site3/?p=458',0,'revision','',0),(455,1,'2025-04-09 20:44:21','2025-04-09 12:44:21','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" hover_enabled=\"0\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-09 20:44:21','2025-04-09 12:44:21','',424,'https://verdenaturopathy.com.au/site3/?p=455',0,'revision','',0),(437,1,'2025-04-01 20:16:43','2025-04-01 12:16:43','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" hover_enabled=\"0\" locked=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ffffff\" max_width=\"1082px\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" border_width_all=\"1px\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" background_color=\"#ffffff\" custom_padding=\"10px||10px||false|false\"]<p style=\"text-align: center;\"><span style=\"font-size: large;\">Discounts available for children under 12, students and seniors</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"0px\" box_shadow_spread=\"1px\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Stress strategies</span>\n<span style=\"font-family: Montserrat;\">Exercise and movement</span>\n<span style=\"font-family: Montserrat;\">Mindfulnessย ย </span>\n<span style=\"font-family: Montserrat;\">Sleep support</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verde.desidrivers.com.au/wp-content/uploads/2021/05/holistic-healer-53.jpg\" background_size=\"initial\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-01 20:16:43','2025-04-01 12:16:43','',424,'https://verdenaturopathy.com.au/site3/?p=437',0,'revision','',0),(446,1,'2025-04-01 20:39:52','2025-04-01 12:39:52','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></span></span></h3>\n<p><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"></span></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:39:52','2025-04-01 12:39:52','',26,'https://verdenaturopathy.com.au/site3/?p=446',0,'revision','',0),(445,1,'2025-04-01 20:38:42','2025-04-01 12:38:42','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" custom_margin=\"||17px|-2px||\" custom_padding=\"0px|||||\" inline_fonts=\"Montserrat,Playfair Display\" width=\"95.1%\"]<h3><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></span></span></h3>\n<p><span style=\"color: #000000;\"><span style=\"font-family: \'Playfair Display\';\"></span></span></p>\n<h3><span style=\"font-family: \'Playfair Display\'; font-size: x-large; color: #000000;\">Clinic hours:</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location:</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking)</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:38:42','2025-04-01 12:38:42','',26,'https://verdenaturopathy.com.au/site3/?p=445',0,'revision','',0),(448,1,'2025-04-01 20:43:27','2025-04-01 12:43:27','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p style=\"text-align: left;\"><span style=\"color: #000000;\">Email us at <a href=\"mailto:hello@verdenaturopathy.com.au\" style=\"color: #000000;\">hello@verdenaturopathy.com.au</a> or feel free to use the contact form below.</span><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:43:27','2025-04-01 12:43:27','',26,'https://verdenaturopathy.com.au/site3/?p=448',0,'revision','',0),(451,1,'2025-04-01 20:46:55','2025-04-01 12:46:55','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:46:55','2025-04-01 12:46:55','',26,'https://verdenaturopathy.com.au/site3/?p=451',0,'revision','',0),(450,1,'2025-04-01 20:46:00','2025-04-01 12:46:00','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: x-large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-01 20:46:00','2025-04-01 12:46:00','',26,'https://verdenaturopathy.com.au/site3/?p=450',0,'revision','',0),(465,1,'2025-04-09 21:16:34','2025-04-09 13:16:34','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting with clients, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" locked=\"off\" title_text=\"Untitled design\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-09 21:16:34','2025-04-09 13:16:34','',27,'https://verdenaturopathy.com.au/site3/?p=465',0,'revision','',0),(454,1,'2025-04-09 20:43:01','2025-04-09 12:43:01','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Meet Mel.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Mel is a mother, tea lover, avid foodie and degree-qualified naturopath. She resides amongst the trees in the Perth Hills.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">She has always held a passion for holistic health and wellbeing since a young age. Chronic hormonal imbalances and gut issues led her to her first naturopathy appointment where she gained a newfound respect for the profession after achieving success in returning to health.ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Mel is passionate about educating and empowering clients to achieve their health goals, working to restore balance between their mental, physical and emotional health. She has witnessed firsthand the healing power of herbs and nutrients, incorporating them into her own life as well as her clientโs.ย </span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121727_Instagram.jpg\" title_text=\"Screenshot_20231123_121727_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" make_equal=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"#CCD4C8\" custom_padding=\"|20px||20px|false|false\" hover_enabled=\"0\" box_shadow_style=\"preset2\" sticky_enabled=\"0\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2023/11/Screenshot_20231123_121916_Instagram.jpg\" title_text=\"Screenshot_20231123_121916_Instagram\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|50|50|100|1|0|-1\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"RGBA(0,0,0,0)\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\"][et_pb_text _builder_version=\"4.4.7\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||-5px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"][/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat,Playfair Display\"]<p><span style=\"font-family: Montserrat;\">Mel has a keen interest in womenโs health, gut health, metabolic dysfunction, autoimmunity and mental health. She keeps up to date with the latest research and findings on all things naturopathy, blending traditional knowledge with evidence-based medicine to achieve positive health outcomes. When sheโs not consulting with clients, youโll most likely find her brewing a cuppa, chasing after her three children or off bushwalking.</span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-size: large;\"><strong><span style=\"font-family: \'Playfair Display\';\">Certifications:ย </span></strong></span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Health Science (Naturopathy)ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Bachelor of Science (Biological Science)ย </span></p>\n<p><span style=\"font-family: Montserrat;\"><span>Accredited G.E.M.M. Practitioner - Gut Ecology and Metabolic Modulation</span></span></p>\n<p><span style=\"font-family: Montserrat;\"><span></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; font-weight: normal; font-size: large;\"><strong>Professional memberships</strong>:ย </span></p>\n<p><span style=\"font-family: Montserrat;\">Australian Natural Therapistโs Association (ANTA)</span></p>\n<ul></ul>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" locked=\"off\"][et_pb_row _builder_version=\"4.4.7\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#000000\" border_style_all=\"none\" border_width_left=\"5px\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\">Location</span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#c7d3c0\" button_border_width=\"2px\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>\n<p><span style=\"font-family: Montserrat; font-weight: normal;\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','27-revision-v1','','','2025-04-09 20:43:01','2025-04-09 12:43:01','',27,'https://verdenaturopathy.com.au/site3/?p=454',0,'revision','',0),(469,1,'2025-04-09 21:23:44','2025-04-09 13:23:44','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 21:23:44','2025-04-09 13:23:44','',26,'https://verdenaturopathy.com.au/site3/?p=469',0,'revision','',0),(468,1,'2025-04-09 21:22:58','2025-04-09 13:22:58','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||541px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" use_background_color_gradient=\"on\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" custom_padding=\"||38px|||\" min_height=\"209.5px\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\" title_text=\"Untitled design\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 21:22:58','2025-04-09 13:22:58','',26,'https://verdenaturopathy.com.au/site3/?p=468',0,'revision','',0),(456,1,'2025-04-09 20:47:55','2025-04-09 12:47:55','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" min_height=\"168px\" custom_margin=\"||60px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0)\" min_height=\"723px\" custom_padding=\"0px|||||\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"708px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" box_shadow_style=\"preset2\" sticky_enabled=\"0\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 20:47:55','2025-04-09 12:47:55','',26,'https://verdenaturopathy.com.au/site3/?p=456',0,'revision','',0),(459,1,'2025-04-09 21:04:33','2025-04-09 13:04:33','','Screenshot_20250409_205525_Instagram','','inherit','open','closed','','screenshot_20250409_205525_instagram','','','2025-04-09 21:04:33','2025-04-09 13:04:33','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Screenshot_20250409_205525_Instagram.jpg',0,'attachment','image/jpeg',0),(460,1,'2025-04-09 21:11:25','2025-04-09 13:11:25','','bg-tint','','inherit','open','closed','','bg-tint','','','2025-04-09 21:11:25','2025-04-09 13:11:25','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/bg-tint.png',0,'attachment','image/png',0),(462,1,'2025-04-09 21:12:59','2025-04-09 13:12:59','','Untitled design','','inherit','open','closed','','untitled-design','','','2025-04-09 21:12:59','2025-04-09 13:12:59','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png',0,'attachment','image/png',0),(474,1,'2025-05-31 11:41:44','2025-05-31 03:41:44','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-05-31 11:41:44','2025-05-31 03:41:44','',424,'https://verdenaturopathy.com.au/site3/?p=474',0,'revision','',0),(463,1,'2025-04-09 21:13:12','2025-04-09 13:13:12','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" hover_enabled=\"0\" locked=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $185\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $90\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\" min_height=\"425px\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.9.4\" _module_preset=\"default\" type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" custom_padding=\"7px|||||\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Untitled design\" background_enable_image=\"on\" parallax=\"on\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-04-09 21:13:12','2025-04-09 13:13:12','',424,'https://verdenaturopathy.com.au/site3/?p=463',0,'revision','',0),(466,1,'2025-04-09 21:17:29','2025-04-09 13:17:29','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" title_text=\"Untitled design\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-04-09 21:17:29','2025-04-09 13:17:29','',188,'https://verdenaturopathy.com.au/site3/?p=466',0,'revision','',0),(472,1,'2025-04-09 21:29:56','2025-04-09 13:29:56','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-04-09 21:29:56','2025-04-09 13:29:56','',28,'https://verdenaturopathy.com.au/site3/?p=472',0,'revision','',0),(471,1,'2025-04-09 21:27:39','2025-04-09 13:27:39','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\" sticky_enabled=\"0\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" hover_enabled=\"0\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-04-09 21:27:39','2025-04-09 13:27:39','',26,'https://verdenaturopathy.com.au/site3/?p=471',0,'revision','',0),(476,1,'2025-06-27 10:42:00','2025-06-27 02:42:00','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">An in-depth dive into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span>\n\n<span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span>\n\n<span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Energetic medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Flower essencesย </span>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/04/Untitled-design.png\" background_enable_image=\"on\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span>\n<span style=\"font-family: Montserrat;\">Thurs: 10am-7pm</span>\n<span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-06-27 10:42:00','2025-06-27 02:42:00','',424,'https://verdenaturopathy.com.au/site3/?p=476',0,'revision','',0),(480,1,'2025-09-16 18:04:53','2025-09-16 10:04:53','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" saved_tabs=\"all\" locked=\"off\" background_color=\"#e6e5e1\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-09-16 18:04:53','2025-09-16 10:04:53','',188,'https://verdenaturopathy.com.au/site3/?p=480',0,'revision','',0),(481,1,'2025-09-16 18:04:54','2025-09-16 10:04:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" hover_enabled=\"0\" inline_fonts=\"Montserrat,Playfair Display\" sticky_enabled=\"0\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only)ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" hover_enabled=\"0\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\" background_color=\"#e6e5e1\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-09-16 18:04:54','2025-09-16 10:04:54','',26,'https://verdenaturopathy.com.au/site3/?p=481',0,'revision','',0),(486,1,'2025-10-02 10:47:36','2025-10-02 02:47:36','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-10-02 10:47:36','2025-10-02 02:47:36','',28,'https://verdenaturopathy.com.au/site3/?p=486',0,'revision','',0),(491,1,'2025-10-02 10:52:46','2025-10-02 02:52:46','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:52:46','2025-10-02 02:52:46','',188,'https://verdenaturopathy.com.au/site3/?p=491',0,'revision','',0),(492,1,'2025-10-02 10:52:50','2025-10-02 02:52:50','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:52:50','2025-10-02 02:52:50','',188,'https://verdenaturopathy.com.au/site3/?p=492',0,'revision','',0),(493,1,'2025-10-02 10:52:55','2025-10-02 02:52:55','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:52:55','2025-10-02 02:52:55','',188,'https://verdenaturopathy.com.au/site3/?p=493',0,'revision','',0),(490,1,'2025-10-02 10:52:21','2025-10-02 02:52:21','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only)ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9:30am-5:30pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 9:30am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-10-02 10:52:21','2025-10-02 02:52:21','',26,'https://verdenaturopathy.com.au/site3/?p=490',0,'revision','',0),(494,1,'2025-10-02 10:53:05','2025-10-02 02:53:05','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" saved_tabs=\"all\" locked=\"off\" template_type=\"section\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#CCD4C8\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','clinic info','','inherit','closed','closed','','188-revision-v1','','','2025-10-02 10:53:05','2025-10-02 02:53:05','',188,'https://verdenaturopathy.com.au/site3/?p=494',0,'revision','',0),(495,1,'2025-10-02 10:53:07','2025-10-02 02:53:07','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Get in touch.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only)ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-10-02 10:53:07','2025-10-02 02:53:07','',26,'https://verdenaturopathy.com.au/site3/?p=495',0,'revision','',0),(497,1,'2025-10-20 14:16:54','2025-10-20 06:16:54','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" custom_padding=\"||42px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_5,2_5\" make_equal=\"on\" _builder_version=\"4.9.4\" custom_padding=\"||27px|||\"][et_pb_column type=\"3_5\" admin_label=\"Column\" _builder_version=\"4.4.8\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\';\">Make the shift to a more holistic health approach.</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">first, do no harm</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">the healing power of nature</span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">identify and treat the causeย </span></li>\n<li><span style=\"font-size: medium; font-family: Montserrat;\">doctor as teacher</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">treat the person as a whole</span></li>\n<li><span style=\"font-family: Montserrat; font-size: medium;\">prevention</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">We can support health in many conditions, including:</span></p>\n<ul>\n<li><span style=\"font-family: Montserrat;\">digestive issues (IBS, IBD, GORD, bloating, poor digestion)</span></li>\n<li><span style=\"font-family: Montserrat;\">nervous system imbalance (anxiety, low mood, stress, poor sleep, emotional imbalance)</span></li>\n<li><span style=\"font-family: Montserrat;\">metabolic dysfunction (insulin resistance)</span></li>\n<li><span style=\"font-family: Montserrat;\">immune dysfunction (autoimmunity, recurrent infections)</span></li>\n<li><span style=\"font-family: Montserrat;\">thyroid conditions (hyper/hypothyroidism)</span></li>\n<li><span style=\"font-family: Montserrat;\">women\'s health (PCOS, endometriosis, PMS, menopause, hormonal imbalance, infertility)</span></li>\n<li><span style=\"font-family: Montserrat;\">skin health (acne, eczema/dermatitis, rosacea)</span></li>\n<li><span style=\"font-family: Montserrat;\">cardiovascular health (chronic inflammation, high cholesterol)</span></li>\n<li><span style=\"font-family: Montserrat;\">men\'s health (prostate issues, sexual health)</span></li>\n<li><span style=\"font-family: Montserrat;\">children\'s health (poor immunity, digestive issues, behavioural issues)</span></li>\n</ul>\n<p><span style=\"font-family: Montserrat;\">Our approach is holistic; we encourage collaboration with both conventional and complementary medicine practitioners to ensure you are supported along your health journey.</span></p>\n<p><span style=\"font-family: Montserrat;\">We offer a complimentary 15-min chat to help you decide if naturopathy is right for you; please contact us to schedule a call.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" admin_label=\"Column\" _builder_version=\"4.9.4\" background_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_right\" custom_padding=\"20px|20px|20px|20px|true|true\" custom_css_main_element=\"||||\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22background_color%22%93}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20210503_205936_105.jpg\" title_text=\"IMG_20210503_205936_105\" align=\"center\" admin_label=\"Image\" _builder_version=\"4.9.4\" width=\"100%\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|75|75|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/IMG_20200714_175859_865.jpg\" title_text=\"IMG_20200714_175859_865\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/08/IMG_20210701_202413_037.jpg\" title_text=\"IMG_20210701_202413_037\" _builder_version=\"4.9.4\" _module_preset=\"default\" scroll_vertical_motion_enable=\"on\" scroll_vertical_motion=\"0|26|26|100|1|0|-1\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<span style=\"font-family: Montserrat;\">Kalamunda & online</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','28-revision-v1','','','2025-10-20 14:16:54','2025-10-20 06:16:54','',28,'https://verdenaturopathy.com.au/site3/?p=497',0,'revision','',0),(498,1,'2025-10-20 14:18:44','2025-10-20 06:18:44','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.9.4\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" min_height=\"0px\" custom_margin=\"||1px|||\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22colorStart%22%93}\" colorStart=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\"][et_pb_row _builder_version=\"4.9.4\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"22px\" text_line_height=\"1.4em\" header_font=\"ZCOOL XiaoWei||||||||\" header_text_color=\"#a9804a\" header_font_size=\"80px\" text_orientation=\"center\" max_width=\"1090px\" module_alignment=\"center\" min_height=\"209.5px\" custom_padding=\"||38px|||\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|phone\" header_font_size_tablet=\"48px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display\" sticky_enabled=\"0\"]<h1 style=\"text-align: left;\"><span style=\"color: #000000; font-family: \'Playfair Display\';\">Let\'s connect.</span></h1>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>\n<h4 style=\"text-align: left;\"><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Email us at <a href=\"mailto:hello@verde\">hello@verde</a>naturopathy.com.au or feel free to use the contact form below.</span></span></h4>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"color: #000000; font-family: \'Playfair Display\';\"></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.9.4\" background_enable_color=\"off\" width=\"80.2%\" min_height=\"550px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|0px|||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" background_color=\"#ccd4c8\" background_enable_image=\"off\" transform_translate=\"0px|-60px\" transform_translate_linked=\"off\" custom_padding=\"60px|30px|60px|30px|true|true\" box_shadow_style=\"preset2\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%93}\"][et_pb_contact_form captcha=\"off\" email=\"hello@verdenaturopathy.com.au\" custom_message=\"Name: %%name%%||et_pb_line_break_holder||Email: %%email%%||et_pb_line_break_holder||Message: %%message%%\" success_message=\"Thanks for contacting us. We will be in touch soon.\" submit_button_text=\"Submit\" _builder_version=\"4.9.4\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||30px||false|false\" form_field_font=\"Montserrat||||||||\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" border_width_all=\"2px\" border_color_all=\"#000000\" global_colors_info=\"{%22gcid-7ab3d862-4d0b-45ee-8ae5-ad938d511761%22:%91%93}\" form_field_background_color__hover_enabled=\"on|desktop\"][et_pb_contact_field field_id=\"name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues: 9am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Wed: 9:30am-4pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 11am-7pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking) & Mead Medical, Kalamunda (Tuesday mornings only)ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" background_color=\"#e6e5e1\" use_background_color_gradient=\"on\" background_color_gradient_start=\"rgba(255,255,255,0.8)\" background_color_gradient_end=\"rgba(255,255,255,0.8)\" background_color_gradient_overlays_image=\"on\" parallax=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" global_module=\"188\" saved_tabs=\"all\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" width=\"60%\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" header_2_font=\"ZCOOL XiaoWei||||||||\" header_2_text_color=\"#a9804a\" header_2_font_size=\"80px\" text_orientation=\"center\" max_width=\"550px\" max_width_tablet=\"350px\" max_width_phone=\"220px\" max_width_last_edited=\"on|desktop\" module_alignment=\"center\" custom_margin=\"|||265px||\" header_2_font_size_tablet=\"48px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" border_color_all=\"#ccd4c8\" border_color_left=\"#a9804a\" inline_fonts=\"Playfair Display\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\"><strong>Location</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span><span style=\"font-family: Montserrat;\"></span></p>\n<p><span style=\"font-family: Montserrat;\"></span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"][/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" button_icon_color=\"#000000\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"font-family: \'Playfair Display\';\"><strong>Clinic Hours</strong></span></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/</span><span style=\"font-family: Montserrat;\">Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','26-revision-v1','','','2025-10-20 14:18:44','2025-10-20 06:18:44','',26,'https://verdenaturopathy.com.au/site3/?p=498',0,'revision','',0),(502,1,'2025-10-20 20:19:03','2025-10-20 12:19:03','','VerdeNaturopathy-PrimaryLogo-Moss','','inherit','open','closed','','verdenaturopathy-primarylogo-moss','','','2025-10-20 20:19:03','2025-10-20 12:19:03','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/VerdeNaturopathy-PrimaryLogo-Moss.png',0,'attachment','image/png',0),(503,1,'2025-10-22 10:20:12','2025-10-22 02:20:12','','square-image','','inherit','open','closed','','square-image','','','2025-10-22 10:20:12','2025-10-22 02:20:12','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/square-image.jpg',0,'attachment','image/jpeg',0),(504,1,'2025-10-22 10:20:41','2025-10-22 02:20:41','','square-image','','inherit','open','closed','','square-image-2','','','2025-10-22 10:20:41','2025-10-22 02:20:41','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/square-image.png',0,'attachment','image/png',0),(505,1,'2025-10-22 10:21:01','2025-10-22 02:21:01','https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/cropped-square-image.png','cropped-square-image.png','','inherit','open','closed','','cropped-square-image-png','','','2025-10-22 10:21:01','2025-10-22 02:21:01','',504,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/cropped-square-image.png',0,'attachment','image/png',0),(399571,1,'2026-02-02 13:44:55','2026-02-02 05:44:55','','SA708160','','inherit','open','closed','','sa708160','','','2026-02-02 13:44:55','2026-02-02 05:44:55','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708160.jpg',0,'attachment','image/jpeg',0),(500,1,'2025-10-20 14:24:38','2025-10-20 06:24:38','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.9.4\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(249,243,235,0.8)\" background_color_gradient_overlays_image=\"on\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px|||\" locked=\"off\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Naturopathic consults</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" module_alignment=\"center\" custom_margin=\"||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" border_radii=\"off||||\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|false\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/4-01.png\" title_text=\"4-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" height=\"140px\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Initial (60 min) - $190\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">A close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals, priorities and budget. </span></p>\n<p><span style=\"font-family: Montserrat;\">Prescribed treatments such as herbal medicine, nutritional supplements, creams or flower essences may also form part of your treatment plan. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span style=\"font-family: Montserrat;\">Pathology testing or referrals may be recommended.</span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" title_text=\"3-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Follow-up (30 min) - $95\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">This time is used to review your progress and make the necessary changes to your treatment plan and/or health goals. We will discuss any new concerns you may have and formulate a timeline with which to base your treatment on.</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.9.4\" background_enable_color=\"off\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|phone\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/2-01.png\" title_text=\"2-01\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" background_color=\"#ccd4c8\" width=\"100%\" custom_margin=\"||20px||false|false\" custom_padding=\"30px||30px||false|false\"][/et_pb_image][et_pb_blurb title=\"Express (20 min) - $65\" use_icon=\"on\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" module_alignment=\"center\" custom_padding=\"10px|10px|10px|10px|false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">A shorter consult devoted to acute conditions such as colds/flus, infections/illness, recent sleep upset, seasonal allergies, emotional health issues or script reviews. Not suitable for long-term or chronic health issues.</span> Existing clients only.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.4.7\"][et_pb_column type=\"4_4\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; font-weight: normal;\">Treatments</span></h2>\n<p><span style=\"font-size: large; font-family: Montserrat;\">As naturopaths, we have the knowledge base and training to prescribe various treatment forms that work synergistically to improve your health and vitality.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.9.4\" background_color=\"#ffffff\" min_height=\"425px\" custom_margin=\"-1px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset2\" box_shadow_color=\"#000000\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Herbal medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/5-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Liquid herbal blends</span>\nCapsules/tablets\nTeas\nTopical creams[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Nutritional medicine\" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/3-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<span style=\"font-family: Montserrat;\">Food as medicine</span>\n<span style=\"font-family: Montserrat;\">Nutritional compounds</span>\n<span style=\"font-family: Montserrat;\">Supplements</span>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.8\" background_enable_color=\"off\" custom_padding=\"60px|20px|60px|20px|true|true\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_padding_last_edited=\"on|phone\" border_width_all=\"1px\"][et_pb_blurb title=\"Lifestyle \" image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2021/05/1-01.png\" image_last_edited=\"off|phone\" _builder_version=\"4.9.4\" header_font=\"Playfair Display|600|||||||\" header_font_size=\"22px\" header_line_height=\"1.4em\" body_font=\"Muli||||||||\" body_font_size=\"16px\" body_line_height=\"1.8em\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"18px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"\" header_line_height_phone=\"1.8em\" header_line_height_last_edited=\"on|phone\" body_font_size_tablet=\"\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<p><span style=\"font-family: Montserrat;\">Stress strategies</span><br /><span style=\"font-family: Montserrat;\">Exercise and movement</span><br /><span style=\"font-family: Montserrat;\">Mindfulnessย ย </span><br /><span style=\"font-family: Montserrat;\">Sleep hygiene</span></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.9.4\" parallax=\"on\" custom_padding=\"7px|||||\"][et_pb_row _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_2_font=\"Josefin Sans|600|||||||\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"||20px||false|false\" custom_padding=\"||0px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"24px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"\" header_2_line_height_phone=\"1.4em\" header_2_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Playfair Display,Montserrat\"]<h2><span style=\"font-family: \'Playfair Display\'; color: #000000;\">Clinic info</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.4.7\"][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_padding=\"||3px|||\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><strong><span style=\"font-family: \'Playfair Display\';\">Location</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Kalamunda & online</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.4.8\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\"]<h3></h3>[/et_pb_text][et_pb_button button_url=\"https://verdenaturopathy.com.au/site3/bookings\" button_text=\"Make a booking\" button_alignment=\"center\" _builder_version=\"4.9.4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#000000\" button_bg_color=\"gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88\" button_border_width=\"2px\" button_border_color=\"#000000\" button_border_radius=\"50px\" button_font=\"Montserrat|600|||||||\" background_layout=\"dark\" custom_margin_tablet=\"0px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"15px|40px|15px|40px|true|true\" button_text_size_tablet=\"18px\" button_text_size_phone=\"14px\" button_text_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{%22gcid-dd65992f-8cd0-49f3-a81c-2cdf23a9bf88%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.4.7\"][et_pb_text _builder_version=\"4.9.4\" text_font=\"Muli||||||||\" text_font_size=\"16px\" text_line_height=\"1.8em\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.4em\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"18px\" header_3_font_size_last_edited=\"on|tablet\" header_3_line_height_tablet=\"\" header_3_line_height_phone=\"1.8em\" header_3_line_height_last_edited=\"on|phone\" locked=\"off\" inline_fonts=\"Montserrat\"]<h3></h3>\n<h3><strong><span style=\"font-family: \'Playfair Display\';\">Clinic Hours</span></strong></h3>\n<p><span style=\"font-family: Montserrat;\">Tues/Wed: 9am-4pm</span><br /><span style=\"font-family: Montserrat;\">Thurs: 11am-7pm</span><br /><span style=\"font-family: Montserrat;\">Saturday: 9:30am-1pm</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','424-revision-v1','','','2025-10-20 14:24:38','2025-10-20 06:24:38','',424,'https://verdenaturopathy.com.au/site3/?p=500',0,'revision','',0),(510,1,'2025-10-22 18:38:51','2025-10-22 10:38:51','.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n} ','Ellen_Theme','','publish','closed','closed','','ellen_theme','','','2025-10-22 18:38:51','2025-10-22 10:38:51','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/ellen_theme/',0,'custom_css','',0),(511,1,'2025-10-22 18:38:51','2025-10-22 10:38:51','.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n} ','Ellen_Theme','','inherit','closed','closed','','510-revision-v1','','','2025-10-22 18:38:51','2025-10-22 10:38:51','',510,'https://verdenaturopathy.com.au/site3/?p=511',0,'revision','',0),(513,1,'2025-10-22 19:29:24','2025-10-22 11:29:24','','One Click Demo Import - log_file_2025-10-22__11-29-24','','inherit','open','closed','','one-click-demo-import-log_file_2025-10-22__11-29-24','','','2025-10-22 19:29:24','2025-10-22 11:29:24','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/log_file_2025-10-22__11-29-24.txt',0,'attachment','text/plain',0),(394889,1,'2023-11-02 09:20:43','2023-11-02 09:20:43','','thumb-down','','inherit','open','closed','','thumb-down','','','2023-11-02 09:20:43','2023-11-02 09:20:43','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/thumb-down.png',0,'attachment','image/png',0),(394900,1,'2023-11-02 09:20:50','2023-11-02 09:20:50','','checklist-1','','inherit','open','closed','','checklist-1','','','2023-11-02 09:20:50','2023-11-02 09:20:50','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/checklist-1.png',0,'attachment','image/png',0),(394901,1,'2023-11-02 09:20:50','2023-11-02 09:20:50','','secure-data','','inherit','open','closed','','secure-data','','','2023-11-02 09:20:50','2023-11-02 09:20:50','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/secure-data.png',0,'attachment','image/png',0),(394902,1,'2023-11-02 09:20:51','2023-11-02 09:20:51','','certificate-1','','inherit','open','closed','','certificate-1','','','2023-11-02 09:20:51','2023-11-02 09:20:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/certificate-1.png',0,'attachment','image/png',0),(394903,1,'2023-11-02 09:20:51','2023-11-02 09:20:51','','customer-support-1','','inherit','open','closed','','customer-support-1','','','2023-11-02 09:20:51','2023-11-02 09:20:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/customer-support-1.png',0,'attachment','image/png',0),(395923,1,'2024-01-15 18:57:32','2024-01-15 18:57:32','','menu','','inherit','open','closed','','menu','','','2024-01-15 18:57:32','2024-01-15 18:57:32','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2024/01/menu.png',0,'attachment','image/png',0),(396128,1,'2024-01-19 18:22:06','2024-01-19 18:22:06','','Logo Sophie copy','','inherit','open','closed','','logo-sophie-copy','','','2024-01-19 18:22:06','2024-01-19 18:22:06','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2024/01/Logo-Sophie-copy.png',0,'attachment','image/png',0),(396137,1,'2024-01-19 20:38:58','2024-01-19 20:38:58','','Logo Sophie-Recovered','','inherit','open','closed','','logo-sophie-recovered','','','2024-01-19 20:38:58','2024-01-19 20:38:58','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2024/01/Logo-Sophie-Recovered.png',0,'attachment','image/png',0),(396861,1,'2024-03-04 09:17:11','2024-03-04 09:17:11','','menu-1','','inherit','open','closed','','menu-1','','','2024-03-04 09:17:11','2024-03-04 09:17:11','',0,'https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2024/03/menu-1.png',0,'attachment','image/png',0),(397069,1,'2024-04-10 17:39:17','2024-04-10 17:39:17','','play-button (1)','','inherit','open','closed','','play-button-1','','','2024-04-10 17:39:17','2024-04-10 17:39:17','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png',0,'attachment','image/png',0),(397106,1,'2024-04-11 12:12:12','2024-04-11 12:12:12','','heart-rate','','inherit','open','closed','','heart-rate','','','2024-04-11 12:12:12','2024-04-11 12:12:12','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png',0,'attachment','image/png',0),(397107,1,'2024-04-11 12:13:21','2024-04-11 12:13:21','','to-do-list','','inherit','open','closed','','to-do-list','','','2024-04-11 12:13:21','2024-04-11 12:13:21','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png',0,'attachment','image/png',0),(397151,1,'2024-04-12 14:28:58','2024-04-12 14:28:58','','Ellen-017 (1)','','inherit','open','closed','','ellen-017-1','','','2024-04-12 14:28:58','2024-04-12 14:28:58','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg',0,'attachment','image/jpeg',0),(397163,1,'2024-04-12 18:31:07','2024-04-12 18:31:07','','Ellen_096','','inherit','open','closed','','ellen_096','','','2024-04-12 18:31:07','2024-04-12 18:31:07','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg',0,'attachment','image/jpeg',0),(397165,1,'2024-04-12 18:47:49','2024-04-12 18:47:49','','Ellen_095','','inherit','open','closed','','ellen_095','','','2024-04-12 18:47:49','2024-04-12 18:47:49','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg',0,'attachment','image/jpeg',0),(397495,1,'2024-04-19 20:58:24','2024-04-19 20:58:24','','skin-care','','inherit','open','closed','','skin-care','','','2024-04-19 20:58:24','2024-04-19 20:58:24','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png',0,'attachment','image/png',0),(397594,1,'2024-05-02 09:35:50','2024-05-02 09:35:50','','salad','','inherit','open','closed','','salad','','','2024-05-02 09:35:50','2024-05-02 09:35:50','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/salad.png',0,'attachment','image/png',0),(397596,1,'2024-05-02 09:38:16','2024-05-02 09:38:16','','nature','','inherit','open','closed','','nature','','','2024-05-02 09:38:16','2024-05-02 09:38:16','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/nature.png',0,'attachment','image/png',0),(397597,1,'2024-05-02 10:47:45','2024-05-02 10:47:45','','scale','','inherit','open','closed','','scale','','','2024-05-02 10:47:45','2024-05-02 10:47:45','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/scale.png',0,'attachment','image/png',0),(397598,1,'2024-05-02 10:59:25','2024-05-02 10:59:25','','fish','','inherit','open','closed','','fish','','','2024-05-02 10:59:25','2024-05-02 10:59:25','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/fish.png',0,'attachment','image/png',0),(397599,1,'2024-05-02 11:02:01','2024-05-02 11:02:01','','yoga','','inherit','open','closed','','yoga','','','2024-05-02 11:02:01','2024-05-02 11:02:01','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/yoga.png',0,'attachment','image/png',0),(397775,1,'2024-05-08 08:18:32','2024-05-08 08:18:32','','cardio','','inherit','open','closed','','cardio','','','2024-05-08 08:18:32','2024-05-08 08:18:32','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/cardio.png',0,'attachment','image/png',0),(397777,1,'2024-05-08 08:21:00','2024-05-08 08:21:00','','review','','inherit','open','closed','','review','','','2024-05-08 08:21:00','2024-05-08 08:21:00','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/review.png',0,'attachment','image/png',0),(397778,1,'2024-05-08 08:21:32','2024-05-08 08:21:32','','wishlist','','inherit','open','closed','','wishlist','','','2024-05-08 08:21:32','2024-05-08 08:21:32','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/wishlist.png',0,'attachment','image/png',0),(397984,1,'2024-05-15 18:48:12','2024-05-15 18:48:12','','theknot+copy','','inherit','open','closed','','theknotcopy','','','2024-05-15 18:48:12','2024-05-15 18:48:12','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/theknotcopy.png',0,'attachment','image/png',0),(397985,1,'2024-05-15 18:48:34','2024-05-15 18:48:34','','kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311+copy','','inherit','open','closed','','kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982-6546420615249188982311copy','','','2024-05-15 18:48:34','2024-05-15 18:48:34','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png',0,'attachment','image/png',0),(397986,1,'2024-05-15 18:49:11','2024-05-15 18:49:11','','yoga-journal-logo-vector','','inherit','open','closed','','yoga-journal-logo-vector','','','2024-05-15 18:49:11','2024-05-15 18:49:11','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/yoga-journal-logo-vector.png',0,'attachment','image/png',0),(397987,1,'2024-05-15 18:50:42','2024-05-15 18:50:42','','psychology-today','','inherit','open','closed','','psychology-today','','','2024-05-15 18:50:42','2024-05-15 18:50:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/psychology-today.png',0,'attachment','image/png',0),(397990,1,'2024-05-15 18:54:58','2024-05-15 18:54:58','','womens-health','','inherit','open','closed','','womens-health','','','2024-05-15 18:54:58','2024-05-15 18:54:58','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/womens-health.png',0,'attachment','image/png',0),(397991,1,'2024-05-15 18:55:42','2024-05-15 18:55:42','','instyle+copy','','inherit','open','closed','','instylecopy','','','2024-05-15 18:55:42','2024-05-15 18:55:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/instylecopy.png',0,'attachment','image/png',0),(398382,1,'2024-06-08 08:24:00','2024-06-08 08:24:00','','slider-logo','','inherit','open','closed','','slider-logo','','','2024-06-08 08:24:00','2024-06-08 08:24:00','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/slider-logo.png',0,'attachment','image/png',0),(398400,1,'2024-06-09 10:22:03','2024-06-09 10:22:03','','Logo Ellen','','inherit','open','closed','','logo-ellen','','','2024-06-09 10:22:03','2024-06-09 10:22:03','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Logo-Ellen.png',0,'attachment','image/png',0),(398401,1,'2024-06-09 10:34:12','2024-06-09 10:34:12','','Logo Ellen copy','','inherit','open','closed','','logo-ellen-copy','','','2024-06-09 10:34:12','2024-06-09 10:34:12','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Logo-Ellen-copy.png',0,'attachment','image/png',0),(398423,1,'2024-07-01 15:32:11','2024-07-01 15:32:11','','Ellen_Services201','','inherit','open','closed','','ellen_services201','','','2024-07-01 15:32:11','2024-07-01 15:32:11','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png',0,'attachment','image/png',0),(398430,1,'2024-07-08 07:43:01','2024-07-08 07:43:01','','Ellen_119','','inherit','open','closed','','ellen_119','','','2025-10-22 19:40:39','2025-10-22 11:40:39','',397441,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_119.png',0,'attachment','image/png',0),(398439,1,'2024-07-12 11:09:07','2024-07-12 11:09:07','','Ellen_Servces208','','inherit','open','closed','','ellen_servces208','','','2024-07-12 11:09:07','2024-07-12 11:09:07','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png',0,'attachment','image/png',0),(398471,1,'2024-07-25 19:28:30','2024-07-25 19:28:30','','Ellen_Services209 (1)','','inherit','open','closed','','ellen_services209-1','','','2025-10-22 19:40:39','2025-10-22 11:40:39','',397446,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_Services209-1.png',0,'attachment','image/png',0),(398606,1,'2024-08-12 17:41:46','2024-08-12 17:41:46','','Product Shop 2','','inherit','open','closed','','product-shop-2','','','2024-08-12 17:41:46','2024-08-12 17:41:46','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2022/03/Product-Shop-2.png',0,'attachment','image/png',0),(398612,1,'2024-08-12 19:55:22','2024-08-12 19:55:22','','Product Shop 1','','inherit','open','closed','','product-shop-1','','','2024-08-12 19:55:22','2024-08-12 19:55:22','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2022/03/Product-Shop-1.png',0,'attachment','image/png',0),(398613,1,'2024-08-12 20:23:13','2024-08-12 20:23:13','','Product Shop 3','','inherit','open','closed','','product-shop-3','','','2024-08-12 20:23:13','2024-08-12 20:23:13','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2022/03/Product-Shop-3.png',0,'attachment','image/png',0),(398616,1,'2024-08-12 20:47:26','2024-08-12 20:47:26','','Product Shop 4','','inherit','open','closed','','product-shop-4','','','2024-08-12 20:47:26','2024-08-12 20:47:26','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2023/08/Product-Shop-4.png',0,'attachment','image/png',0),(398865,1,'2024-08-18 20:16:26','2024-08-18 20:16:26','','quote','','inherit','open','closed','','quote','','','2024-08-18 20:16:26','2024-08-18 20:16:26','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/quote.png',0,'attachment','image/png',0),(399386,1,'2024-10-05 07:26:00','2024-10-05 07:26:00','','6707402-hd_1920_1080_25fps','','inherit','open','closed','','6707402-hd_1920_1080_25fps-2','','','2024-10-05 07:26:00','2024-10-05 07:26:00','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4',0,'attachment','video/mp4',0),(399387,1,'2024-10-05 07:27:06','2024-10-05 07:27:06','','Ellen_099','','inherit','open','closed','','ellen_099-3','','','2024-10-05 07:27:06','2024-10-05 07:27:06','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg',0,'attachment','image/jpeg',0),(399390,1,'2024-10-05 07:30:50','2024-10-05 07:30:50','','Freebie 1','','inherit','open','closed','','freebie-1-2','','','2024-10-05 07:30:50','2024-10-05 07:30:50','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png',0,'attachment','image/png',0),(399393,1,'2024-10-05 07:44:50','2024-10-05 07:44:50','','Ellen_104','','inherit','open','closed','','ellen_104','','','2024-10-05 07:44:50','2024-10-05 07:44:50','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_104.jpg',0,'attachment','image/jpeg',0),(399402,1,'2024-10-05 08:14:23','2024-10-05 08:14:23','','Ellen_Services300 (1)','','inherit','open','closed','','ellen_services300-1-2','','','2024-10-05 08:14:23','2024-10-05 08:14:23','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services300-1.jpg',0,'attachment','image/jpeg',0),(399403,1,'2024-10-05 08:15:10','2024-10-05 08:15:10','','Ellen_Services301 (1)','','inherit','open','closed','','ellen_services301-1-2','','','2024-10-05 08:15:10','2024-10-05 08:15:10','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services301-1.jpg',0,'attachment','image/jpeg',0),(399405,1,'2024-10-05 08:19:49','2024-10-05 08:19:49','','Money Back','','inherit','open','closed','','money-back','','','2024-10-05 08:19:49','2024-10-05 08:19:49','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Money-Back.png',0,'attachment','image/png',0),(399407,1,'2024-10-05 08:23:56','2024-10-05 08:23:56','','Ellen_Services200','','inherit','open','closed','','ellen_services200','','','2024-10-05 08:23:56','2024-10-05 08:23:56','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png',0,'attachment','image/png',0),(399410,1,'2024-10-05 08:28:18','2024-10-05 08:28:18','','Servide Title','','inherit','open','closed','','servide-title','','','2024-10-05 08:28:18','2024-10-05 08:28:18','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Servide-Title.png',0,'attachment','image/png',0),(399483,1,'2025-02-20 09:02:47','2025-02-20 09:02:47','','KathyNew_400','','inherit','open','closed','','kathynew_400','','','2025-02-20 09:02:47','2025-02-20 09:02:47','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg',0,'attachment','image/jpeg',0),(399484,1,'2025-02-20 09:03:41','2025-02-20 09:03:41','','KathyNew_220','','inherit','open','closed','','kathynew_220','','','2025-02-20 09:03:41','2025-02-20 09:03:41','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg',0,'attachment','image/jpeg',0),(399485,1,'2025-02-20 09:04:30','2025-02-20 09:04:30','','KathyNew_201','','inherit','open','closed','','kathynew_201','','','2025-02-20 09:04:30','2025-02-20 09:04:30','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg',0,'attachment','image/jpeg',0),(399487,1,'2025-02-20 09:04:53','2025-02-20 09:04:53','','KathyNew_203','','inherit','open','closed','','kathynew_203','','','2025-02-20 09:04:53','2025-02-20 09:04:53','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203.jpg',0,'attachment','image/jpeg',0),(399489,1,'2025-02-20 09:06:35','2025-02-20 09:06:35','','KathyNew_001','','inherit','open','closed','','kathynew_001','','','2025-02-20 09:06:35','2025-02-20 09:06:35','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_001.jpg',0,'attachment','image/jpeg',0),(399491,1,'2025-02-20 09:07:59','2025-02-20 09:07:59','','KathyNew_210','','inherit','open','closed','','kathynew_210','','','2025-02-20 09:07:59','2025-02-20 09:07:59','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg',0,'attachment','image/jpeg',0),(399496,1,'2025-02-20 09:12:08','2025-02-20 09:12:08','','KathyNew_300','','inherit','open','closed','','kathynew_300','','','2025-02-20 09:12:08','2025-02-20 09:12:08','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_300.jpg',0,'attachment','image/jpeg',0),(399498,1,'2025-02-20 09:13:44','2025-02-20 09:13:44','','KathyNew_215','','inherit','open','closed','','kathynew_215','','','2025-10-22 19:40:39','2025-10-22 11:40:39','',397426,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/KathyNew_215.jpg',0,'attachment','image/jpeg',0),(399503,1,'2025-02-20 09:41:18','2025-02-20 09:41:18','','KathyNew_211','','inherit','open','closed','','kathynew_211','','','2025-02-20 09:41:18','2025-02-20 09:41:18','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_211.jpg',0,'attachment','image/jpeg',0),(368057,1,'2023-10-04 18:04:05','2023-10-04 18:04:05','.life_coach_home_header .et_pb_button_module_wrapper {\n display: inline-block !important\n}\n\n/* Home Page Hero Section */\n\n.tro_home_hero_section h1.title{\n color:var(--color5);\n}\n.tro_home_hero_section h1.title span{\n color:var(--color5);\n}\n.tro_home_hero_section h1{\n padding-bottom:0px!important;\n}\n/* Client Section */\n\n.tro_client_section .et_pb_blurb .et_pb_image_wrap {\n position: relative;\n}\n.tro_client_section .et_pb_blurb .et_pb_image_wrap:before {\n content: \'\';\n position: absolute;\n border: 1px solid var(--color2);\n width: 100%;\n height: 100%;\n border-radius: 50%;\n top: -1px;\n left: -1px;\n transition: all .5s ease;\n}\n\n.tro_client_section .et_pb_blurb .et_pb_image_wrap img {\n border-radius: 50%;\n padding: 5px;\n}\n.tro_client_section .et_pb_blurb{\n position:relative;\n}\n.tro_client_section .et_pb_blurb:before{\n content: \'\';\n position: absolute;\n background: var(--color2);\n width: 100%;\n height: 95%;\n top: 40px;\n border-radius: 0 0 5px 5px;\n transition: all .5s ease;\n}\n.tro_client_section .client_box .et_pb_column:hover .et_pb_blurb .et_pb_image_wrap:before{\n border: 1px dashed var(--color1);\n}\n.tro_client_section .client_box .et_pb_column:hover .et_pb_blurb .et_pb_image_wrap:after{\n background:var(--color1);\n}\n.tro_client_section .client_box .et_pb_column:hover .et_pb_blurb:before{\n background:var(--color1);\n}\n\n\n/*Video Popup*/\n\nbody:not(.et-fb) .dl-popup-wrapper {\n position: fixed;\n z-index: 990;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);\n opacity: 0;\n visibility: hidden;\n}\nbody:not(.et-fb) .dl-popup-wrapper.popup-is-visible {\n opacity: 1;\n visibility: visible;\n}\n\n.dl-popup-inside {\n height: 100%;\n}\n\nbody.dl-noscroll {\n overflow: hidden;\n}\n\n.troo-popup-section {\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n.troo-popup-section .et_pb_row {\n margin-top: 0;\n margin-bottom: 0;\n}\n\n@media (min-width: 600px) and (max-width: 782px) {\n body:not(.et-fb).admin-bar .dl-popup-wrapper {\n top: 46px;\n }\n}\n@media (min-width: 783px) {\n body:not(.et-fb).admin-bar .dl-popup-wrapper {\n top: 32px;\n }\n}\n\n.et_builder_inner_content.popup-is-visible {\n z-index: 99999;\n}\n\n.popup-close {\n cursor: pointer;\n}\n\n.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {\n animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;\n animation-delay: 0.5s;\n}\n@keyframes scale-in {\n 0% {\n transform: scale(0.3);\n opacity: 0;\n }\n 100% {\n transform: scale(1);\n opacity: 1;\n }\n}\n\n.popup-close .et_pb_icon_wrap .et-pb-icon {\n background: var(--color1);\n color: #fff;\n width: 50px;\n height: 50px;\n line-height: 50px;\n font-size: 32px;\n border-radius: 50%;\n}\n\n@media only screen and (max-width: 767px) {\n .popup-close .et_pb_icon_wrap .et-pb-icon {\n width: 35px;\n height: 35px;\n line-height: 35px;\n }\n}\n\n.slr_video{}\n\n','Sophia_Theme','','publish','closed','closed','','sophia_theme','','','2023-10-04 18:04:05','2023-10-04 18:04:05','',0,'https://demosdivi.lovelyconfetti.com/sophia/2023/10/04/sophia_theme/',0,'custom_css','',0),(396868,1,'2024-03-04 09:17:45','2024-03-04 09:17:45','[et_pb_section fb_built=\"1\" module_id=\"marie_light_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.55)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" hover_enabled=\"0\" global_colors_info=\"%91%93\" title_text=\"Ellen_1020\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"2px\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"%91%93\"]<p><strong>BROWSE ALL POSTS IN:</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_align=\"center\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"28px\" text_orientation=\"center\" global_colors_info=\"%91%93\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMj4iLCJhZnRlciI6IjwvaDI+In19@[/et_pb_text][et_pb_search placeholder=\"LOOKING FOR...\" button_color=\"#FFFFFF\" placeholder_color=\"#FFFFFF\" module_class=\"ingrid_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"#FFFFFF\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" form_field_font=\"|600||on|||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_letter_spacing=\"2px\" background_enable_color=\"off\" max_width=\"600px\" module_alignment=\"center\" custom_css_button=\"background: none;\" border_radii=\"on|2px|2px|2px|2px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"sophia_gridblog\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#F4F2ED\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" use_current_loop=\"on\" posts_number=\"6\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#000000\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#181D22\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" read_more_font=\"|||on|||||\" read_more_font_size=\"13px\" read_more_letter_spacing=\"1px\" text_orientation=\"center\" filter_saturate=\"80%\" hover_enabled=\"0\" border_width_all=\"0px\" global_colors_info=\"{}\" read_more_text_color__hover_enabled=\"on|hover\" read_more_text_color__hover=\"#000000\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','All Category Pages','','publish','open','closed','','all-category-pages-2','','','2024-03-04 09:17:45','2024-03-04 09:17:45','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_body_layout/all-category-pages-2/',0,'et_body_layout','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (396869,1,'2024-03-04 09:17:46','2024-03-04 09:17:46','[et_pb_section fb_built=\"1\" module_id=\"marie_light_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.5)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" hover_enabled=\"0\" global_colors_info=\"%91%93\" title_text=\"Ellen_1020\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"2px\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"%91%93\"]<p><strong>BROWSE ALL POSTS IN:</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _dynamic_attributes=\"content\" _module_preset=\"default\" header_text_align=\"center\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"28px\" text_orientation=\"center\" global_colors_info=\"%91%93\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMj4iLCJhZnRlciI6IjwvaDI+In19@[/et_pb_text][et_pb_search placeholder=\"LOOKING FOR..\" button_color=\"#FFFFFF\" placeholder_color=\"#FFFFFF\" module_class=\"ingrid_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" form_field_font=\"|600|||||||\" form_field_font_size=\"13px\" form_field_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" max_width=\"600px\" module_alignment=\"center\" custom_css_button=\"background: none;\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" use_current_loop=\"on\" posts_number=\"6\" use_manual_excerpt=\"off\" excerpt_length=\"200\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#000000\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" read_more_font=\"|||on|||||\" read_more_font_size=\"13px\" read_more_letter_spacing=\"1px\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_post_meta=\"font-weight: 500;\" border_width_all=\"0px\" global_colors_info=\"{}\" read_more_text_color__hover_enabled=\"on|hover\" read_more_text_color__hover=\"#000000\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','All Project Category Pages','','publish','open','closed','','all-project-category-pages-2','','','2024-03-04 09:17:46','2024-03-04 09:17:46','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_body_layout/all-project-category-pages-2/',0,'et_body_layout','',0),(396870,1,'2024-03-04 09:17:47','2024-03-04 09:17:47','[et_pb_section fb_built=\"1\" module_id=\"marie_light_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.56)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" hover_enabled=\"0\" global_colors_info=\"%91%93\" title_text=\"Ellen_1020\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"2px\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"%91%93\"]<p><span>BROWSE ALL POSTS IN:</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" text_orientation=\"center\" global_colors_info=\"%91%93\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMj4iLCJhZnRlciI6IjwvaDI+In19@[/et_pb_text][et_pb_search placeholder=\"LOOKING FOR...\" button_color=\"#FFFFFF\" placeholder_color=\"#FFFFFF\" module_class=\"judy_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"#FFFFFF\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" form_field_focus_text_color=\"#FFFFFF\" button_font=\"|600||on|||||\" button_text_color=\"#181D22\" button_font_size=\"12px\" button_letter_spacing=\"1px\" form_field_font=\"|600|||||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" max_width=\"600px\" module_alignment=\"center\" custom_css_button=\"background: none;\" border_radii=\"on|5px|5px|5px|5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\" background_color=\"#F5F6F1\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"500\" include_categories=\"all\" show_thumbnail=\"off\" excerpt_length=\"250\" show_author=\"off\" show_date=\"off\" module_class=\"judy_bloggrid\" _builder_version=\"4.23\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"left\" body_text_color=\"#000000\" meta_font=\"|600||on|||||\" meta_text_align=\"left\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" read_more_font=\"|||on|||||\" read_more_font_size=\"13px\" read_more_letter_spacing=\"1px\" text_orientation=\"center\" custom_css_post_meta=\"font-weight: 500;\" border_width_all=\"0px\" global_colors_info=\"{}\" read_more_text_color__hover_enabled=\"on|hover\" read_more_text_color__hover=\"#000000\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Search Results','','publish','open','closed','','search-results-2','','','2024-03-04 09:17:47','2024-03-04 09:17:47','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_body_layout/search-results-2/',0,'et_body_layout','',0),(396871,1,'2024-03-04 09:17:48','2024-03-04 09:17:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" height=\"100vh\" custom_padding=\"12vw||12vw||true|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"404 ERROR\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/thumb-down.png\" image_icon_width=\"65px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_text_align=\"center\" header_font_size=\"95px\" body_text_align=\"center\" body_font_size=\"18px\" header_font_size_tablet=\"60px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"%91%93\"]<p>This page may have been moved or deleted. Be sure to check your spelling.</p>[/et_pb_blurb][et_pb_search placeholder=\"LOOKING FOR..\" button_color=\"#000000\" module_class=\"judy_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"#181D22\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_font=\"|600||on|||||\" button_text_color=\"#FFFFFF\" button_font_size=\"13px\" button_letter_spacing=\"2px\" form_field_font=\"|||on|||||\" form_field_text_align=\"center\" form_field_letter_spacing=\"1px\" background_color=\"#FFFFFF\" module_alignment=\"center\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#000000\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.16\" _module_preset=\"default\" header_3_font_size=\"40px\" text_orientation=\"center\" global_colors_info=\"%91%93\"]<h3>OR</h3>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"Back To Homepage\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" custom_css_after=\"||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"%91%93\" custom_css_before__hover_enabled=\"on|hover\" custom_css_before__hover=\"transition: 0.5s ease-in-out;|| -webkit-transform: translateX(-49%);|| transform: translateX(-49%);\" custom_css_after__hover_enabled=\"on|desktop\" custom_css_after__hover=\"transition: 0.5s ease-in-out;|| -webkit-transform: translateX(49%);|| transform: translateX(49%);\" button_text_color__hover_enabled=\"on|hover\" button_border_color__hover_enabled=\"on|hover\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"\" button_bg_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#000000\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_111.jpg\" title_text=\"Ellen_111\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','publish','open','closed','','404-page','','','2024-03-04 09:17:48','2024-03-04 09:17:48','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_body_layout/404-page/',0,'et_body_layout','',0),(396872,1,'2024-03-04 09:17:49','2024-03-04 09:17:49','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_enable_image=\"off\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"marie_toggle\" _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"110px|40px|125px||false|false\" custom_padding_tablet=\"50px|0px|25px||false|false\" custom_padding_phone=\"|0px|25px||false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_wc_breadcrumb breadcrumb_home_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI3MjgzNCJ9fQ==@\" _builder_version=\"4.21.0\" _dynamic_attributes=\"breadcrumb_home_url\" _module_preset=\"default\" body_font=\"|600||on|||||\" body_text_color=\"#000000\" body_font_size=\"12px\" body_letter_spacing=\"1px\" global_colors_info=\"{}\"][/et_pb_wc_breadcrumb][et_pb_wc_images sale_badge_color=\"#AC4A4B\" _builder_version=\"4.25.1\" _module_preset=\"default\" sale_badge_font=\"|||on|||||\" sale_badge_font_size=\"18px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][/et_pb_wc_images][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"|||0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_wc_title _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|600||on|||||\" header_font_size=\"24px\" custom_margin=\"||10px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_wc_title][et_pb_divider color=\"#222222\" _builder_version=\"4.20.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_wc_price _builder_version=\"4.25.1\" _module_preset=\"default\" body_font_size=\"22px\" before_sale_price_font_size=\"20px\" sale_price_font_size=\"20px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][/et_pb_wc_price][et_pb_wc_description _builder_version=\"4.23\" _module_preset=\"default\" body_line_height=\"2em\" ul_font=\"||||||||\" ul_line_height=\"2.2em\" text_orientation=\"justified\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_wc_description][et_pb_wc_add_to_cart show_quantity=\"off\" show_stock=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" fields_text_align=\"center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"10px\" button_icon=\"E||divi||400\" button_on_hover=\"off\" button_custom_padding=\"11px|40px|11px|30px|true|false\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_fields=\"padding: 9px !important;\" custom_css_buttons=\"padding: 12px 30px;||width: 100%;\" border_radii_fields=\"on|5px|5px|5px|5px\" border_width_all_fields=\"1px\" border_width_all_dropdown_menus=\"1px\" border_color_all_dropdown_menus=\"#000000\" global_colors_info=\"{}\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#454334\"][/et_pb_wc_add_to_cart][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" border_width_top=\"1px\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instant Download\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/checklist-1.png\" image_icon_width=\"45px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;\" custom_css_blurb_content=\"max-width: 100%;\" global_colors_info=\"%91%93\"]<p>Pay and recieve your product</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" border_width_right=\"1px\" border_width_left=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_blurb title=\"Secure Payment\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/secure-data.png\" image_icon_width=\"45px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;\" custom_css_blurb_content=\"max-width: 100%;\" global_colors_info=\"%91%93\"]<p>Safe shopping guarantee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" border_width_right=\"1px\" global_colors_info=\"{}\"][et_pb_blurb title=\"100% Satisfaction\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/certificate-1.png\" image_icon_width=\"45px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;||\" custom_css_blurb_content=\"max-width: 100%;\" global_colors_info=\"%91%93\"]<p>Money back garantee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Technical Support\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/11/customer-support-1.png\" image_icon_width=\"45px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;\" global_colors_info=\"%91%93\"]<p>Service support 24/7</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_enable_image=\"off\" custom_padding=\"75px||75px||false|false\" custom_padding_tablet=\"62px||62px||true|false\" custom_padding_phone=\"50px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" text_text_color=\"#1f2532\" text_line_height=\"157%\" header_2_font=\"|||on|||||\" header_2_font_size=\"40px\" header_2_line_height=\"0.8em\" text_orientation=\"center\" module_alignment=\"left\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"30\" text_font_size_phone=\"26\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"%91%93\"]<h2>PRODUCT DESCRIPTION</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][et_pb_wc_description description_type=\"description\" _builder_version=\"4.25.1\" _module_preset=\"default\" body_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"][/et_pb_wc_description][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"70px||70px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_wc_related_products posts_number=\"3\" columns_number=\"3\" include_categories=\"all\" sale_badge_color=\"#ACA892\" icon_hover_color=\"#454334\" hover_overlay_color=\"#F5F6F1\" hover_icon=\"||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|||on|||||\" title_text_align=\"center\" title_font_size=\"36px\" rating_text_align=\"center\" rating_font_size=\"18px\" product_title_text_align=\"center\" product_title_font_size=\"24px\" price_text_align=\"center\" price_font_size=\"18px\" sale_badge_font=\"|||on|||||\" sale_badge_font_size=\"18px\" sale_price_font=\"|700||on|||||\" title_font_size_tablet=\"36px\" title_font_size_phone=\"32px\" title_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_wc_related_products][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||110px||false|false\" custom_padding_tablet=\"70px||70px||false|false\" custom_padding_phone=\"50px||50px||true|false\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"28%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]Your questions answered[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" text_line_height=\"157%\" header_line_height=\"0.8em\" header_2_font=\"|||on|||||\" header_2_font_size=\"40px\" header_2_line_height=\"0.8em\" text_orientation=\"center\" module_alignment=\"left\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"30\" text_font_size_phone=\"26\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"%91%93\"]<h2>FREQUENTLY ASKED QUESTIONS</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_toggle title=\"PRODUCT DETAILS\" open_toggle_text_color=\"#181D22\" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||15px||false|false\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][et_pb_toggle title=\"THIS PRODUCT IS FOR YOU IF\" open_toggle_text_color=\"#181D22\" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_toggle title=\"PAYMENT OPTIONS\" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||15px||false|false\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][et_pb_toggle title=\"SHIPPING AND RETURNS \" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section]','All Products','','publish','open','closed','','all-products','','','2024-03-04 09:17:49','2024-03-04 09:17:49','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_body_layout/all-products/',0,'et_body_layout','',0),(397052,1,'2024-04-10 14:28:57','2024-04-10 14:28:57','.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n}','Ellen_Theme','','publish','closed','closed','','ellen_theme-2','','','2025-10-22 19:44:20','2025-10-22 11:44:20','',0,'https://demosdivi.lovelyconfetti.com/ellen/2024/04/10/ellen_theme/',0,'custom_css','',0),(397706,1,'2024-05-06 15:59:30','2024-05-06 15:59:30','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#454334 59%|rgba(255,255,255,0) 59%\" custom_margin=\"||0px||false|false\" custom_padding=\"100px||0px||false|false\" custom_padding_tablet=\"35px||0px||false|false\" custom_padding_phone=\"35px||0px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background-image: linear-gradient(180deg, var(--color6); 59%, rgba(255, 255, 255, 0) 59%) !important;||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"%91%93\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title categories=\"off\" featured_image=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" title_font_size=\"36px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#FFFFFF\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||||false|false\" custom_padding_tablet=\"70px|50px|0px|50px|false|true\" custom_padding_phone=\"20px|40px|0px|40px|false|true\" custom_padding_last_edited=\"on|phone\" title_font_size_tablet=\"34px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_post_title][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"15px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _dynamic_attributes=\"background_image\" _module_preset=\"default\" background_image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" custom_padding=\"200px||200px||true|false\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"10px||10px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"0px||100px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"#F5F6F1\" max_width=\"1000px\" module_alignment=\"center\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"45px|0px||0px|false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"%91%93\" gutter_width__hover_enabled=\"on|desktop\" gutter_width__hover=\"2\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"0px|0px||0px|false|false\" custom_padding_tablet=\"0px|0px||0px|false|false\" custom_padding_phone=\"0px|0px||0px|false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"min-width: 70%\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"min-width: 100%\" custom_css_main_element_phone=\"min-width: 100%\"][et_pb_post_content _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_align=\"justify\" text_line_height=\"2.3em\" header_font_size=\"38px\" header_line_height=\"1.3em\" header_2_font_size=\"32px\" header_2_line_height=\"1.2em\" header_3_font_size=\"28px\" header_3_line_height=\"1.2em\" header_4_font_size=\"24px\" header_4_line_height=\"1.3em\" header_5_font_size=\"22px\" header_5_line_height=\"1.3em\" header_6_font_size=\"20px\" header_6_line_height=\"1.3em\" background_enable_color=\"off\" custom_margin=\"0px|0px||0px|false|true\" custom_margin_tablet=\"-2vw||||false|true\" custom_margin_phone=\"-2vw||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|0px||0px|false|false\" header_font_size_tablet=\"38px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"28px\" header_3_font_size_phone=\"24px\" header_3_font_size_last_edited=\"on|phone\" custom_css_main_element=\"max-width: 100%;||background-color: transparent !Important;\" global_colors_info=\"{}\"][/et_pb_post_content][et_pb_post_nav prev_text=\"PREVIOUS POST\" next_text=\"NEXT POST\" module_class=\"lawyerblog_nav\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600|||on||||\" title_font_size=\"12px\" title_letter_spacing=\"2px\" title_line_height=\"1.3em\" global_colors_info=\"{}\" title_text_color__hover_enabled=\"on|hover\" title_text_color__hover=\"#b69d74\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"text-align:center;\" custom_css_main_element_phone=\"text-align:center;\"][/et_pb_post_nav][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_font=\"||on||||||\" header_3_font=\"|600||on|||||\" header_3_text_align=\"center\" header_3_font_size=\"28px\" custom_margin=\"35px||||false|false\" global_colors_info=\"%91%93\"]<h3>You may Also Like..</h3>[/et_pb_text][et_pb_blog fullwidth=\"off\" posts_number=\"2\" include_categories=\"current\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"24px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||25px||false|false\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][et_pb_comments module_class=\"lawyer_comment\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_custom_padding=\"20px||20px||true|false\" header_level=\"h3\" header_font=\"|600||on|||||\" header_font_size=\"20px\" title_font=\"|600||on|||||\" title_font_size=\"20px\" meta_font=\"|600||on|||||\" meta_text_color=\"#333333\" meta_font_size=\"12px\" meta_letter_spacing=\"1px\" body_text_color=\"#333333\" form_field_font=\"|||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"1px\" custom_button=\"on\" button_text_size=\"15px\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"3px|15px|3px|0px|true|false\" title_text_align_tablet=\"center\" title_text_align_phone=\"\" title_text_align_last_edited=\"on|desktop\" custom_css_submit_button=\"padding: 9px 30px !important;\" border_radii_fields=\"on|0px|0px|0px|0px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#181D22\" global_colors_info=\"{}\" custom_css_submit_button_last_edited=\"on|tablet\" custom_css_submit_button_tablet=\"padding: 9px 30px! Important\" custom_css_submit_button_phone=\"margin:auto;\"][/et_pb_comments][/et_pb_column][/et_pb_row][/et_pb_section]','All Posts','','publish','open','closed','','all-posts','','','2024-05-06 15:59:30','2024-05-06 15:59:30','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/all-posts/',0,'et_body_layout','',0),(398830,1,'2024-08-18 08:02:35','2024-08-18 08:02:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_font=\"||||||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"50px\" header_3_font=\"|||on|||||\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"28px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" header_font_size_tablet=\"44px\" header_font_size_phone=\"40px\" header_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"28px\" header_3_font_size_phone=\"22px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoidGVybV9kZXNjcmlwdGlvbiIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_shop type=\"product_category\" posts_number=\"6\" include_categories=\"current\" columns_number=\"3\" sale_badge_color=\"#ACA892\" icon_hover_color=\"#454334\" hover_overlay_color=\"rgba(245,246,241,0.9)\" hover_icon=\"||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_text_align=\"center\" title_font_size=\"22px\" price_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-3','','','2024-08-18 08:02:35','2024-08-18 08:02:35','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/theme-builder-layout-3/',0,'et_body_layout','',0),(399357,1,'2024-08-27 09:14:30','2024-08-27 09:14:30','[et_pb_section fb_built=\"1\" module_id=\"marie_light_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.55)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"2px\" header_text_align=\"center\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"%91%93\"]<p><strong>BROWSE ALL POSTS IN:</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_align=\"center\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"28px\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"%91%93\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMj4iLCJhZnRlciI6IjwvaDI+In19@[/et_pb_text][et_pb_search placeholder=\"LOOKING FOR...\" button_color=\"#FFFFFF\" placeholder_color=\"#FFFFFF\" module_class=\"ingrid_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"#FFFFFF\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" form_field_font=\"|600||on|||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_letter_spacing=\"2px\" background_enable_color=\"off\" max_width=\"600px\" module_alignment=\"center\" hover_enabled=\"0\" custom_css_button=\"background: none;\" border_radii=\"on|2px|2px|2px|2px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"sophia_gridblog\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#F4F2ED\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" use_current_loop=\"on\" posts_number=\"6\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" offset_number=\"0\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#000000\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#181D22\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" read_more_font=\"|||on|||||\" read_more_font_size=\"13px\" read_more_letter_spacing=\"1px\" text_orientation=\"center\" filter_saturate=\"80%\" hover_enabled=\"0\" border_width_all=\"0px\" global_colors_info=\"%91%93\" read_more_text_color__hover_enabled=\"on|hover\" read_more_text_color__hover=\"#000000\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','All Category Pages','','publish','open','closed','','all-category-pages','','','2024-08-27 09:14:30','2024-08-27 09:14:30','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/all-category-pages/',0,'et_body_layout','',0),(399358,1,'2024-08-27 09:14:31','2024-08-27 09:14:31','[et_pb_section fb_built=\"1\" module_id=\"marie_light_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.5)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"2px\" header_text_align=\"center\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"%91%93\"]<p><strong>BROWSE ALL POSTS IN:</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _dynamic_attributes=\"content\" _module_preset=\"default\" header_text_align=\"center\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"28px\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"%91%93\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMj4iLCJhZnRlciI6IjwvaDI+In19@[/et_pb_text][et_pb_search placeholder=\"LOOKING FOR..\" button_color=\"#FFFFFF\" placeholder_color=\"#FFFFFF\" module_class=\"ingrid_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" form_field_font=\"|600|||||||\" form_field_font_size=\"13px\" form_field_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" max_width=\"600px\" module_alignment=\"center\" hover_enabled=\"0\" custom_css_button=\"background: none;\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#F4F2ED\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" use_current_loop=\"on\" posts_number=\"6\" use_manual_excerpt=\"off\" excerpt_length=\"200\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" offset_number=\"0\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#000000\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" read_more_font=\"|||on|||||\" read_more_font_size=\"13px\" read_more_letter_spacing=\"1px\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_post_meta=\"font-weight: 500;\" border_width_all=\"0px\" global_colors_info=\"%91%93\" read_more_text_color__hover_enabled=\"on|hover\" read_more_text_color__hover=\"#000000\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','All Project Category Pages','','publish','open','closed','','all-project-category-pages','','','2024-08-27 09:14:31','2024-08-27 09:14:31','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/all-project-category-pages/',0,'et_body_layout','',0),(399359,1,'2024-08-27 09:14:32','2024-08-27 09:14:32','[et_pb_section fb_built=\"1\" module_id=\"marie_light_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.56)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"2px\" header_text_align=\"center\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"%91%93\"]<p><span>BROWSE ALL POSTS IN:</span></p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_align=\"center\" header_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"%91%93\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMj4iLCJhZnRlciI6IjwvaDI+In19@[/et_pb_text][et_pb_search placeholder=\"LOOKING FOR...\" button_color=\"#FFFFFF\" placeholder_color=\"#FFFFFF\" module_class=\"judy_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"#FFFFFF\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" form_field_focus_text_color=\"#FFFFFF\" button_font=\"|600||on|||||\" button_text_color=\"#181D22\" button_font_size=\"12px\" button_letter_spacing=\"1px\" form_field_font=\"|600|||||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" max_width=\"600px\" module_alignment=\"center\" hover_enabled=\"0\" custom_css_button=\"background: none;\" border_radii=\"on|5px|5px|5px|5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"500\" include_categories=\"all\" show_thumbnail=\"off\" excerpt_length=\"250\" show_author=\"off\" show_date=\"off\" offset_number=\"0\" module_class=\"judy_bloggrid\" _builder_version=\"4.23\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"left\" body_text_color=\"#000000\" meta_font=\"|600||on|||||\" meta_text_align=\"left\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" read_more_font=\"|||on|||||\" read_more_font_size=\"13px\" read_more_letter_spacing=\"1px\" text_orientation=\"center\" hover_enabled=\"0\" custom_css_post_meta=\"font-weight: 500;\" border_width_all=\"0px\" global_colors_info=\"%91%93\" read_more_text_color__hover_enabled=\"on|hover\" read_more_text_color__hover=\"#000000\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Search Results','','publish','open','closed','','search-results','','','2024-08-27 09:14:32','2024-08-27 09:14:32','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/search-results/',0,'et_body_layout','',0),(399360,1,'2024-08-27 09:14:34','2024-08-27 09:14:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" height=\"100vh\" custom_padding=\"12vw||12vw||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"404 ERROR\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2023/11/thumb-down.png\" image_icon_width=\"65px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_text_align=\"center\" header_font_size=\"95px\" body_text_align=\"center\" body_font_size=\"18px\" header_font_size_tablet=\"60px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"%91%93\"]<p>This page may have been moved or deleted. Be sure to check your spelling.</p>[/et_pb_blurb][et_pb_search placeholder=\"LOOKING FOR..\" button_color=\"#000000\" module_class=\"judy_search\" _builder_version=\"4.23\" _module_preset=\"default\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"#181D22\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_font=\"|600||on|||||\" button_text_color=\"#FFFFFF\" button_font_size=\"13px\" button_letter_spacing=\"2px\" form_field_font=\"|||on|||||\" form_field_text_align=\"center\" form_field_letter_spacing=\"1px\" background_color=\"#FFFFFF\" module_alignment=\"center\" border_radii=\"on|4px|4px|4px|4px\" border_color_all=\"#000000\" global_colors_info=\"{}\"][/et_pb_search][et_pb_text _builder_version=\"4.16\" _module_preset=\"default\" header_3_font_size=\"40px\" text_orientation=\"center\" global_colors_info=\"%91%93\"]<h3>OR</h3>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"Back To Homepage\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" custom_css_after=\"||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"%91%93\" custom_css_before__hover_enabled=\"on|hover\" custom_css_before__hover=\"transition: 0.5s ease-in-out;|| -webkit-transform: translateX(-49%);|| transform: translateX(-49%);\" custom_css_after__hover_enabled=\"on|desktop\" custom_css_after__hover=\"transition: 0.5s ease-in-out;|| -webkit-transform: translateX(49%);|| transform: translateX(49%);\" button_text_color__hover_enabled=\"on|hover\" button_border_color__hover_enabled=\"on|hover\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"\" button_bg_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#000000\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg\" title_text=\"KathyNew_220\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','publish','open','closed','','404-page-2','','','2024-08-27 09:14:34','2024-08-27 09:14:34','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/404-page-2/',0,'et_body_layout','',0),(399361,1,'2024-08-27 09:14:35','2024-08-27 09:14:35','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_enable_image=\"off\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"marie_toggle\" _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"110px|40px|125px||false|false\" custom_padding_tablet=\"50px|0px|25px||false|false\" custom_padding_phone=\"|0px|25px||false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_wc_breadcrumb breadcrumb_home_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI3MjgzNCJ9fQ==@\" _builder_version=\"4.21.0\" _dynamic_attributes=\"breadcrumb_home_url\" _module_preset=\"default\" body_font=\"|600||on|||||\" body_text_color=\"#000000\" body_font_size=\"12px\" body_letter_spacing=\"1px\" global_colors_info=\"{}\"][/et_pb_wc_breadcrumb][et_pb_wc_images sale_badge_color=\"#AC4A4B\" _builder_version=\"4.25.1\" _module_preset=\"default\" sale_badge_font=\"|||on|||||\" sale_badge_font_size=\"18px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][/et_pb_wc_images][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"|||0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_wc_title _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h2\" header_font=\"|600||on|||||\" header_font_size=\"24px\" custom_margin=\"||10px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_wc_title][et_pb_divider color=\"#222222\" _builder_version=\"4.20.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_wc_price _builder_version=\"4.25.1\" _module_preset=\"default\" body_font_size=\"22px\" before_sale_price_font_size=\"20px\" sale_price_font_size=\"20px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][/et_pb_wc_price][et_pb_wc_description _builder_version=\"4.23\" _module_preset=\"default\" body_line_height=\"2em\" ul_font=\"||||||||\" ul_line_height=\"2.2em\" text_orientation=\"justified\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_wc_description][et_pb_wc_add_to_cart show_quantity=\"off\" show_stock=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" fields_text_align=\"center\" custom_button=\"on\" button_border_width=\"1px\" button_border_radius=\"10px\" button_icon=\"E||divi||400\" button_on_hover=\"off\" button_custom_padding=\"11px|40px|11px|30px|true|false\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_fields=\"padding: 9px !important;\" custom_css_buttons=\"padding: 12px 30px;||width: 100%;\" border_radii_fields=\"on|5px|5px|5px|5px\" border_width_all_fields=\"1px\" border_width_all_dropdown_menus=\"1px\" border_color_all_dropdown_menus=\"#000000\" global_colors_info=\"{}\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#454334\"][/et_pb_wc_add_to_cart][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" border_width_top=\"1px\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instant Download\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2023/11/checklist-1.png\" image_icon_width=\"45px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;\" custom_css_blurb_content=\"max-width: 100%;\" global_colors_info=\"%91%93\"]<p>Pay and recieve your product</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" border_width_right=\"1px\" border_width_left=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_blurb title=\"Secure Payment\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2023/11/secure-data.png\" image_icon_width=\"45px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;\" custom_css_blurb_content=\"max-width: 100%;\" global_colors_info=\"%91%93\"]<p>Safe shopping guarantee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" border_width_right=\"1px\" global_colors_info=\"{}\"][et_pb_blurb title=\"100% Satisfaction\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2023/11/certificate-1.png\" image_icon_width=\"45px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;||\" custom_css_blurb_content=\"max-width: 100%;\" global_colors_info=\"%91%93\"]<p>Money back garantee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Technical Support\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2023/11/customer-support-1.png\" image_icon_width=\"45px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"center\" body_text_align=\"center\" custom_css_blurb_image=\"vertical-align: middle;||margin-bottom: 10px;\" global_colors_info=\"%91%93\"]<p>Service support 24/7</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_enable_image=\"off\" custom_padding=\"75px||75px||false|false\" custom_padding_tablet=\"62px||62px||true|false\" custom_padding_phone=\"50px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" text_text_color=\"#1f2532\" text_line_height=\"157%\" header_2_font=\"|||on|||||\" header_2_font_size=\"40px\" header_2_line_height=\"0.8em\" text_orientation=\"center\" module_alignment=\"left\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"30\" text_font_size_phone=\"26\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"%91%93\"]<h2>PRODUCT DESCRIPTION</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][et_pb_wc_description description_type=\"description\" _builder_version=\"4.25.1\" _module_preset=\"default\" body_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"][/et_pb_wc_description][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"70px||70px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_wc_related_products posts_number=\"3\" columns_number=\"3\" include_categories=\"all\" sale_badge_color=\"#ACA892\" icon_hover_color=\"#454334\" hover_overlay_color=\"#F5F6F1\" hover_icon=\"||fa||900\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|||on|||||\" title_text_align=\"center\" title_font_size=\"36px\" rating_text_align=\"center\" rating_font_size=\"18px\" product_title_text_align=\"center\" product_title_font_size=\"24px\" price_text_align=\"center\" price_font_size=\"18px\" sale_badge_font=\"|||on|||||\" sale_badge_font_size=\"18px\" sale_price_font=\"|700||on|||||\" title_font_size_tablet=\"36px\" title_font_size_phone=\"32px\" title_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_wc_related_products][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||110px||false|false\" custom_padding_tablet=\"70px||70px||false|false\" custom_padding_phone=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"%91%93\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"28%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"%91%93\"]Your questions answered[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" text_line_height=\"157%\" header_line_height=\"0.8em\" header_2_font=\"|||on|||||\" header_2_font_size=\"40px\" header_2_line_height=\"0.8em\" text_orientation=\"center\" module_alignment=\"left\" custom_margin=\"||20px||false|false\" text_font_size_tablet=\"30\" text_font_size_phone=\"26\" text_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"%91%93\"]<h2>FREQUENTLY ASKED QUESTIONS</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_toggle title=\"PRODUCT DETAILS\" open_toggle_text_color=\"#181D22\" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||15px||false|false\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][et_pb_toggle title=\"THIS PRODUCT IS FOR YOU IF\" open_toggle_text_color=\"#181D22\" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_toggle title=\"PAYMENT OPTIONS\" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||15px||false|false\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][et_pb_toggle title=\"SHIPPING AND RETURNS \" icon_color=\"#181D22\" toggle_icon=\"L||divi||400\" use_icon_font_size=\"on\" icon_font_size=\"20px\" open_icon_color=\"#181D22\" open_toggle_icon=\"K||divi||400\" open_use_icon_font_size=\"on\" open_icon_font_size=\"20px\" _builder_version=\"4.23\" _module_preset=\"default\" title_text_color=\"#181D22\" title_font_size=\"20px\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"|0px||0px|false|true\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#181D22\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section]','All Products','','publish','open','closed','','all-products-2','','','2024-08-27 09:14:35','2024-08-27 09:14:35','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/all-products-2/',0,'et_body_layout','',0),(399362,1,'2024-08-27 09:14:36','2024-08-27 09:14:36','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#454334 59%|rgba(255,255,255,0) 59%\" custom_margin=\"||0px||false|false\" custom_padding=\"100px||0px||false|false\" custom_padding_tablet=\"35px||0px||false|false\" custom_padding_phone=\"35px||0px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background-image: linear-gradient(180deg, var(--color6); 59%, rgba(255, 255, 255, 0) 59%) !important;||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_title categories=\"off\" featured_image=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" title_font_size=\"36px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#FFFFFF\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||||false|false\" custom_padding_tablet=\"70px|50px|0px|50px|false|true\" custom_padding_phone=\"20px|40px|0px|40px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" title_font_size_tablet=\"34px\" title_font_size_phone=\"28px\" title_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_post_title][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"15px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _dynamic_attributes=\"background_image\" _module_preset=\"default\" background_image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" custom_padding=\"200px||200px||true|false\" hover_enabled=\"0\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"10px||10px||true|false\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"0px||100px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"#F5F6F1\" max_width=\"1000px\" module_alignment=\"center\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"45px|0px||0px|false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"%91%93\" gutter_width__hover_enabled=\"on|desktop\" gutter_width__hover=\"2\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"0px|0px||0px|false|false\" custom_padding_tablet=\"0px|0px||0px|false|false\" custom_padding_phone=\"0px|0px||0px|false|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" custom_css_main_element=\"min-width: 70%\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"min-width: 100%\" custom_css_main_element_phone=\"min-width: 100%\"][et_pb_post_content _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_align=\"justify\" text_line_height=\"2.3em\" header_font_size=\"38px\" header_line_height=\"1.3em\" header_2_font_size=\"32px\" header_2_line_height=\"1.2em\" header_3_font_size=\"28px\" header_3_line_height=\"1.2em\" header_4_font_size=\"24px\" header_4_line_height=\"1.3em\" header_5_font_size=\"22px\" header_5_line_height=\"1.3em\" header_6_font_size=\"20px\" header_6_line_height=\"1.3em\" background_enable_color=\"off\" custom_margin=\"0px|0px||0px|false|true\" custom_margin_tablet=\"-2vw||||false|true\" custom_margin_phone=\"-2vw||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|0px||0px|false|false\" hover_enabled=\"0\" header_font_size_tablet=\"38px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"28px\" header_3_font_size_phone=\"24px\" header_3_font_size_last_edited=\"on|phone\" custom_css_main_element=\"max-width: 100%;||background-color: transparent !Important;\" global_colors_info=\"{}\"][/et_pb_post_content][et_pb_post_nav prev_text=\"PREVIOUS POST\" next_text=\"NEXT POST\" module_class=\"lawyerblog_nav\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600|||on||||\" title_font_size=\"12px\" title_letter_spacing=\"2px\" title_line_height=\"1.3em\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_color__hover_enabled=\"on|hover\" title_text_color__hover=\"#b69d74\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"text-align:center;\" custom_css_main_element_phone=\"text-align:center;\"][/et_pb_post_nav][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_font=\"||on||||||\" header_3_font=\"|600||on|||||\" header_3_text_align=\"center\" header_3_font_size=\"28px\" custom_margin=\"35px||||false|false\" hover_enabled=\"0\" global_colors_info=\"%91%93\"]<h3>You may Also Like..</h3>[/et_pb_text][et_pb_blog fullwidth=\"off\" posts_number=\"2\" include_categories=\"current\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" offset_number=\"0\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"24px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"||25px||false|false\" hover_enabled=\"0\" border_width_all=\"0px\" global_colors_info=\"%91%93\"][/et_pb_blog][et_pb_comments module_class=\"lawyer_comment\" _builder_version=\"4.25.1\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_custom_padding=\"20px||20px||true|false\" header_level=\"h3\" header_font=\"|600||on|||||\" header_font_size=\"20px\" title_font=\"|600||on|||||\" title_font_size=\"20px\" meta_font=\"|600||on|||||\" meta_text_color=\"#333333\" meta_font_size=\"12px\" meta_letter_spacing=\"1px\" body_text_color=\"#333333\" form_field_font=\"|||on|||||\" form_field_font_size=\"12px\" form_field_letter_spacing=\"1px\" custom_button=\"on\" button_text_size=\"15px\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"3px|15px|3px|0px|true|false\" hover_enabled=\"0\" title_text_align_tablet=\"center\" title_text_align_phone=\"\" title_text_align_last_edited=\"on|desktop\" custom_css_submit_button=\"padding: 9px 30px !important;\" border_radii_fields=\"on|0px|0px|0px|0px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#181D22\" global_colors_info=\"{}\" custom_css_submit_button_last_edited=\"on|tablet\" custom_css_submit_button_tablet=\"padding: 9px 30px! Important\" custom_css_submit_button_phone=\"margin:auto;\"][/et_pb_comments][/et_pb_column][/et_pb_row][/et_pb_section]','All Posts','','publish','open','closed','','all-posts-2','','','2024-08-27 09:14:36','2024-08-27 09:14:36','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/all-posts-2/',0,'et_body_layout','',0),(399508,1,'2025-02-20 10:13:07','2025-02-20 10:13:07','','Ellen Freebie','','inherit','open','closed','','ellen-freebie-2','','','2025-02-20 10:13:07','2025-02-20 10:13:07','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/Ellen-Freebie.png',0,'attachment','image/png',0),(399519,1,'2025-04-05 09:49:17','2025-04-05 09:49:17','','Ellen_3500','','inherit','open','closed','','ellen_3500','','','2025-04-05 09:49:17','2025-04-05 09:49:17','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3500.jpg',0,'attachment','image/jpeg',0),(399521,1,'2025-04-05 09:55:02','2025-04-05 09:55:02','','Ellen_3600','','inherit','open','closed','','ellen_3600','','','2025-04-05 09:55:02','2025-04-05 09:55:02','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3600.jpg',0,'attachment','image/jpeg',0),(399524,1,'2025-04-05 11:31:13','2025-04-05 11:31:13','','Ellen Podcast','','inherit','open','closed','','ellen-podcast','','','2025-04-05 11:31:13','2025-04-05 11:31:13','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen-Podcast.png',0,'attachment','image/png',0),(399526,1,'2025-04-11 07:23:26','2025-04-11 07:23:26','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2025-04-11 07:23:26','2025-04-11 07:23:26','',0,'https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/woocommerce-placeholder.png',0,'attachment','image/png',0),(394888,1,'2023-11-02 09:20:42','2023-11-02 09:20:42','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"Alors Footer - Grace\" module_id=\"sophia_dark_background\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#181d22\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" hover_enabled=\"0\" custom_css_main_element=\"overflow:hidden;\" border_width_top=\"1px\" border_color_top=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Alors Footer - Grace - Row\" _builder_version=\"4.23\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||30px||false|false\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_phone=\"display:block;\" custom_css_main_element_tablet=\"display:block;\"][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"40px||30px||false|false\" custom_padding_tablet=\"40px||10px||false|false\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0% !important;||margin-bottom: 30px !important\"][et_pb_cta title=\"Quick Links\" admin_label=\"Alors Footer - Grace - Call To Action\" _builder_version=\"4.23\" _module_preset=\"default\" header_font=\"|600|||||||\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"|600|||||||\" body_font_size=\"12px\" body_letter_spacing=\"1px\" body_line_height=\"1.3em\" body_link_font=\"|600|||||||\" body_link_text_color=\"#FFFFFF\" use_background_color=\"off\" text_orientation=\"left\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight:400;||padding-bottom:0;\" custom_css_promo_title=\"padding-bottom:15px;\" global_colors_info=\"{}\" body_link_text_color__hover_enabled=\"on|hover\" body_link_text_color__hover=\"#FFFFFF\"]<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/\">HOME</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/about/\">ABOUT</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/services/\">SERVICES</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/podcast/\">PODCAST</a></p>\n<p> </p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"40px||30px||false|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0 !important;||margin-bottom: 30px !important\" custom_css_before_last_edited=\"on|tablet\" custom_css_before_phone=\"display:none !important;\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_3_font=\"|600|||||||\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"60px\" global_colors_info=\"{}\"]<h3>SOPHIA</h3>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"Sloop Script Pro||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"55px\" text_orientation=\"center\" custom_margin=\"-30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>WordPress Theme</p>[/et_pb_text][et_pb_social_media_follow icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"14px\" admin_label=\"Alors Footer - Grace - Social Media Follow\" _builder_version=\"4.23\" _module_preset=\"default\" text_orientation=\"center\" custom_margin=\"45px||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"#fcfbf8\"][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#ea2c59\" background_enable_color=\"off\" custom_css_main_element=\"position:relative;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"off|desktop\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#ea2c59\" background_enable_color=\"off\" custom_css_main_element=\"position:relative;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"off|hover\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#ea2c59\" background_enable_color=\"off\" custom_css_main_element=\"position:relative;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|hover\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.1\" _module_preset=\"default\" custom_padding=\"40px||30px||false|false\" custom_padding_tablet=\"20px||30px||false|false\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\"][et_pb_cta title=\"More Links\" admin_label=\"Alors Footer - Grace - Call To Action\" _builder_version=\"4.23\" _module_preset=\"default\" header_font=\"|600|||||||\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"|600|||||||\" body_font_size=\"12px\" body_letter_spacing=\"1px\" body_line_height=\"1.3em\" body_link_font=\"|600|||||||\" body_link_text_color=\"#FFFFFF\" use_background_color=\"off\" text_orientation=\"right\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|desktop\" custom_css_promo_description=\"font-weight:400;||padding-bottom:0;\" custom_css_promo_title=\"padding-bottom:15px;\" global_colors_info=\"{}\" body_link_text_color__hover_enabled=\"on|hover\" body_link_text_color__hover=\"#FFFFFF\"]<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/about/\">ABOUT</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/services/\">SERVICES</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/podcast/\">TESTIMONIALS</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/marie/contact\">CONTACT</a></p>\n<p> </p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Alors Footer - Grace\" module_id=\"sophia_dark_background\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#7e697a\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_css_main_element=\"overflow:hidden;\" border_width_top=\"1px\" border_color_top=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Alors Footer - Grace - Text - ยฉ Copyright\" _builder_version=\"4.23\" _module_preset=\"67224014-a86d-41a2-88a9-e3cb52526dcd\" text_text_color=\"#FFFFFF\" text_font_size=\"9px\" text_letter_spacing=\"2px\" text_line_height=\"1.6em\" link_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"||||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" custom_css_main_element=\"font-weight:400 !important;||\" global_colors_info=\"%91%93\" sticky_enabled=\"0\"]<p><strong>COPYRIGHT ยฉ 2024. BUSINESS NAME GOES HERE. ALL RIGHTS RESERVED - THEME BY <a href=\"https://lovelyconfetti.com/\" target=\"_blank\" rel=\"noopener noreferrer\">LOVELY CONFETTI</a></strong><br /><strong>PRIVACY POLICY - TERMS AND CONDITIONS</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Search Results','','trash','open','closed','','search-results__trashed','','','2023-11-02 09:20:42','2023-11-02 09:20:42','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_footer_layout/search-results/',0,'et_footer_layout','',0),(394985,1,'2023-11-03 17:37:01','2023-11-03 17:37:01','[et_pb_section fb_built=\"1\" admin_label=\"Divi Flexile Header 30\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_color=\"off\" background_enable_image=\"off\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(0,0,0,0.1)\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element__sticky_enabled=\"on|sticky\" custom_css_main_element__sticky=\"box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1) !important;\"][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#F4F2ED\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"10px||10px||true|false\" sticky_position=\"top\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||align-items: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"off|tablet\" use_custom_gutter=\"on\" make_equal=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||10%|false|false\" custom_padding_tablet=\"|||5%|false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||align-items: center;||margin-bottom: 0;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"off|phone\" sticky_enabled=\"0\"][et_pb_code admin_label=\"JS\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]<script><!-- [et_pb_line_break_holder] -->(function($){<!-- [et_pb_line_break_holder] --> $(\'body\').on(\'click\', \'.dfh-30-hamburger-icon\', function(){<!-- [et_pb_line_break_holder] --> $(\".dfh-30-menu-row\").toggleClass(\"dfh-30-menu\"); <!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> $(\'body\').on(\'click\', \'.dfh-30-close-icon\', function(){<!-- [et_pb_line_break_holder] --> $(\".dfh-30-menu-row\").toggleClass(\"dfh-30-menu\");<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> $(\'body\').on(\'click touchstart\', \'.dfh-30 .et-menu .menu-item-has-children > a\', function() {<!-- [et_pb_line_break_holder] --> $(this).attr(\'href\', \'#/\'); <!-- [et_pb_line_break_holder] --> $(this).parent().children().children().toggleClass(\'dfh-show-menu-items\');<!-- [et_pb_line_break_holder] --> $(this).toggleClass(\'dfh-menu-switched-icon\');<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] -->})(jQuery);<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][et_pb_code admin_label=\"CSS\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]<style> <!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu .menu-item-has-children > a:after {<!-- [et_pb_line_break_holder] --> content: \'\\\\4c\'!important;<!-- [et_pb_line_break_holder] --> font-size: 16px !important;<!-- [et_pb_line_break_holder] --> font-weight: normal !important;<!-- [et_pb_line_break_holder] --> padding-left: 10px;<!-- [et_pb_line_break_holder] --> right: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu .menu-item-has-children > .dfh-menu-switched-icon:after {<!-- [et_pb_line_break_holder] --> content: \'\\\\4d\' !important;<!-- [et_pb_line_break_holder] --> font-size: 16px !important;<!-- [et_pb_line_break_holder] --> font-weight: normal !important;<!-- [et_pb_line_break_holder] --> padding-left: 10px;<!-- [et_pb_line_break_holder] --> right: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu .menu-item-has-children > a {<!-- [et_pb_line_break_holder] --> position: relative;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu .menu-item-has-children .sub-menu li {<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu .menu-item-has-children .sub-menu .dfh-show-menu-items {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et_pb_menu__menu {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et_mobile_nav_menu {<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu-nav .et-menu {<!-- [et_pb_line_break_holder] --> flex-direction: column;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu > li {<!-- [et_pb_line_break_holder] --> display: flex !important;<!-- [et_pb_line_break_holder] --> flex-direction: column;<!-- [et_pb_line_break_holder] --> margin-top: 15px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .sub-menu {<!-- [et_pb_line_break_holder] --> border-top: 0 !important;<!-- [et_pb_line_break_holder] --> box-shadow: none !important;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> flex-direction: column;<!-- [et_pb_line_break_holder] --> left: 0 !important;<!-- [et_pb_line_break_holder] --> opacity: 1 !important;<!-- [et_pb_line_break_holder] --> padding: 0 !important;<!-- [et_pb_line_break_holder] --> position: relative !important;<!-- [et_pb_line_break_holder] --> top: 4px !important;<!-- [et_pb_line_break_holder] --> visibility: visible !important;<!-- [et_pb_line_break_holder] --> width: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et_pb_menu__wrap {<!-- [et_pb_line_break_holder] --> justify-content: flex-start !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu li li a {<!-- [et_pb_line_break_holder] --> font-size: 14px !important;<!-- [et_pb_line_break_holder] --> font-weight: 600 !important;<!-- [et_pb_line_break_holder] --> padding: 0 0 16px 0 !important;<!-- [et_pb_line_break_holder] --> width: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30-menu-row {<!-- [et_pb_line_break_holder] --> overflow: auto;<!-- [et_pb_line_break_holder] --> scrollbar-width: none;<!-- [et_pb_line_break_holder] --> transform: translateX(100%);<!-- [et_pb_line_break_holder] --> transition: all 1s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30-menu-row::-webkit-scrollbar {<!-- [et_pb_line_break_holder] --> display: none;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30-menu-row.dfh-30-menu {<!-- [et_pb_line_break_holder] --> transform: translateX(0);<!-- [et_pb_line_break_holder] --> transition: all 1s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30-hamburger-icon,<!-- [et_pb_line_break_holder] -->.dfh-30-close-icon {<!-- [et_pb_line_break_holder] --> cursor: pointer;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30-hamburger-icon {<!-- [et_pb_line_break_holder] --> display: inline-block;<!-- [et_pb_line_break_holder] --> float: right;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30-hamburger-icon .et_pb_main_blurb_image,<!-- [et_pb_line_break_holder] -->.dfh-30-close-icon .et_pb_main_blurb_image {<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->.dfh-30 .et-menu li li.menu-item-has-children>a:first-child:after {<!-- [et_pb_line_break_holder] --> top: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.dfh-30 .nav li li {<!-- [et_pb_line_break_holder] --> padding: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" title_text=\"flexile-white-logo\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" src_last_edited=\"off|desktop\" admin_label=\"Logo\" _builder_version=\"4.23\" _dynamic_attributes=\"url,src\" _module_preset=\"default\" width=\"220px\" custom_margin=\"|20px|0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_menu _builder_version=\"4.23\" _module_preset=\"default\" menu_font=\"|600||on|||||\" menu_text_color=\"#181D22\" menu_font_size=\"13px\" menu_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"13px||||false|false\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|10%|||false|false\" custom_padding_tablet=\"|5%|||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||align-items: center;||justify-content: flex-end;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"off|phone\"][et_pb_button button_text=\"Click Here\" _builder_version=\"4.23\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"30px|20px|||false|false\" custom_padding=\"7px|30px|7px|20px|true|false\" custom_button=\"on\" button_icon=\"E||divi||400\" button_on_hover=\"off\"][/et_pb_button][et_pb_blurb use_icon=\"on\" font_icon=\"a||divi||400\" icon_color=\"#181D22\" image_icon_width=\"30px\" icon_alignment=\"right\" admin_label=\"Hamburger\" module_class=\"dfh-30-hamburger-icon\" _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"4px||0px||false|false\" custom_padding=\"0px||0px||true|false\" animation=\"off\" icon_font_size=\"30px\" global_colors_info=\"{}\" icon_color__hover_enabled=\"off|hover\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row module_class=\"dfh-30-menu-row\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#383838\" positioning=\"fixed\" position_origin_f=\"top_right\" z_index=\"9999999999\" width=\"20%\" width_tablet=\"40%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"30%\" max_width_tablet=\"50%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" height=\"100vh\" custom_padding=\"0px|30px||30px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb use_icon=\"on\" font_icon=\"M||divi||400\" icon_color=\"#FFFFFF\" image_icon_width=\"30px\" icon_alignment=\"right\" admin_label=\"Close\" module_class=\"dfh-30-close-icon\" _builder_version=\"4.16\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"top_right\" position_origin_r=\"top_right\" vertical_offset=\"10px\" horizontal_offset=\"-10px\" horizontal_offset_tablet=\"10px\" horizontal_offset_last_edited=\"off|phone\" custom_margin=\"0px||0px||true|false\" custom_padding=\"10px||10px||true|false\" animation=\"off\" icon_font_size=\"30px\" global_colors_info=\"{}\" icon_color__hover_enabled=\"off|hover\"][/et_pb_blurb][et_pb_menu menu_id=\"22\" active_link_color=\"#FFFFFF\" dropdown_menu_bg_color=\"RGBA(0,0,0,0)\" dropdown_menu_text_color=\"#FFFFFF\" dropdown_menu_active_link_color=\"#FFFFFF\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" logo_last_edited=\"off|phone\" module_class=\"dfh-30\" _builder_version=\"4.17.4\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"Poppins|700|||||||\" menu_text_color=\"#FFFFFF\" menu_font_size=\"22px\" menu_line_height=\"1.1em\" background_color=\"rgba(0,0,0,0)\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|desktop\" module_alignment=\"left\" custom_margin=\"60px||||false|false\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"0px||10px||false|false\" menu_font_size_last_edited=\"off|phone\" global_colors_info=\"{}\" custom_css_dropdown_container_last_edited=\"off|tablet\" custom_css_menu_logo_last_edited=\"off|tablet\" custom_css_active_menu_link_last_edited=\"off|desktop\" custom_css_menu_link_last_edited=\"off|tablet\" menu_text_color__hover_enabled=\"off|hover\" dropdown_menu_text_color__hover_enabled=\"off|hover\" active_link_color__hover_enabled=\"off|hover\"][/et_pb_menu][et_pb_text admin_label=\"Follow Us\" _builder_version=\"4.16\" _module_preset=\"default\" header_3_font=\"Poppins|700|||||||\" header_3_text_color=\"#FFFFFF\" width=\"100%\" global_colors_info=\"{}\"]<h3>Follow Us</h3>[/et_pb_text][et_pb_social_media_follow _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#3b5998\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.22.2\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#007bb6\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.16\" _module_preset=\"default\" background_color=\"#ea2c59\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','trash','open','closed','','theme-builder-layout-2__trashed','','','2023-11-03 17:37:01','2023-11-03 17:37:01','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_header_layout/theme-builder-layout-2/',0,'et_header_layout','',0),(396865,1,'2024-03-04 09:17:42','2024-03-04 09:17:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"0px||0px||true|false\" sticky_position=\"top\" sticky_position_tablet=\"none\" sticky_position_phone=\"\" sticky_position_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" box_shadow_style=\"preset3\" box_shadow_vertical=\"6px\" box_shadow_color=\"rgba(0,0,0,0.08)\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element__sticky_enabled=\"on|sticky\" custom_css_main_element__sticky=\"box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.1) !important;\"][et_pb_row custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||align-items: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column-reverse;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column-reverse;||justify-content: center;\"][et_pb_code admin_label=\"CSS for color codes\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" locked=\"off\" global_colors_info=\"{}\"]<style> <!-- [et_pb_line_break_holder] -->.dfh-1 .et_mobile_menu li:not(:last-child) a,<!-- [et_pb_line_break_holder] -->.dfh-1 .nav li li:not(:last-child),<!-- [et_pb_line_break_holder] -->.dfh-1 .et-menu-nav li.mega-menu>ul>li>a:first-child,<!-- [et_pb_line_break_holder] -->.dfh-1 .et-menu-nav li.mega-menu ul li ul li:not(:last-child) a {<!-- [et_pb_line_break_holder] --> border-bottom: 1px solid rgb(0,0,0,0.1) !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->@media screen and (min-width: 981px) {<!-- [et_pb_line_break_holder] -->.dfh-1 .sub-menu:before {<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" title_text=\"flexile-black-logo\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_bottom_space=\"off\" disabled_on=\"on|on|off\" admin_label=\"Logo\" _builder_version=\"4.22.0\" _dynamic_attributes=\"url,src\" _module_preset=\"default\" max_height=\"60px\" custom_padding=\"10px||10px||true|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_menu menu_id=\"4\" active_link_color=\"#383838\" dropdown_menu_bg_color=\"#F5F6F1\" dropdown_menu_line_color=\"#383838\" dropdown_menu_text_color=\"#383838\" dropdown_menu_active_link_color=\"#383838\" mobile_menu_bg_color=\"#F5F6F1\" mobile_menu_text_color=\"#383838\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" menu_icon_color=\"#383838\" logo_tablet=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" logo_phone=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" logo_last_edited=\"on|phone\" module_class=\"dfh-1\" _builder_version=\"4.25.1\" _dynamic_attributes=\"logo_url,logo_tablet,logo_phone\" _module_preset=\"default\" menu_font=\"|600||on|||||\" menu_text_color=\"#383838\" menu_font_size=\"12px\" menu_letter_spacing=\"1px\" background_enable_color=\"off\" text_orientation=\"right\" width=\"55%\" width_tablet=\"80%\" width_phone=\"\" width_last_edited=\"on|tablet\" module_alignment=\"right\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"28px|22px|||false|false\" custom_padding_tablet=\"10px|0px|0px||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" background_last_edited=\"off|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"\" module_alignment_last_edited=\"on|tablet\" custom_css_menu_link=\"padding-bottom: 30px;\" custom_css_dropdown_container=\"border-width: 1px;||border-radius: 5px;||left: auto !important;||padding: 0;||right: 0;\" custom_css_dropdown_links=\"padding: 12px 20px;\" custom_css_menu_logo=\"margin-bottom: 10px;||max-width: 200px;\" global_colors_info=\"{}\" custom_css_dropdown_container_last_edited=\"off|tablet\" custom_css_menu_logo_last_edited=\"off|desktop\" custom_css_active_menu_link_last_edited=\"off|desktop\" custom_css_menu_link_last_edited=\"off|tablet\" custom_css_main_element_last_edited=\"off|desktop\" menu_text_color__hover_enabled=\"off|hover\" dropdown_menu_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\"][/et_pb_menu][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Contact me\" button_alignment_tablet=\"center\" button_alignment_phone=\"\" button_alignment_last_edited=\"on|tablet\" disabled_on=\"off|off|off\" admin_label=\"Contact Us\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"4px\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"8px|34px|8px|24px|true|false\" custom_padding_tablet=\"16px|34px|16px|24px|true|false\" custom_padding_phone=\"16px|34px|16px|24px|true|false\" custom_padding_last_edited=\"on|tablet\" button_text_color_last_edited=\"off|desktop\" button_border_radius_tablet=\"0px\" button_border_radius_phone=\"\" button_border_radius_last_edited=\"on|tablet\" global_colors_info=\"%91%93\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width: 100%;\" button_text_color__hover_enabled=\"on|hover\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"\" button_bg_enable_color__hover=\"off\" custom_css_main_element_phone=\"width: 100%;\" button_text_color__hover=\"#000000\" button_border_width__hover_enabled=\"on|hover\" button_border_width__hover=\"1px\" button_icon_color__hover_enabled=\"on|desktop\" button_icon_color__hover=\"#454334\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#454334\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Unassigned','','publish','open','closed','','default-website-template-3','','','2024-03-04 09:17:42','2024-03-04 09:17:42','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_header_layout/default-website-template-3/',0,'et_header_layout','',0),(396866,1,'2024-03-04 09:17:43','2024-03-04 09:17:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.66)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" custom_padding=\"15px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Black-Minimalist-Website-Mockup-Instagram-Post.png\" title_text=\"Black Minimalist Website Mockup Instagram Post\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"280px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;||\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"32px\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p><strong>READY TO GET STARTED?</strong></p>\n<h3>Your FREE Healt & Wellness Guide download goes here</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_button button_text=\"DOWNLOAD THE GUIDE\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#F5F6F1\" button_border_radius=\"10px\" button_icon=\"E||divi||400\" button_on_hover=\"off\" custom_padding=\"10px|35px|10px|25px|true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NTM4MSJ9fQ==@\" _dynamic_attributes=\"button_url\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||20px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#181D22\" link_text_color=\"#181D22\" header_3_letter_spacing=\"1px\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"%91%93\"]<h3><strong>NAVIGATE</strong></h3>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/chloe/\">HOME</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/sophia/about\">ABOUT ME</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/sophia/blog-list/\">THE BLOG</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/sophia/podcast/\">THE PODCAST</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"|40px||40px|false|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"||20px||false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_width_left=\"1px\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|phone\" border_width_top_tablet=\"1px\" border_width_top_phone=\"1px\" border_width_top_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" border_width_bottom_tablet=\"1px\" border_width_bottom_phone=\"1px\" border_width_bottom_last_edited=\"on|desktop\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#181D22\" link_text_color=\"#181D22\" header_3_font_size=\"34px\" header_3_letter_spacing=\"1px\" text_orientation=\"center\" custom_margin=\"||12px||false|false\" global_colors_info=\"%91%93\"]<h3><strong>ELLEN THEME</strong></h3>\n<p>I don\'t know what you\'ve done. That post is full of strange code. If I were you, I would create the post from scratch by copying the texts.</p>[/et_pb_text][et_pb_social_media_follow icon_color=\"#181D22\" use_icon_font_size=\"on\" icon_font_size=\"12px\" _builder_version=\"4.24.3\" _module_preset=\"default\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]pinterest[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"tiktok\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]tiktok[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding_tablet=\"20px||||false|false\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#181D22\" link_text_color=\"#181D22\" header_font=\"|600|||||||\" header_3_letter_spacing=\"1px\" text_orientation=\"right\" custom_padding=\"||||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"%91%93\"]<h3><strong>FOR CLIENTS</strong></h3>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/sophia/services/\">SERVICES</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/sophia/resources/\">RESOURCES</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/sophia/sales-page/\">EDUCATION</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/sophia/portfolio/\">PORTFOLIO</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"10px||10px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_font=\"|600|||||||\" text_font_size=\"9px\" text_letter_spacing=\"2px\" text_line_height=\"1.6em\" link_text_color=\"#FFFFFF\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"%91%93\"]<p><strong>COPYRIGHT ยฉ 2024. BUSINESS NAME HERE | PRIVACY POLICY | TERMS OF USE | THEME BY <a href=\"https://lovelyconfetti.com/\" target=\"_blank\" rel=\"noopener\">LOVELY CONFETTI</a></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Unassigned','','publish','open','closed','','default-website-template-3','','','2024-03-04 09:17:43','2024-03-04 09:17:43','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_footer_layout/default-website-template-3/',0,'et_footer_layout','',0),(399290,1,'2024-08-20 19:35:56','2024-08-20 19:35:56','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEALTH COACHING</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>I help women cultivating<span></span></h1>\n<h1 class=\"title\"><strong>HEATLTHY BODY & MIND</strong></h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_108.jpg\" title_text=\"Ellen_108\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_padding=\"|||\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width=\"65%\" width_tablet=\"65%\" width_phone=\"80%\" width_last_edited=\"on|phone\" max_width_tablet=\"70%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEALTH & WELLNESS COACH</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong>,</h2>\n<h2>Wellness Coach, life success coach for women-preneurs, author and mom</h2>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_010-1.jpg\" title_text=\"Ellen_010 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" global_colors_info=\"{}\"]<p><strong>HEALTH COACH, WIFE AND MOM OF TWO</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V5 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"50px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||80px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"years of experience\" number=\"6+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Awards\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Don\'t chase the money, chase your dreams\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Don\'t chase the money, chase your dreams</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"courses launched\" number=\"4\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Satisfied customers\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#181D22\" title_font_size=\"24px\" title_line_height=\"120%\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Get the tools you need for a perfect website\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Get the tools you need for a perfect website</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Satisfied clients\" number=\"99\" admin_label=\"BContent V5 - Barbra - Number Counter - Return on investment\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" title_font_tablet=\"\" title_font_phone=\"\" title_font_last_edited=\"on|desktop\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - The best way to achieve perfection\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>The best way to achieve perfection</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Subscribers\" number=\"10K+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Uptime\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_font=\"||||||||\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Come explore the world of live pictures\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Come explore the world of live pictures</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_102-1.jpg\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2>We can effortlessly enhance your health together</h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p><strong>YOU MAY HAVE SEEN MY CLIENTS FEATURED IN:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/psychology-today.png\" title_text=\"psychology-today\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/theknotcopy.png\" title_text=\"theknot+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/womens-health.png\" title_text=\"womens-health\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/instylecopy.png\" title_text=\"instyle+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\" title_text=\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Ready To Create an Action Plan For Your Health? <strong>LET\'S CONNECT!</strong></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2 class=\"tro-title\"><span>WHY TO CHOOSE ME</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" image_icon_width=\"75px\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"75px\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" image_icon_width=\"75px\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW WE CAN WORK TOGETHER</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||20px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"35px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"50%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>new entries</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" text_orientation=\"center\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>A healthy lifestyle encompasses a holistic approach to health and well-being that goes beyond just engaging in regular physical activity.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_font_size=\"24px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" background_enable_color=\"off\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Home 1 - Ellen Layout','','publish','closed','closed','','home-1-ellen-layout','','','2024-08-20 19:35:56','2024-08-20 19:35:56','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/home-1-ellen-layout/',0,'et_pb_layout','',0),(399301,1,'2024-08-20 20:34:59','2024-08-20 20:34:59','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" module_id=\"v2\" module_class=\"olena_header_v2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.7)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"270px||70px||false|false\" custom_padding_tablet=\"120px||||false|false\" custom_padding_phone=\"70px||||false|false\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width_tablet=\"80%\" width_phone=\"78%\" width_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_css_main_element=\"position:static;\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_css_main_element=\"position:static;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"121px\" text_line_height=\"110%\" header_text_color=\"#F5F6F1\" header_font_size=\"50px\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||30px||false|false\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||20px||false|false\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"60px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"46px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Transform your relationship</h1>\n<h1>with FOOD, BODY & SELF</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"500px\" custom_padding=\"||140px||false|false\" custom_padding_tablet=\"||140px||false|false\" custom_padding_phone=\"5px||70px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"BROWSE MY SERVICES\" button_alignment=\"center\" _builder_version=\"4.25.0\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDMzNSJ9fQ==@\" button_text=\"LISTEN THE PODCAST\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"||fa||900\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"|20px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" collapsed=\"off\" global_colors_info=\"{}\" border_radii__hover_enabled=\"off|desktop\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"900px\" custom_margin=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_line_height=\"1.6em\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & NUTRITION SERVICES</h2>\n<p>I use my knowledge and expertise to help you live your best life. This means creating natural health & wellness services that help people make their life better</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_service1\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services202.png\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_blurb title=\"WEIGHT LOSS\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/scale.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"30px|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\"]<p>Your daily dose of inspiration for a life well-lived awaits. Let\'s make every day a step towards wellness.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\"][et_pb_blurb title=\"BODY & MIND BALANCE\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/nature.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\" custom_css_blurb_image_tablet=\"vertical-align: middle;\"]<p>Eating psychology coaching to explore the root causes of your eating, weight, and health challenges</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0 !important;||margin-bottom: 30px;\"][et_pb_blurb title=\"NUTRITION STRATEGIES\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/salad.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BBlurb V14 - Barbra - Row\" module_class=\"ellen_service1\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"10px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\"][et_pb_blurb title=\"RECIPES FOR EVERY DAY\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/fish.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0 !important;||margin-bottom: 30px;\"][et_pb_blurb title=\"MINDFUL LIVING\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/yoga.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\"][et_pb_blurb title=\"PROGRAMS & EVENTS\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"SEE MORE SERVICES\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||120px||false|false\" custom_padding_tablet=\"60px||80px||false|false\" custom_padding_phone=\"50px||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" custom_padding=\"200px||200px||true|false\" custom_padding_tablet=\"275px||275px||true|false\" custom_padding_phone=\"60px|20px|60px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb title=\"%22 The greatest wealth is health %22\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_font_size=\"26px\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"bottom_right\" position_origin_r_phone=\"bottom_right\" position_origin_r_last_edited=\"on|tablet\" width=\"100%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"|30px|30px|30px|false|true\" custom_padding_tablet=\"|30px|30px|30px|false|true\" custom_padding_phone=\"|10px|30px|10px|false|true\" custom_padding_last_edited=\"on|phone\" positioning_tablet=\"absolute\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" custom_css_blurb_content=\"background: #fff;||padding: 40px;||border-radius: 10px;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Subtitle goes here. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"60%\" max_width_phone=\"60%\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>ABOUT ME</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong> healer, teacher and coach in Nutritional Psychology</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Maecenas ultricies nulla rutrum, facilisis massa nec, ultricies felis. In id dapibus nisl. Nam vulputate sit amet lacus sit amet finibus. Sed rhoncus, erat vitae varius lacinia, tellus risus pulvinar diam, sit amet rutrum nibh lacus a nunc. Donec dui tortor, interdum quis ligula eu, consequat semper libero. Sed id semper ex. Morbi egestas accumsan tortor, sodales hendrerit diam hendrerit vel. Donec id dictum metus, sit amet scelerisque neque.</p>\n<p>Maecenas ultricies nulla rutrum, facilisis massa nec, ultricies felis. In id dapibus nisl. Nam vulputate sit amet lacus sit amet finibus. Sed rhoncus, erat vitae varius lacinia, tellus risus pulvinar diam, sit amet rutrum nibh lacus a nunc. Donec dui tortor, interdum quis ligula eu, consequat semper libero. Sed id semper ex. Morbi egestas accumsan tortor, sodales hendrerit diam hendrerit vel. Donec id dictum metus, sit amet scelerisque neque.</p>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled<br />bled</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"LEARN MORE ABOUT ME\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"pixie_testimonials pixie_testimonials_3\" _builder_version=\"4.25.1\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"overlay\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"60px||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>WHAT MY CLIENTS ARE SAYING</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_padding=\"||0px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" custom_padding=\"50px|50px|50px|50px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_color=\"#F5F6F1\" header_3_text_align=\"center\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"25px\" text_orientation=\"center\" custom_padding=\"20px||||false|false\" custom_css_before=\"position: absolute;||display: inline-block;||color: #fff;||text-align: center;||line-height: 1;||opacity: 0.2;||top: 40%;||left: 0;||right:0;||margin:auto;||font-family: ETmodules;||content: %22%927b%22;||font-size: 85px;||transform: rotate( 180deg);||z-index: 0;\" global_colors_info=\"{}\"]<h3>Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" custom_padding=\"50px|50px|50px|50px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_3_text_align=\"center\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"25px\" text_orientation=\"center\" custom_padding=\"20px||||false|false\" custom_css_before=\"position: absolute;||display: inline-block;||color: #fff;||text-align: center;||line-height: 1;||opacity: 0.2;||top: 40%;||left: 0;||right:0;||margin:auto;||font-family: ETmodules;||content: %22%927b%22;||font-size: 85px;||transform: rotate( 180deg);||z-index: 0;\" global_colors_info=\"{}\"]<h3>Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|165px||165px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_right_1=\"40px\" padding_left_1=\"165px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_3=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_3=\"true\" padding_1_tablet=\"|65px||65px|false|true\" padding_2_tablet=\"|||60px|false|false\" padding_3_tablet=\"\" padding_1_phone=\"|35px||35px|false|true\" padding_2_phone=\"|35px||35px|false|true\" padding_3_phone=\"|35px||35px|false|true\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|tablet\" padding_3_last_edited=\"on|phone\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" inner_width=\"100%\" inner_max_width=\"100%\" custom_padding=\"85px||85px||true|false\" custom_padding_tablet=\"85px||85px||true|false\" custom_padding_phone=\"70px||70px||true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font_size=\"40px\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & WELLNESS COACHING BENEFITS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||20px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support. Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][et_pb_accordion open_toggle_background_color=\"#000000\" closed_toggle_background_color=\"#000000\" icon_color=\"#000000\" use_icon_font_size=\"on\" icon_font_size=\"30px\" icon_font_size_tablet=\"30px\" icon_font_size_phone=\"24px\" icon_font_size_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_font=\"|600|||||||\" toggle_font_size=\"27px\" body_text_color=\"#181D22\" body_font_size=\"16px\" body_line_height=\"165%\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"-30px||0px||false|false\" custom_margin_tablet=\"-30px||0px||false|false\" custom_margin_phone=\"0px||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|0px|40px|0px|false|false\" toggle_font_size_tablet=\"20px\" toggle_font_size_phone=\"22px\" toggle_font_size_last_edited=\"on|desktop\" custom_css_toggle=\"padding:0 !important;||margin: 0 !important;\" custom_css_toggle_title=\"padding: 35px 45px 35px 0 !important;\" custom_css_toggle_icon=\" content: %22L%22 !important;|| background-color: #fff;|| display: block !important;|| transition: 0.3s;|| right: 0 !important;|| border-radius: 50%;|| padding: 5px 7px 6px 4px;|| transform: translate(0, -50%) rotate(0deg);|| margin-top: 0;\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. More confident\" open=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\"]<p>Step out of overwhelm and reclaim your inherit strenghts, abilities and self worth.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. More energy\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" open=\"off\"]<p>Let go of superwoman and embrace a more sustainable femenine power.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. More direcction\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" open=\"off\"]<p>Stop procrastinating annd start trusting your innerthruths to move you forward.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services202.png\" title_text=\"Ellen_Services202\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"25px||||false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_010-1.jpg\" title_text=\"Ellen_010 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"off|10px|||15px\" border_radii_tablet=\"off|10px|||15px\" border_radii_phone=\"off|10px|10px|10px|10px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.35)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW WE CAN WORK TOGETHER</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\" justify-content: space-between;|| display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;\" custom_css_main_element_phone=\"width:100% !important;\"][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" disabled_on=\"off|off|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" disabled_on=\"on|on|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;||margin-top: 20px;\" custom_css_main_element_phone=\"width:100% !important;||margin-top: 20px;\"][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" disabled_on=\"off|off|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:9.5% !important;\" custom_css_main_element_phone=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" disabled_on=\"on|on|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;||margin-top: 20px;\" custom_css_main_element_phone=\"width:100% !important;||margin-top: 20px;\"][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.0\" background_color=\"#F4F2ED\" custom_padding=\"||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"overflow: hidden;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"25%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>ON THE BLOG</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||||false|false\" use_custom_width=\"on\" custom_width_px=\"1170px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" custom_margin=\"||||false|false\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Home 2 โ Ellen Layout','','publish','closed','closed','','home-2-ellen-layout','','','2024-08-20 20:34:59','2024-08-20 20:34:59','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/home-2-ellen-layout/',0,'et_pb_layout','',0),(399302,1,'2024-08-20 20:36:29','2024-08-20 20:36:29','[et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_2=\"display: flex;||flex-direction: column;||justify-content: center;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" inner_width=\"80%\" inner_max_width=\"100%\" custom_margin=\"||-50px||false|false\" custom_padding=\"||115px||false|false\" custom_padding_tablet=\"||130px||false|false\" custom_padding_phone=\"||130px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"75px\" text_line_height=\"120%\" header_font=\"|||on|||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" position_origin_r=\"top_right\" z_index=\"99\" custom_margin_tablet=\"||-3px|||\" custom_margin_phone=\"|0%|20px||false|false\" custom_margin_last_edited=\"on|tablet\" text_font_size_tablet=\"55px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Womenโs health without<br />limitations</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_line_height=\"160%\" max_width=\"580px\" module_alignment=\"left\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_main_element=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"600px\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"40px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"20px||||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>Trusted by 4,000+ people</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"500px\" custom_margin=\"40px||||false|false\" custom_margin_tablet=\"15px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"EXPLORE MY SERVICES\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|15px||0px|false|false\" custom_padding_tablet=\"|15px||0px|false|false\" custom_padding_phone=\"|15px||0px|false|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CALL\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"40px||||false|false\" custom_margin_last_edited=\"on|tablet\" border_radii=\"off|15px|||15px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW I CAN I HELP YOU?</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"18px\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>High quality, affordable web content writing service</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE SERVICES\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Learn to eat healthy food\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/fish.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Periodic health check\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Reach your dream weight\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/scale.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_101.jpg\" custom_padding_tablet=\"200px||200px||true|false\" custom_padding_phone=\"150px||150px||true|false\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEY THERE<strong>, IยดM SOPHIA LOREN</strong> a functional nutritionist & wellness coach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus.</p>\n<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I understand your needs, because Iโve been there.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"15px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I am always open, honest, & ethical. If I canโt help you, Iโll say so.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"15px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<div class=\"check-item full-width\">\n<p class=\"et_pb_module_header\"><span>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</span></p>\n<div class=\"et_pb_blurb_description\"></div>\n</div>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>2+</h5>\nHAPPY CUSTOMERS WORLDWIDE[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>6+</h5>\n<p>YEARS OF WORK EXPERIENCE</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>4+</h5>\n<p>SUCCESFULLYย LAUNCHED COURSES</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>12K+</h5>\nHAPPY SUBSCRIBERS[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"#F4F2ED\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"18px\" text_orientation=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"15px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Explore real success stories from clients who have embarked on their own journeys with me.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Megan Brown \" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>ARCHITECT</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back. \"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Molly Wilson\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>THERAPIST COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"120px||120px||true|false\" custom_padding_phone=\"60px||60px||true|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"150px\" width_tablet=\"150px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text admin_label=\"BHeaderV V3 - Barbra - Text - We are\" _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"42px\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ready To Create an Action Plan For Your Health? LET\'S CONNECT!</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"35px||35px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"44px\" header_2_font_size=\"40px\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>WHY TO CHOOSE MY SERVICES</h2>\n<p>Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"I understand your needs\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/wishlist.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Quality & Community\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/review.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Results oriented\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Responsibility\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/wishlist.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"||10px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>A simple yet powerful and efficient process.</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CALL\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"30px|15px||0px|false|false\" custom_padding_tablet=\"30px|15px||0px|false|false\" custom_padding_phone=\"19px||||false|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|30px|||false|false\" custom_padding_tablet=\"|30px|||false|false\" custom_padding_phone=\"|0px||0px|false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>01</strong></p>[/et_pb_text][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||30px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|30px||30px|false|true\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>02</strong></p>[/et_pb_text][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_padding=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||30px|false|false\" custom_padding_phone=\"|0px||0px|false|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>03</strong></p>[/et_pb_text][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" parallax=\"on\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||10px||true|false\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_image=\"off\" background_enable_video_mp4=\"off\" custom_padding=\"200px||200px||true|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" width=\"92%\" max_width=\"none\" module_alignment=\"center\" custom_margin=\"-45px||||false|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"18px\" text_line_height=\"3.4em\" header_font_size=\"36px\" header_3_text_color=\"rgba(245,246,241,0.5)\" header_3_font_size=\"70px\" header_4_font=\"|600||on|||||\" header_4_text_align=\"center\" header_4_text_color=\"rgba(245,246,241,0.6)\" header_4_font_size=\"70px\" header_4_letter_spacing=\"2px\" text_orientation=\"center\" max_width=\"100%\" height=\"70px\" link_option_url=\"https://calendly.com/lovelyconfetti/caht-with-kathy\" link_option_url_new_window=\"on\" custom_css_main_element=\"overflow: hidden;\" global_colors_info=\"{}\"]<div class=\"marquee\">\n<h3 class=\"track\">Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข</h3>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" padding_right_2=\"120px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" padding_2_tablet=\"|50px||50px|false|true\" padding_2_phone=\"|50px||50px|false|true\" padding_2_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" inner_width=\"100%\" inner_max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"65px||15px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" title_text=\"Ellen_014\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"off||10px|10px|\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"44px\" module_alignment=\"left\" custom_margin=\"||10px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"42px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Health & Wellness Coaching Benefits</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||20px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support. Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Time Management\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" custom_margin=\"||25px||false|false\" global_colors_info=\"{}\"]<p>They help you develop strategies to overcome these obstacles.</p>[/et_pb_blurb][et_pb_blurb title=\"Self-Esteem\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" global_colors_info=\"{}\"]<p>This can help you build greater confidence and self-esteem.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Better Relationship\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" custom_margin=\"||25px||false|false\" global_colors_info=\"{}\"]<p>A life coach can help you improve your communication skills.</p>[/et_pb_blurb][et_pb_blurb title=\"Clarity\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" global_colors_info=\"{}\"]<p>Coach help you identify the steps you need to take to get there.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding=\"75px||90px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"25px||40px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"40%\" max_width_phone=\"60%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The latest posts</p>[/et_pb_text][et_pb_text admin_label=\"Adonis Content - Grace - Try not to become a man of success\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_align=\"center\" header_font_size=\"50px\" header_line_height=\"1.3em\" header_2_font_size=\"40px\" header_3_font=\"Marmelad||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"30px\" header_3_line_height=\"130%\" text_orientation=\"center\" max_width=\"900px\" max_width_tablet=\"\" max_width_phone=\"95%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"24px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_gridblog2\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" body_text_align=\"justify\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Home 3 โ Ellen Layout','','publish','closed','closed','','home-3-ellen-layout','','','2024-08-20 20:36:29','2024-08-20 20:36:29','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/home-3-ellen-layout/',0,'et_pb_layout','',0),(399303,1,'2024-08-20 20:37:37','2024-08-20 20:37:37','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/6707402-hd_1920_1080_25fps.mp4\" custom_margin=\"||-50px||false|false\" custom_padding=\"35px||100px||false|false\" custom_padding_tablet=\"||85px||false|false\" custom_padding_phone=\"||70px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" text_orientation=\"right\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>HEALTH & WELLNESS COACH<br />BASED ON MADRID, SPAIN</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_font_size=\"70px\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_font_size_tablet=\"70px\" header_font_size_phone=\"48px\" header_font_size_last_edited=\"on|phone\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>ABOUT ME</h1>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"500px\" width_tablet=\"500px\" width_phone=\"100%\" width_last_edited=\"on|phone\" custom_margin=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" module_alignment=\"center\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>MY OWN STORY ILLUSTRATES HOW I ARRIVED AT THIS APPROACH</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"999\" custom_padding=\"40px||60px||false|false\" custom_padding_tablet=\"40px||25px||false|false\" custom_padding_phone=\"10px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"30px||20px||false|false\" custom_padding_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong><br />Wellness Coach, life success coach for women-preneurs, author and mom</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_margin=\"5px||30px||false|false\" custom_padding=\"15px|15px|15px|15px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" body_text_color=\"#181D22\" body_line_height=\"2.1em\" global_colors_info=\"{}\"]<p>Proven Coaching.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_left=\"#F5F6F1\" global_colors_info=\"{}\"][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" body_text_color=\"#181D22\" body_line_height=\"2.1em\" global_colors_info=\"{}\"]<p>Tangible Results.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_left=\"#F5F6F1\" global_colors_info=\"{}\"][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" body_text_color=\"#181D22\" body_line_height=\"2.1em\" global_colors_info=\"{}\"]Customized Approach.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" body_text_color=\"#181D22\" body_line_height=\"2.1em\" global_colors_info=\"{}\"]Expert Guidance.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||40px||false|false\" custom_padding_tablet=\"||40px||false|false\" custom_padding_phone=\"0px||40px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|15px||false|false\" custom_padding_phone=\"|0px|15px||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus. <span>Iceland blue bottle deep v portland, microdosing neutra mixtape listicle snackwave edison bulb grailed cupping tacos literally narwhal. Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|||35px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"|||0px|false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus. <span>Iceland blue bottle deep v portland, microdosing neutra mixtape listicle snackwave edison bulb grailed cupping tacos literally narwhal. Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V5 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"50px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" border_width_top=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"years of experience\" number=\"6+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Awards\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Don\'t chase the money, chase your dreams\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Don\'t chase the money, chase your dreams</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"courses launced\" number=\"4\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Satisfied customers\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#181D22\" title_font_size=\"24px\" title_line_height=\"120%\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Get the tools you need for a perfect website\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Get the tools you need for a perfect website</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Satisfied clients\" number=\"99\" admin_label=\"BContent V5 - Barbra - Number Counter - Return on investment\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" title_font_tablet=\"\" title_font_phone=\"\" title_font_last_edited=\"on|desktop\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - The best way to achieve perfection\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>The best way to achieve perfection</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Subscribers\" number=\"10K+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Uptime\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_font=\"||||||||\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Come explore the world of live pictures\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Come explore the world of live pictures</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V4 - Barbra\" module_class=\"ellen_values\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"BContent V4 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_css_main_element=\"display: flex;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"display: block;\" custom_css_main_element_tablet=\"display: flex;\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"margin-right: 3%;|| margin-bottom: 0;\" custom_css_main_element_phone=\"margin-right: 0;||margin-bottom: 30px;\"][et_pb_blurb content_max_width=\"100%\" admin_label=\"BContent V4 - Barbra - Blurb - BG Image size:1200x1367px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#000000\" header_font_size=\"30px\" header_line_height=\"130%\" body_text_color=\"#000000\" body_font_size=\"16px\" body_line_height=\"170%\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" height=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"160px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"24px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|tablet\" custom_css_blurb_image=\"margin: 0;\" custom_css_blurb_content=\"position: static;||background: var(--color1);\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Every journey starts with small decision. For us it will be a short call where we will get to know each other.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY VALUES</h2>\n<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||20px||false|false\" custom_padding=\"10px||10px||true|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Quality\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Passion\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Integrity\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" border_width_top=\"1px\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"30px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"40px|40px|40px|40px|true|true\" custom_padding_tablet=\"40px|40px|20px|40px|false|true\" custom_padding_phone=\"40px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#000000\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"MY SERVICES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"right\" module_alignment=\"right\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"40px||0px||false|true\" custom_padding_phone=\"15px|15px||15px|false|true\" custom_padding_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"50px\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|phone\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"RESOURCES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" module_alignment=\"left\" custom_padding=\"60px|50px||50px|false|true\" custom_padding_tablet=\"60px|50px|0px|50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"CONTACT ME\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" body_text_align=\"center\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"left\" module_alignment=\"left\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"60px|50px||50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" button_border_radius_tablet=\"\" button_border_radius_phone=\"\" button_border_radius_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/map.png\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.3;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Join hundreds of happy people</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|1|0|-1\" sticky_position_tablet=\"\" sticky_position_phone=\"\" sticky_position_last_edited=\"on|phone\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alline McCoy\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Maria Gonzรกlez\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|-1|0|1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jessica Wood\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>MEDIA MANAGER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"I left food prison and have moved into food freedom. Iโm feeling so in control of my food and overall well-being. Iโm shocked at the mental and physical change Iโve experienced.โ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>GRAPHIC DESIGNER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"Iโm looking at my health as physical, mental, emotional, spiritual, all of it, and that\'s something I\'ve never done before with myself or my health.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Helena Soretti\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>YOGA COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โNow I don\'t feel the need to get it right 100% of the time, or saying \'you can\'t have or shouldn\'t have.\' Now I know it\'s \'What do you need to get that balance?\' It\'s so different.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p><strong>YOU MAY HAVE SEEN MY CLIENTS FEATURED IN:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/psychology-today.png\" title_text=\"psychology-today\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/theknotcopy.png\" title_text=\"theknot+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/womens-health.png\" title_text=\"womens-health\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/instylecopy.png\" title_text=\"instyle+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\" title_text=\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" module_class=\"ellen_about_us_history\" _builder_version=\"4.25.1\" background_color=\"#EEE4DB\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"40px||65px||false|false\" bottom_divider_color=\"#f0f2f8\" bottom_divider_height=\"175px\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_3_text_align=\"center\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY HISTORY</h2>\n<h3>Where it all began and how itยดs going now</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"2.825%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.24.3\" width=\"200px\" module_alignment=\"right\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2017: I was broken, tired and overwhelmed\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Aliquam sed elementum massa, id volutpat risus. Praesent sit amet enim eros. Sed quis risus a odio scelerisque faucibus. Etiam volutpat ante lorem. Sed vitae tincidunt magna. Nulla ipsum.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"1.7%||27px|\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2020: Learning from Covid experience Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Ut venen atis porttitor dignissim. Suspendisse sapien felis. <span>Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue.ย </span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.24.3\" max_width=\"200px\" max_width_tablet=\"200px\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.16\" max_width=\"1175px\" custom_padding=\"1.75%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_113.jpg\" title_text=\"Ellen_113\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"150px\" module_alignment=\"right\" custom_margin=\"|||3px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2022: Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>In vitae ipsum lacus. Curabitur felis lectus, cursus nec ipsum in, ornare elementum sapien. Suspendisse laoreet, ipsum eu congue. <span>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" _builder_version=\"4.25.1\" max_width=\"1175px\" custom_padding=\"20px||27px||false|false\" custom_padding_tablet=\"20px||27px||false|false\" custom_padding_phone=\"0px||10px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024: Awesome year !\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"200px\" width_tablet=\"200px\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" custom_css_main_element=\"display: none !important;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"CSS Code - DO NOT REMOVE!\" _builder_version=\"4.16\" global_colors_info=\"{}\"]<style><!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 44% !important;<!-- [et_pb_line_break_holder] --> margin-right: 12% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 17px;<!-- [et_pb_line_break_holder] --> height: 17px;<!-- [et_pb_line_break_holder] --> background-color: #fe506c;<!-- [et_pb_line_break_holder] --> border-radius: 50%;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> transform: translate(-50%, 0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description{<!-- [et_pb_line_break_holder] --> position: static;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/*.ddd_about_us_history .et_pb_row:nth-child(3) .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {*/<!-- [et_pb_line_break_holder] --> /*left: auto;*/<!-- [et_pb_line_break_holder] --> /*right: -15.2%;*/<!-- [et_pb_line_break_holder] -->/*}*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row:not(:first-child):before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> width: 1px;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> background-color: #d5d7dd;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> transform: translate(-50%,0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Footer*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->#page-container .ddd_about_us_footer .et_pb_social_media_follow a:before,<!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a {<!-- [et_pb_line_break_holder] --> color: inherit !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a:hover {<!-- [et_pb_line_break_holder] --> opacity: 0.5 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu p {<!-- [et_pb_line_break_holder] --> padding: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu a {<!-- [et_pb_line_break_holder] --> margin-bottom: 1em !important;<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 53.5% !important;<!-- [et_pb_line_break_holder] --> margin-right: 6% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 11.2% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4.et-last-child {<!-- [et_pb_line_break_holder] --> width: 8% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Hovers*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb img,<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb h4{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover h4{<!-- [et_pb_line_break_holder] --> transform: translate(0,-10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover img{<!-- [et_pb_line_break_holder] --> transform: translate(0,10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image{<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image img{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member:hover img{<!-- [et_pb_line_break_holder] --> transform: scale(1.1) rotate(3deg);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) {<!-- [et_pb_line_break_holder] --> /*Footer*/<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 33% !important;<!-- [et_pb_line_break_holder] --> margin-right: 3% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 100px !important;<!-- [et_pb_line_break_holder] --> height: 100px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child .et_pb_text:first-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes {<!-- [et_pb_line_break_holder] --> margin-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) and (min-width: 981px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:last-child{<!-- [et_pb_line_break_holder] --> width: 65% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:first-child{<!-- [et_pb_line_break_holder] --> width: 30% !important;<!-- [et_pb_line_break_holder] --> margin-right: 5% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_social_media_follow,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_text {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 h2 {<!-- [et_pb_line_break_holder] --> padding-bottom: 20px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child .et_pb_promo {<!-- [et_pb_line_break_holder] --> max-width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_team_member {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description h4,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description p,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description ul {<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> padding: 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_image {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> float: none;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 767px) {<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 p {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> text-align: center<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_row:last-child .et_pb_text a {<!-- [et_pb_line_break_holder] --> display: inline-block;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 50px !important;<!-- [et_pb_line_break_holder] --> height: 50px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description p{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_row:not(:first-child):before{<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_space{<!-- [et_pb_line_break_holder] --> margin: 0 auto;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_text{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> max-width: 360px;<!-- [et_pb_line_break_holder] --> margin: 0 auto 30px !important;<!-- [et_pb_line_break_holder] --> float: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 480px) {<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo h2 {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> margin-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About โ Ellen Layout','','publish','closed','closed','','about-ellen-layout','','','2024-08-20 20:37:37','2024-08-20 20:37:37','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/about-ellen-layout/',0,'et_pb_layout','',0),(399304,1,'2024-08-20 20:38:24','2024-08-20 20:38:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_font=\"||||||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"50px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"40px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICES</h1>\n<p>Letยดs discover the best version of you together</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" bg_img_1=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_113.jpg\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;||\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||50px||false|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"50%\" max_width_tablet=\"45%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>BODY & MINSET TRANSFORMATION</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_font_size=\"38px\" custom_margin=\"||10px||false|false\" custom_padding=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>1:1 Personalized coaching</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span>I offer a variety of life coaching services that will nurture your spirit, help you overcome personal challenges, and allow you to achieve your individual life goals. I cater to each of my clientโs personal needs in order to unlock their full potential. Contact me to start your proactive journey today.</span></p>[/et_pb_text][et_pb_blurb title=\"FRUSTRATED BY THIS THING...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"OVERWHELMED BY THIS...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"NOT SURE HOW TO...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" header_4_text_align_tablet=\"\" header_4_text_align_phone=\"center\" header_4_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4><strong>STARTING AT 2000 $</strong></h4>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_button button_text=\"BOOK A CONSULTATION\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" custom_css_main_2=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#ECEBE7\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"50%\" max_width_tablet=\"50%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>body & mindset transformation</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" header_2_font=\"|||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"38px\" custom_margin=\"||10px||false|false\" custom_padding=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>GROUP COACHING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span>I offer a variety of life coaching services that will nurture your spirit, help you overcome personal challenges, and allow you to achieve your individual life goals. I cater to each of my clientโs personal needs in order to unlock their full potential. Contact me to start your proactive journey today.</span></p>[/et_pb_text][et_pb_blurb title=\"FRUSTRATED BY THIS THING...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"OVERWHELMED BY THIS...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"NOT SURE HOW TO...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" header_4_text_color=\"#181D22\" custom_padding=\"15px||||false|false\" header_4_text_align_tablet=\"\" header_4_text_align_phone=\"center\" header_4_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4><strong>STARTING AT 2000 $</strong></h4>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"BOOK A CONSULTATION\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" custom_padding_tablet=\"200px||200px||true|false\" custom_padding_phone=\"200px||200px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_1=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"60px||60px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"36%\" max_width_tablet=\"36%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>FOOD PLAN</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_font_size=\"38px\" custom_margin=\"||10px||false|false\" custom_padding=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>CUSTOMIZED FOOD PLAN</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span>I offer a variety of life coaching services that will nurture your spirit, help you overcome personal challenges, and allow you to achieve your individual life goals. I cater to each of my clientโs personal needs in order to unlock their full potential. Contact me to start your proactive journey today.</span></p>[/et_pb_text][et_pb_blurb title=\"FRUSTRATED BY THIS THING...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"OVERWHELMED BY THIS...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"NOT SURE HOW TO...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" header_4_text_align_tablet=\"\" header_4_text_align_phone=\"center\" header_4_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4><strong>STARTING AT 2000 $</strong></h4>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_button button_text=\"BOOK A CONSULTATION\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"50px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"50%\" max_width_tablet=\"50%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>DO YOU HAVE QUESTIONS ?</h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Your Title Goes Here\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services203.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services โ Ellen Layout','','publish','closed','closed','','services-ellen-layout','','','2024-08-20 20:38:24','2024-08-20 20:38:24','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-ellen-layout/',0,'et_pb_layout','',0),(399305,1,'2024-08-20 20:39:04','2024-08-20 20:39:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>RESOURCES TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/Michelle-Freebie-4.png\" parallax=\"on\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" width=\"95.5%\" max_width=\"100%\" custom_padding=\"15px||8px||false|false\" border_width_bottom=\"1px\" border_color_bottom=\"#DFE2D5\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>FREE GUIDE</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#businesstools\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>BUSINESS TOOLS</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#education\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>EDUCATION</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#blogposts\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>BLOG POSTS</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#copyguides\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>COPY GUIDES</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"150px||100px||false|false\" custom_padding_tablet=\"100px||30px||false|false\" custom_padding_phone=\"55px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_signup mailchimp_list=\"add_new_account\" layout=\"top_bottom\" first_name_fullwidth=\"off\" last_name_field=\"off\" email_fullwidth=\"off\" title=\"DOWNLOAD THE FREE WELLNESS & HEALTH GUIDE\" button_text=\"Yes Please, download the guide\" description=\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio.</p>\" _builder_version=\"4.25.1\" form_field_background_color=\"#F5F6F1\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||||false|false\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"40px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"140%\" result_message_font=\"Roboto||||||||\" result_message_text_align=\"left\" result_message_text_color=\"#ffffff\" form_field_font=\"|600|||||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_line_height=\"100%\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#1e1e26\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"3px|17px|3px|0px|true|false\" button_custom_padding_tablet=\"\" button_custom_padding_phone=\"12px|20px|12px|20px|true|true\" button_custom_padding_last_edited=\"on|phone\" background_layout=\"light\" header_font_size_tablet=\"36px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"\" header_letter_spacing_last_edited=\"on|tablet\" custom_css_newsletter_title=\"padding-bottom: 20px;\" custom_css_newsletter_description=\"width: 100% !important;||margin-bottom: 13px !important;\" custom_css_newsletter_form=\" width: 100% !important;|| padding-left: 0 !important;\" custom_css_newsletter_fields=\"padding: 11px 35px !important;||||||||||\" custom_css_newsletter_button=\"width: auto !important;||display: inline-block !important;||\" border_radii_fields=\"on|5px|5px|5px|5px\" border_width_all_fields=\"1px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|desktop\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on|hover\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|hover\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_bg_enable_color__hover=\"on\" button_border_radius__hover=\"\"][et_pb_signup_custom_field field_id=\"8fe9f35ed8\" field_title=\"Checkbox\" field_type=\"checkbox\" checkbox_options=\"%91{%22checked%22:0,%22value%22:%22I agree to the Terms of Service%22,%22id%22:%22670325314a%22,%22dragID%22:-1}%93\" _builder_version=\"4.16\" positioning=\"relative\" position_origin_a=\"bottom_left\" width=\"100%\" custom_padding=\"16px|0px|0px|0px|false|false\" custom_css_main_element=\"|| width: auto !important;|| font-weight: 400 !important;\" global_colors_info=\"{}\" predefined_field=\"8fe9f35ed8\"][/et_pb_signup_custom_field][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" module_id=\"businesstools\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"45px||45px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"||30px||false|false\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||5px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>BUSINESS TOOLS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#181D22\" header_3_font=\"|||on|||||\" header_3_text_color=\"#181D22\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3>Must-Have Copywriting Resources for Every Marketer</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"100%\" custom_padding=\"0px||40px||false|false\" border_width_bottom_tablet=\"0px\" border_width_bottom_phone=\"0px\" border_width_bottom_last_edited=\"on|tablet\" global_colors_info=\"{}\" gutter_width__hover_enabled=\"on|desktop\" gutter_width__hover=\"2\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"MailChimp\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>EMAIL MARKETING</strong></p>\n<p><span>Grow your business on your terms with an</span><span>ย automation & email marketing platform. Easy to use - start for free!</span></p>[/et_pb_blurb][et_pb_button button_url=\"https://mailchimp.com/com/\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" border_width_right_tablet=\"0px\" border_width_right_phone=\"1px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"1px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_blurb title=\"Creative Market\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>FONTS, GRAPHICS, THEMES, TEMPLATES,..</strong></p>\n<p>Bring your creative projects to life with unique fonts, graphics, themes, photos, and templates designed by independent creators around the world.</p>[/et_pb_blurb][et_pb_button button_url=\"https://creativemarket.com/?u=crisa28\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"DIVI\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>MOST POPULAR WORDPRESS THEME IN THE WORLD</strong></p>\n<p>Divi is our flagship theme and visual page builder. It\'s the most widely used premium WordPress theme in the world.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.elegantthemes.com/affiliates/idevaffiliate.php?id=51869\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"Canva\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>FOR GRAPHICS + VIDEOS<br /></strong></p>\n<p>What canโt you create in Canva? I use it for all of my graphics, social media, eBooks, PDFs, launch promotions, and more. Iwould be lost without it!</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.canva.com/\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#454334\" border_width_right_tablet=\"0px\" border_width_right_phone=\"1px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"1px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_blurb title=\"Siteground\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>FOR DOMAINS + HOSTING<br /></strong></p>\n<p>Grab your domain name and get website hosting through Bluehost. Super easy to use and setup. Itโs the best deal around!</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.siteground.com/index.htm?afcode=5e507358eb8afe28c66eb099ae7284e6\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"Moyo Studio\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>STYLED STOCK IMAGES & MOCKUPS</strong></p>\n<p>Moyo has an amazing array of themed photo collections and mockups ranging from lifestyle to workspace to product.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.moyo-studio.com/?ref=103\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"35px||35px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & WELLNESS GUIDES</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3>ARE YOU READY TO LIVE BY DESIGN, AND NOT BY DEFAULT?</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Freebie-3.png\" title_text=\"Freebie 3\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"PRODUCT TITLE GOES HERE\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#181D22\" image_icon_background_color=\"#F5F6F1\" image_icon_width=\"25px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" body_text_align=\"center\" image_icon_custom_padding=\"20px|20px|20px|20px|true|true\" custom_margin=\"-65px||||false|false\" custom_padding=\"||||false|false\" animation=\"off\" custom_css_blurb_image=\"margin-bottom: 10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Halvah sesame snaps dragรฉe. Marshmallow marshmallow tiramisu pastry icing tart. Chocolate cake pie candy gingerbread oat cake jujubes. Jelly beans liquorice donut cotton candy.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Freebie-1-1.png\" title_text=\"Freebie 1 (1)\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NTM4MSJ9fQ==@\" _builder_version=\"4.25.1\" _dynamic_attributes=\"url\" _module_preset=\"default\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"PRODUCT TITLE GOES HERE\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#181D22\" image_icon_background_color=\"#F5F6F1\" image_icon_width=\"25px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" body_text_align=\"center\" image_icon_custom_padding=\"20px|20px|20px|20px|true|true\" custom_margin=\"-65px||||false|false\" custom_padding=\"||||false|false\" animation=\"off\" custom_css_blurb_image=\"margin-bottom: 10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Halvah sesame snaps dragรฉe. Marshmallow marshmallow tiramisu pastry icing tart. Chocolate cake pie candy gingerbread oat cake jujubes. Jelly beans liquorice donut cotton candy.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Freebie-2-1.png\" title_text=\"Freebie 2 (1)\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NTM4MSJ9fQ==@\" _builder_version=\"4.25.1\" _dynamic_attributes=\"url\" _module_preset=\"default\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"PRODUCT TITLE GOES HERE\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#181D22\" image_icon_background_color=\"#F5F6F1\" image_icon_width=\"25px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" body_text_align=\"center\" image_icon_custom_padding=\"20px|20px|20px|20px|true|true\" custom_margin=\"-65px||||false|false\" custom_padding=\"||||false|false\" animation=\"off\" custom_css_blurb_image=\"margin-bottom: 10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Halvah sesame snaps dragรฉe. Marshmallow marshmallow tiramisu pastry icing tart. Chocolate cake pie candy gingerbread oat cake jujubes. Jelly beans liquorice donut cotton candy.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Hard Life Blog - Freddie\" module_id=\"blogposts\" module_class=\"ellen_happyblog\" _builder_version=\"4.25.1\" background_color=\"#EEE4DB\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" custom_padding=\"80px||80px||false|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px||60px||false|false\" z_index_tablet=\"500\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||5px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE LATEST POSTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3>SUPPORTING YOU LIVE A NOURISEHD LIFE</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"2\" include_categories=\"all\" show_thumbnail=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" header_text_color=\"#ffffff\" header_font_size=\"32px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_letter_spacing=\"0.3px\" body_line_height=\"180%\" meta_font=\"|600||on|||||\" meta_text_color=\"#F5F6F1\" meta_font_size=\"13px\" meta_letter_spacing=\"1px\" meta_line_height=\"120%\" header_font_size_tablet=\"22px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" z_index_tablet=\"500\" custom_css_before=\"background: #222;\" custom_css_main_element=\"background-color: #222 !important;\" custom_css_title=\"padding-bottom: 33px;\" custom_css_post_meta=\"margin-bottom: 28px;\" custom_css_read_more=\"font-size: 0;\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" module_id=\"education\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding=\"||100px||false|false\" custom_padding_tablet=\"||60px||false|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||5px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>EDUCATION</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3 class=\"se-t sie-education_2-text st-m-heading st-d-heading se-rc\">ARE YOU READY TO LIVE BY DESIGN, AND NOT BY DEFAULT?</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.82) 50%|#f5f6f1 60%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_92.jpg\" custom_padding=\"60px|30px|60px|30px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<div class=\"str-im str-id strd\" data-tran=\"education__5\" data-tr=\"fadeIn\">\n<div data-sid=\"education__5\" class=\"sie-education__5 se\">\n<p class=\"se-t sie-education__5-text st-m-paragraph st-d-paragraph se-rc\">HEALTH COURSES</p>\n</div>\n</div>\n<div data-sid=\"education__6\" class=\"sie-education__6 se\"></div>[/et_pb_text][et_pb_blurb title=\"Health Coaching COURSE\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"34px\" body_text_align=\"center\" global_colors_info=\"{}\"]<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5Mzc0MiJ9fQ==@\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.82) 50%|#f5f6f1 60%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" custom_padding=\"60px|30px|60px|30px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<div class=\"str-im str-id strd\" data-tran=\"education__5\" data-tr=\"fadeIn\">\n<div data-sid=\"education__5\" class=\"sie-education__5 se\">\n<div class=\"str-im str-id strd\" data-tran=\"education__11\" data-tr=\"fadeIn\">\n<div data-sid=\"education__11\" class=\"sie-education__11 se\">\n<p class=\"se-t sie-education__11-text st-m-paragraph st-d-paragraph se-rc\">HEALTH COACHING</p>\n</div>\n</div>\n<div data-sid=\"education__12\" class=\"sie-education__12 se\"></div>\n</div>\n</div>\n<div data-sid=\"education__6\" class=\"sie-education__6 se\"></div>[/et_pb_text][et_pb_blurb title=\"coaching sessions\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"34px\" body_text_align=\"center\" global_colors_info=\"{}\"]<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5Mzc0MiJ9fQ==@\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.82) 50%|#f5f6f1 60%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" custom_padding=\"60px|30px|60px|30px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<div class=\"str-im str-id strd\" data-tran=\"education__5\" data-tr=\"fadeIn\">\n<div data-sid=\"education__5\" class=\"sie-education__5 se\">\n<div class=\"str-im str-id strd\" data-tran=\"education__11\" data-tr=\"fadeIn\">\n<div data-sid=\"education__11\" class=\"sie-education__11 se\">\n<p class=\"se-t sie-education__11-text st-m-paragraph st-d-paragraph se-rc\">FOOD PLAN</p>\n</div>\n</div>\n<div data-sid=\"education__12\" class=\"sie-education__12 se\"></div>\n</div>\n</div>\n<div data-sid=\"education__6\" class=\"sie-education__6 se\"></div>[/et_pb_text][et_pb_blurb title=\"Customized Food Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"34px\" body_text_align=\"center\" global_colors_info=\"{}\"]<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5Mzc0MiJ9fQ==@\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Resources โ Ellen Layout','','publish','closed','closed','','resources-ellen-layout','','','2024-08-20 20:39:04','2024-08-20 20:39:04','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/resources-ellen-layout/',0,'et_pb_layout','',0),(399306,1,'2024-08-20 20:40:00','2024-08-20 20:40:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>COURSE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Feature\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_enable_image=\"off\" background_blend=\"overlay\" z_index=\"999\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"30px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" animation_direction=\"left\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_101.jpg\" title_text=\"Ellen_101\" _builder_version=\"4.25.1\" _module_preset=\"default\" positioning=\"relative\" z_index=\"2\" custom_margin=\"|-70px|||false|false\" custom_margin_tablet=\"|-70px|||false|false\" custom_margin_phone=\"|0px|||false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services301-1.jpg\" title_text=\"Ellen_Services301 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"|||-60%|false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|0%||0%|false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>READY TO CREATE THE <strong>BEST HEALTH OF YOUR LIFE ?</strong></h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus.</p>\n<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Feature\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding_tablet=\"20px||||false|false\" custom_padding_phone=\"20px||||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2 class=\"se-t sie-now-imagine_2-text st-m-subheading st-d-subheading se-rc\">DOES THIS SOUND LIKE YOU ?</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"ENROLL NOW THIS COURSE\" button_alignment=\"left\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||||false|false\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services300-1.jpg\" title_text=\"Ellen_Services300 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"|-60%|||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|0%|||false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" animation_direction=\"right\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_108.jpg\" title_text=\"Ellen_108\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"|||-70px|false|false\" custom_margin_tablet=\"|||-70px|false|false\" custom_margin_phone=\"|||0px|false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"75px||75px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.9;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>WHY THIS COURSE IS DIFFERENT...</h2>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||60px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|600|||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"28px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"35px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3><strong>Prior to the course, your life was like this:<br /></strong></h3>[/et_pb_text][et_pb_blurb title=\"You follow rigid or restrictive diet prescriptions that feel impossible to follow\" use_icon=\"on\" font_icon=\"M||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"Youยดre shame around what you do or donโt eat\" use_icon=\"on\" font_icon=\"M||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"You spend money on pre-Packaged Foods, Shakes & Smoothies\" use_icon=\"on\" font_icon=\"M||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|600|||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"28px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"35px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"32px\" header_3_font_size_phone=\"28px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3><strong>After to the course, your life will like this:</strong></h3>[/et_pb_text][et_pb_blurb title=\"Youยดll eat Real Food & Never Feel Hungry\" use_icon=\"on\" font_icon=\"N||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"26px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"Youยดll transform Your Health for Life\" use_icon=\"on\" font_icon=\"N||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"26px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"Youยดll improve your education in Food Combining\" use_icon=\"on\" font_icon=\"N||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"26px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#817A5D\" module_alignment=\"center\" custom_margin=\"-140px||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"55px|55px|55px|55px|true|true\" custom_padding_tablet=\"55px|55px|55px|55px|true|true\" custom_padding_phone=\"50px|40px|50px|40px|true|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#181D22\" header_2_font_size=\"32px\" global_colors_info=\"{}\"]<h2>Get 15-Minutes Complimentary Zoom Or Skype Session</h2>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"left\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||||false|false\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" custom_padding=\"50px||50px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"100px||100px||true|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" inner_width=\"80%\" inner_max_width=\"100%\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_105.jpg\" title_text=\"Ellen_105\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"LEARN MORE ABOUT ME\" button_alignment=\"left\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"30px|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_110.jpg\" title_text=\"Ellen_110\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"60px||||false|false\" custom_margin_tablet=\"60px||||false|false\" custom_margin_phone=\"20px||||false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"75px\" text_line_height=\"120%\" header_font=\"|||on|||||\" header_text_color=\"#181D22\" header_font_size=\"40px\" header_2_font_size=\"40px\" position_origin_r=\"top_right\" z_index=\"99\" custom_margin_tablet=\"||-3px|||\" custom_margin_phone=\"|0%|20px||false|false\" custom_margin_last_edited=\"on|tablet\" text_font_size_tablet=\"55px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"\" header_font_size_phone=\"42px\" header_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Iโm Ellen, health coach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus.</p>\n<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"5px||||false|false\" custom_padding_tablet=\"5px||||false|false\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"text-align: center;\" custom_css_main_element_phone=\"text-align: center;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"75px\" max_width_tablet=\"90px\" max_width_phone=\"100px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" align_tablet=\"\" align_phone=\"center\" align_last_edited=\"on|phone\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"75px\" max_width_tablet=\"90px\" max_width_phone=\"100px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" align_tablet=\"\" align_phone=\"center\" align_last_edited=\"on|phone\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"75px\" max_width_tablet=\"90px\" max_width_phone=\"100px\" max_width_last_edited=\"on|desktop\" custom_margin=\"|-25px|15px||false|false\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_width_right=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"+4000\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_font_size=\"28px\" body_font_size=\"15px\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" body_text_align_tablet=\"center\" body_text_align_phone=\"center\" body_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>HAPPY CUSTOMERS</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_font_size=\"28px\" custom_margin=\"||||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules !important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px;\" global_colors_info=\"{}\"]<p>4.8/5</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Section - Flying High Header\" module_class=\"pixie_header pixie_header1\" _builder_version=\"4.25.1\" background_color=\"rgba(24,29,34,0.53)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"0px||0px||true|false\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_main_element=\"background-attachment: fixed;\" border_width_top=\"1px\" border_width_bottom=\"1px\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Your health is one of the biggest obstacles</h2>\n<h2>standing in the way of your happiness</h2>\n<h2><strong> LETยดS FIXT THAT</strong></h2>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CONSULT NOW\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"15px||||false|false\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_1=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_113.jpg\" padding_top_1=\"150px\" padding_bottom_1=\"150px\" padding_top_bottom_link_1=\"true\" padding_left_right_link_1=\"false\" padding_1_tablet=\"\" padding_1_phone=\"\" padding_1_last_edited=\"on|phone\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;||padding-bottom: 150px !important;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" inner_max_width=\"100%\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"40px||70px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=NN1OtIJu_Bk\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|tablet\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100px\" max_width_tablet=\"100px\" max_width_phone=\"70px\" max_width_last_edited=\"on|phone\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Knowledge & experience to support you</h2>\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat aute irure dolor inmeto.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>4</h2>\n<p>COURSES LAUNCHED</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_text_color=\"#181D22\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>99%</h2>\n<p>SATISFIED CLIENTS</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>4</h2>\n<p>COURSES LAUNCHED</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>6+</h2>\n<p>YEARS OF EXPERIENCE</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>1K+</h2>\n<p>CLIENTS CONSULTED</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>10K+</h2>\n<p>SUBSCRIBERS</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_margin=\"||0px||false|false\" custom_padding=\"80px||0px||false|false\" custom_padding_tablet=\"80px||0px||false|false\" custom_padding_phone=\"50px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||15px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_2_font=\"||||||||\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||35px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>WHAT INCLUDED IN THIS COURSE</h2>\n<p>Everything you need to achieve your goal</p>[/et_pb_text][et_pb_blurb title=\"Proven Roadmap Plan\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||\" custom_css_blurb_content=\"margin:unset!important;||width: 100%;\" border_color_all_image=\"#F5F6F1\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][et_pb_blurb title=\"Monthly Goals Setting\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||\" custom_css_blurb_content=\"max-width: 100%;\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][et_pb_blurb title=\"20+ Video Lessons\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|true\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||||\" custom_css_blurb_content=\"margin:unset!important;\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][et_pb_blurb title=\"Awesome Support\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|true\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||||\" custom_css_blurb_content=\"margin:unset!important;\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_92.jpg\" custom_padding=\"200px||200px||true|false\" border_radii=\"off|15px|10px||\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_text_color=\"#F5F6F1\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW THIS PROGRAM WORKS</h2>\n<p>I offer a range of services designed to guide you on your unique journey to health and fitness.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_before=\"content: %22%22;||display: block;||width: 80%;||border-top: 1px solid #222b;||position: absolute;||top: 50%;||left: 0;||right: 0;||margin: auto;\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.75) 26%|#f5f6f1 39%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" custom_padding=\"50px|40px|50px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>01</strong></p>[/et_pb_text][et_pb_blurb title=\"Book a Free Health Strategy Session\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"27px\" body_text_color=\"#181D22\" text_orientation=\"center\" header_font_size_tablet=\"27px\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.75) 26%|#f5f6f1 39%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" custom_padding=\"50px|40px|50px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>02</strong></p>[/et_pb_text][et_pb_blurb title=\"Chat with me to see if youโre a match for this program\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"27px\" body_text_color=\"#181D22\" text_orientation=\"center\" header_font_size_tablet=\"27px\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.75) 26%|#f5f6f1 39%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" custom_padding=\"50px|40px|50px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>03</strong></p>[/et_pb_text][et_pb_blurb title=\"Sign up for coaching and transform your mind and body\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"27px\" body_text_color=\"#181D22\" text_orientation=\"center\" header_font_size_tablet=\"27px\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"We would love to chat\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"30px|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.65)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" module_alignment=\"center\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"45px|0px|45px|0px|true|true\" custom_padding_phone=\"20px|0px|20px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"34px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/map.png\" background_size=\"contain\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.6;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font=\"||||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||0px||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>RESULTS & TRANSFORMATIONS THAT ARE POSSIBLE:</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDUzOCJ9fQ==@\" button_text=\"READ MORE TESTIMONIALS\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|1|0|-1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/Ellen_053.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"This program helped me achieve this amazing result. I wouldn\'t be where I am without it.\"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Sarah Paulson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"I left food prison and have moved into food freedom. Iโm feeling so in control of my food, nutrition, and overall well-being. Iโm shocked at the mental and physical change Iโve experienced.โ[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|-1|0|1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>GRAPHIC DESIGNER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"Iโm looking at my health as physical, mental, emotional, spiritual, all of it, and that\'s something I\'ve never done before with myself or my health. I really feel like I am at this point in my life, the healthiest that I\'ve ever been.\"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jessica Wood\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>MEDIA MANAGER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"What\'s really shifted is that I\'m more conscious of what I\'m doing and more present and that\'s had such a positive impact to stop overeating.\"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Helena Soretti\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>YOGA COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โIt\'s a mindset change. Now I don\'t feel the need to get it right 100% of the time, or saying \'you can\'t have or shouldn\'t have.\' Now I know it\'s \'What do you need to get that balance?\' It\'s so different.\"[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||2px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>WHATโS INSIDE</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"||||||||\" header_2_font_size=\"50px\" header_3_font=\"|||on|||||\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]<h3>The Course is a 4-week where you\'ll learn:</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 1</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]Here goes a short description of the content in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon.Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"reverse\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 2</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services202.png\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 3</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"reverse\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 4</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"12 Days of Christmas - Day 01 Pricing Table Module 2\" module_class=\"day1-pt1 day1-pt\" _builder_version=\"4.25.1\" background_color=\"#DFE2D5\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px||40px||true|false\" z_index_tablet=\"500\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_text_align=\"center\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"18%\" max_width_tablet=\"36%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>Investment Options</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<h2>PAYMENT OPTIONS</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"12 Days of Christmas - Day 01 Pricing Table Module 2\" _builder_version=\"4.25.1\" module_alignment=\"center\" custom_padding=\"||||false|false\" custom_padding_tablet=\"0px||10px|\" custom_padding_phone=\"|15px||15px|false|true\" use_custom_width=\"on\" custom_width_px=\"1170px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"DO NOT REMOVE! - Css Code\" _builder_version=\"4.16\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" z_index_tablet=\"500\" locked=\"on\" global_colors_info=\"{}\"]<style><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt .et_pb_pricing_content .et_pb_pricing li span:before {<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->body #page-container #main-content .day1-pt .et_pb_button_wrapper a.et_pb_pricing_table_button {<!-- [et_pb_line_break_holder] --> padding: 11px 5px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->body .day1-pt1 .et_pb_pricing_table.et_pb_featured_table .et_pb_dollar_sign {<!-- [et_pb_line_break_holder] --> color: #fff !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt .et_pb_row {<!-- [et_pb_line_break_holder] --> width: 95% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Pricing 1*/<!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 3.3vw 3vw 3.6vw !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 4vw 3.5vw 4.6vw !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_pricing_table:not(.et_pb_featured_table ) {<!-- [et_pb_line_break_holder] --> margin-top: 13px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_button_wrapper {<!-- [et_pb_line_break_holder] --> padding: 0 0.4vw !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Responsive*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (min-width: 1930px) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 64px 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table:not(.et_pb_featured_table ) {<!-- [et_pb_line_break_holder] --> margin-top: 23px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table .et_pb_pricing_content{<!-- [et_pb_line_break_holder] --> min-height: 250px !important;<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1{<!-- [et_pb_line_break_holder] --> background-size: cover !important;<!-- [et_pb_line_break_holder] --> background-position: center top;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) {<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 4.7vw 3.5vw 4.6vw !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 3.3vw 2vw 3.6vw !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table:last-child {<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> max-width: 400px;<!-- [et_pb_line_break_holder] --> margin: 0 auto !important;<!-- [et_pb_line_break_holder] --> float: none;<!-- [et_pb_line_break_holder] --> margin-top: 0 !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table:not(.et_pb_featured_table ) {<!-- [et_pb_line_break_holder] --> margin-top: 0px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_content {<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] --> min-height: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_promo_description h2 {<!-- [et_pb_line_break_holder] --> padding-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_promo_description {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 767px) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table<!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 480px) {<!-- [et_pb_line_break_holder] --> .day1-pt .et_pb_row {<!-- [et_pb_line_break_holder] --> width: 90% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 25px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></style>[/et_pb_code][et_pb_pricing_tables featured_table_background_color=\"#2adc65\" featured_table_header_background_color=\"rgba(42,220,101,0)\" featured_table_header_text_color=\"#ffffff\" header_background_color=\"rgba(255,255,255,0)\" featured_table_text_color=\"rgba(255,255,255,0.7)\" show_featured_drop_shadow=\"off\" featured_table_price_color=\"#ffffff\" admin_label=\"12 Days of Christmas - Day 01 Pricing Table Module 2\" _builder_version=\"4.25.1\" currency_frequency_text_color=\"#000000\" price_text_color=\"#000000\" body_text_color=\"#181D22\" header_text_color=\"#a7a7a7\" header_font=\"Poppins|||on|||||\" header_text_align=\"center\" header_font_size=\"14px\" body_text_align=\"center\" body_font_size=\"16px\" subheader_text_align=\"center\" price_font=\"|600|||||||\" price_text_align=\"center\" price_font_size=\"48px\" currency_frequency_font=\"|600|||||||\" currency_frequency_font_size=\"48px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_bg_color=\"#EEE4DB\" button_border_width=\"1\" button_border_color=\"#f8fafb\" button_border_radius=\"10px\" button_font=\"Poppins|500|||||||\" button_use_icon=\"off\" button_alignment=\"center\" text_orientation=\"center\" custom_css_pricing_heading=\"padding: 0 !important;||margin-bottom: 20px;\" custom_css_pricing_top=\" border-bottom: 0 !important;|| padding-bottom: 17px;\" custom_css_currency=\"margin-left: 0 !important;||position: static !important;||\" custom_css_pricing_content=\"padding: 0 0 2.2vw !important;||min-height: 256px;\" custom_css_pricing_item=\" padding: 0 !important;|| list-style: none !important;|| line-height: 200%;\" custom_css_pricing_button=\" width: 100% !important;|| padding: 11px 0 !important;\" border_width_all=\"0px\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#06d048\" button_border_radius_hover=\"2px\" button_bg_color_hover=\"#06d048\" center_list_items=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#181D22\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#DCDBD4\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#DCDBD4\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\" button_border_radius__hover=\"10px\"][et_pb_pricing_table title=\"3 MONTHLY PAYMENTS\" currency=\"$\" sum=\"245\" button_url=\"#\" button_text=\"Start Free Trial\" _builder_version=\"4.25.1\" header_font=\"|600|||||||\" header_text_color=\"#454334\" body_font=\"||||\" subheader_font=\"||||\" price_font=\"||||\" currency_frequency_font=\"||||\" background_color=\"#F5F6F1\" background_enable_color=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" custom_padding_tablet=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_padding_phone=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_css_main_element=\" border-radius: 8px;|| border-color: #e7e7e7 !important;\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"4px\" box_shadow_blur=\"47px\" box_shadow_color=\"rgba(160,190,212,0.22)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|hover\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|hover\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"#DBE0E2\" button_bg_enable_color__hover=\"on\" button_border_color__hover=\"#DBE0E2\" sticky_transition=\"on\"]<p>Vestibulum felis quis tortor.</p>\n<p>Ut aliquam sollicitudin leo.</p>\n<p>Cras iaculis ultricies nulla.</p>\n<p>Donec quis dui atinterdum.</p>[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"ONE-TIME PAYMENT\" currency=\"$\" sum=\"597\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"I\'m in! secure my spot!\" header_background_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" header_font=\"|600||on|||||\" header_text_color=\"#F5F6F1\" body_font=\"||||\" subheader_font=\"||||\" price_font=\"||||\" currency_frequency_font=\"||||\" background_color=\"#454334\" background_enable_color=\"on\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#F5F6F1\" button_border_radius=\"10px\" button_font=\"||||||||\" custom_padding_tablet=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_padding_phone=\"3.3vw|3.5vw|3.6vw|3.5vw\" border_radii=\"on|10px|10px|10px|10px\" button_text_color_hover=\"#2adc65\" button_border_color_hover=\"#f8fafb\" button_bg_color_hover=\"#f8fafb\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#181D22\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#f8fafb\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#f8fafb\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_transition=\"on\"]<p>Vestibulum felis quis tortor.</p>\n<p>Ut aliquam sollicitudin leo.</p>\n<p>Cras iaculis ultricies nulla.</p>\n<p>Donec quis dui atinterdum.</p>\n<p>Vivamus molestie gravida turpis.</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"2 MONTHLY PAYMENTS\" currency=\"$\" sum=\"317\" button_url=\"#\" button_text=\"Start Free Trial\" _builder_version=\"4.25.1\" header_font=\"|600||on|||||\" header_text_color=\"#454334\" body_font=\"||||\" subheader_font=\"||||\" price_font=\"||||\" currency_frequency_font=\"||||\" background_color=\"#F5F6F1\" background_enable_color=\"on\" custom_padding_tablet=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_padding_phone=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_css_main_element=\"border-radius: 8px;|| border-color: #e7e7e7 !important;\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"4px\" box_shadow_blur=\"47px\" box_shadow_color=\"rgba(160,190,212,0.22)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on|hover\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"on|hover\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|hover\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|desktop\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_text_color__hover=\"#181D22\" button_bg_color__hover=\"#DBE0E2\" button_bg_enable_color__hover=\"on\" button_border_color__hover=\"#DBE0E2\" sticky_transition=\"on\"]<p>Vestibulum felis quis tortor.</p>\n<p>Ut aliquam sollicitudin leo.</p>\n<p>Cras iaculis ultricies nulla.</p>\n<p>Donec quis dui atinterdum.</p>\n<p>Vivamus molestie gravida turpis.</p>\n<p>Cras ornare tristique elit.</p>[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"40px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"16px\" header_2_font=\"||||||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||35px||false|false\" custom_margin_tablet=\"||35px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>AND THERE\'S MORE:</h2>\n<p>Enroll today, and you\'ll receive exclusive bonuses</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Freebie-2-1.png\" title_text=\"Freebie 2 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"Name of Bonus\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" background_color=\"RGBA(255,255,255,0)\" text_orientation=\"center\" custom_padding=\"20px|30px|20px|30px|true|true\" border_width_top=\"1px\" global_colors_info=\"{}\"]<p>Danish powder croissant donut marzipan. Donut macaroon cake brownie jelly topping. Jelly cheesecake pastry shortbread halvah jelly-o jelly beans.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Freebie-1-1.png\" title_text=\"Freebie 1 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"Name of Bonus\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" background_enable_color=\"off\" text_orientation=\"center\" custom_padding=\"20px|30px|20px|30px|true|true\" border_width_top=\"1px\" global_colors_info=\"{}\"]<p>Danish powder croissant donut marzipan. Donut macaroon cake brownie jelly topping. Jelly cheesecake pastry shortbread halvah jelly-o jelly beans.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Freebie-3.png\" title_text=\"Freebie 3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"Name of Bonus\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" background_color=\"RGBA(255,255,255,0)\" text_orientation=\"center\" custom_padding=\"20px|30px|20px|30px|true|true\" border_width_top=\"1px\" global_colors_info=\"{}\"]<p>Danish powder croissant donut marzipan. Donut macaroon cake brownie jelly topping. Jelly cheesecake pastry shortbread halvah jelly-o jelly beans.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"50px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"80%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>DO YOU HAVE QUESTIONS ?</h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Whatยดs included in the online wellness/health course ? \" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Will I have support during the course ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I access the course content at any time ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_105.jpg\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"15px||||false|false\" custom_padding_phone=\"20px||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/Black-Minimalist-Website-Mockup-Instagram-Post.png\" title_text=\"Black Minimalist Website Mockup Instagram Post\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"140px\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"|||on|||||\" header_2_font_size=\"40px\" text_orientation=\"center\" width=\"100%\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Try our program for 30 days</h2>\n<p>Jujubes croissant powder bonbon bear claw jujubes caramels sweet. Bonbon danish soufflรฉ cupcake bonbon. Lollipop sweet cake cheesecake macaroon gummies wafer. Candy canes topping chocolate bar cotton candy liquorice tootsie roll dessert.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sales Page โ Ellen Layout','','publish','closed','closed','','sales-page-ellen-layout','','','2024-08-20 20:40:00','2024-08-20 20:40:00','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/sales-page-ellen-layout/',0,'et_pb_layout','',0),(399307,1,'2024-08-20 20:41:18','2024-08-20 20:41:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" custom_padding=\"85px||46px||false|false\" custom_padding_tablet=\"40px||0px||false|false\" custom_padding_phone=\"\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" custom_padding=\"20px||||false|false\" custom_padding_tablet=\"0px||40px||false|false\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||fa||900\" icon_color=\"#181D22\" icon_width=\"50px\" align=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_icon][et_pb_blurb title=\"%22Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_font_size=\"32px\" header_line_height=\"1.1em\" body_text_align=\"left\" body_line_height=\"26px\" background_enable_color=\"off\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>CLAUDIA OCASIO</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_video src=\"https://www.youtube.com/watch?v=YQHsXMglC9A\" image_src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" play_icon_color=\"#F5F6F1\" font_icon=\"||fa||900\" thumbnail_overlay_color=\"rgba(0,0,0,0.3)\" _builder_version=\"4.25.1\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" z_index_tablet=\"500\" border_radii=\"on|10px|10px|10px|10px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"40px||80px||false|false\" custom_padding_tablet=\"10px||50px||false|false\" custom_padding_phone=\"0px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โHighlight the most important part of your testimonial here. Put testimonials here. This builds the %22like, know, trust%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"50px|45px|50px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" custom_css_main_element=\"overflow: visible;\" custom_css_after=\" content: %22%22;|| position: absolute;|| transform: rotate(45deg);|| -moz-transform: rotate(45deg);|| -webkit-transform: rotate(45deg);|| bottom: -9px;|| left: 51px;|| border-width: 17px;|| border-style: solid;|| border-color: transparent #FFF #FFF transparent;|| visibility: visible;|| border-radius: 0px 0px 7px 0px;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>[/et_pb_blurb][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" icon_placement=\"left\" image_icon_width=\"70px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_line_height=\"0.7em\" body_font_size=\"12px\" custom_padding=\"||||false|false\" custom_css_blurb_title=\"margin-top: 15px;||margin-bottom:0\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>WEB DESIGNER</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"%22Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#EEE4DB\" text_orientation=\"center\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>CLAUDIA OCASIO</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โHighlight the most important part of your testimonial here. Put testimonials here. This builds the %22like, know, trust%22\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#EEE4DB\" custom_margin=\"||40px||false|false\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>MARIA WALSH</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"%22Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#FFFFFF\" text_orientation=\"center\" custom_margin=\"||40px||false|false\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" custom_css_main_element=\"overflow: visible;\" custom_css_after=\" content: %22%22;|| position: absolute;|| transform: rotate(45deg);|| -moz-transform: rotate(45deg);|| -webkit-transform: rotate(45deg);|| bottom: -9px;|| left: 51px;|| border-width: 17px;|| border-style: solid;|| border-color: transparent #FFF #FFF transparent;|| visibility: visible;|| border-radius: 0px 0px 7px 0px;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. <span>Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</span></p>[/et_pb_blurb][et_pb_blurb title=\"Kelly Rowland\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" icon_placement=\"left\" image_icon_width=\"70px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_line_height=\"0.7em\" body_font_size=\"12px\" custom_padding=\"||||false|false\" custom_css_blurb_title=\"margin-top: 15px;||margin-bottom:0\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>WEB DESIGNER</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back. %22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" custom_css_main_element=\"overflow: visible;\" custom_css_after=\"content: %22%22;||position: absolute;||transform: rotate(45deg);||-moz-transform: rotate(45deg);||-webkit-transform: rotate(45deg);||bottom: -9px;||left: 51px;||border-width: 17px;||border-style: solid;||border-color: transparent #FFF #FFF transparent;||visibility: visible;||border-radius: 0px 0px 7px 0px;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.13)\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>JENNA PETERSON</strong></p>[/et_pb_blurb][et_pb_blurb title=\"Kelly Rowland\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" icon_placement=\"left\" image_icon_width=\"70px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_line_height=\"0.7em\" body_font_size=\"12px\" custom_padding=\"||||false|false\" custom_css_blurb_title=\"margin-top: 15px;||margin-bottom:0\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>WEB DESIGNER</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โHighlight the most important part of your testimonial here. Put testimonials here. This builds the %22like, know, trust%22\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#EEE4DB\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>CLAIRE JOHNSON</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials โ Ellen Layout','','publish','closed','closed','','testimonials-ellen-layout','','','2024-08-20 20:41:18','2024-08-20 20:41:18','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/testimonials-ellen-layout/',0,'et_pb_layout','',0),(399308,1,'2024-08-20 20:42:06','2024-08-20 20:42:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||||false|false\" custom_padding=\"||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|40px|40px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>SHORT DESCRIPTION SERVICE</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.5em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"30px\" custom_padding=\"30px||||false|false\" global_colors_info=\"{}\"]<h3>Service description goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.5em\" header_4_line_height=\"1.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Auctor sem luctus pretium turpis pellentesque id lobortis egestas nunc, integer sed velit proin turpis enim in massa pharetra pulvinar sollicitudin adipiscing id felis vestibulum non euismod interdum lobortis commodo dolor id urna nunc, aliquet augue at lorem accumsan dolor et cursus volutpat nunc risus dignissim vel urna, at malesuada nec feugiat auctor interdum in mi lacus felis faucibus.</p>\n<p>Dapibus neque augue morbi sit aliquam netus egestas amet, ac congue molestie sed sit consectetur vulputate etiam suscipit maecenas iaculis pellentesque eu pulvinar quam diam blandit odio ut consectetur mattis est nullam vulputate curabitur rhoncus eu aliquet augue scelerisque vitae nisl erat ut erat pretium dui in elementum pellentesque augue laoreet neque odio pretium feugiat.</p>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" title_text=\"Ellen_1020\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.5em\" header_4_line_height=\"1.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Auctor sem luctus pretium turpis pellentesque id lobortis egestas nunc, integer sed velit proin turpis enim in massa pharetra pulvinar sollicitudin adipiscing id felis vestibulum non euismod interdum lobortis commodo dolor id urna nunc, aliquet augue at lorem accumsan dolor et cursus volutpat nunc risus dignissim vel urna, at malesuada nec feugiat auctor interdum in mi lacus felis faucibus.</p>\n<p>Dapibus neque augue morbi sit aliquam netus egestas amet, ac congue molestie sed sit consectetur vulputate etiam suscipit maecenas iaculis pellentesque eu pulvinar quam diam blandit odio ut consectetur mattis est nullam vulputate curabitur rhoncus eu aliquet augue scelerisque vitae nisl erat ut erat pretium dui in elementum pellentesque augue laoreet neque odio pretium feugiat.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"22px\" text_line_height=\"1.8em\" background_color=\"#EEE4DB\" custom_padding=\"50px|50px|50px|50px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>\"Your mental health is a priority. Your happiness is an essential. Your self-care is a necessity.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" position_origin_f=\"top_right\" custom_padding=\"65px|50px|65px|50px|true|true\" custom_padding_tablet=\"65px|50px|65px|50px|true|true\" custom_padding_phone=\"35px|35px|35px|35px|true|true\" custom_padding_last_edited=\"on|phone\" sticky_position=\"top\" sticky_offset_top=\"30px\" sticky_limit_bottom=\"row\" sticky_position_tablet=\"none\" sticky_position_phone=\"none\" sticky_position_last_edited=\"on|phone\" sticky_offset_top_tablet=\"0px\" sticky_offset_top_phone=\"0px\" sticky_offset_top_last_edited=\"on|tablet\" sticky_offset_surrounding_tablet=\"off\" sticky_offset_surrounding_phone=\"off\" sticky_offset_surrounding_last_edited=\"on|tablet\" sticky_transition_tablet=\"off\" sticky_transition_phone=\"off\" sticky_transition_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/Servide-Title-1.png\" title_text=\"Servide Title (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_image][et_pb_contact_form email=\"#\" submit_button_text=\"submit the message\" _builder_version=\"4.25.1\" _module_preset=\"default\" _unique_id=\"192ea500-04f8-4e35-9d02-e34b7d567a8d\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#181D22\" form_field_focus_text_color=\"#222222\" form_field_custom_margin=\"||||false|false\" form_field_custom_padding=\"14px||14px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" form_field_font_size=\"13px\" background_enable_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"What_services_are_you_interested_in?\" field_title=\"What services are you interested in?\" field_type=\"select\" select_options=\"%91{%22value%22:%22Family Theraphy%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Individual Theraphy%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Couple Theraphy%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.21.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please tell me a little bit about your goals for therapy.\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Please,_review_the_Privacy_Policy\" field_title=\"Please, review the Privacy Policy\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I give my consent that my personal information can be collected & used according to the %22,%22checked%22:1,%22dragID%22:-1,%22link_url%22:%22https://demosdivi.lovelyconfetti.com/marie/privacy-policy/%22,%22link_text%22:%22Privacy Policy%22}%93\" fullwidth_field=\"on\" _builder_version=\"4.21.2\" _module_preset=\"default\" form_field_text_color=\"#222222\" global_colors_info=\"{}\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"50px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#F5F6F1\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>Answers to Your Questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_3_font_size=\"36px\" custom_margin=\"||||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" header_3_text_align_tablet=\"\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|phone\" header_3_font_size_tablet=\"36px\" header_3_font_size_phone=\"32px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>DO YOU HAVE QUESTIONS ?</h3>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Your Title Goes Here\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_105.jpg\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Service Page โ Ellen Layout','','publish','closed','closed','','service-page-ellen-layout','','','2024-08-20 20:42:06','2024-08-20 20:42:06','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/service-page-ellen-layout/',0,'et_pb_layout','',0),(399309,1,'2024-08-20 20:43:08','2024-08-20 20:43:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"2px||50px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>PORTFOLIO</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BBlurbs V1 - Barbra\" module_class=\"ellen_portfolio\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"60px||80px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_filterable_portfolio posts_number=\"6\" include_categories=\"48,50,33,35,34\" _builder_version=\"4.25.1\" _module_preset=\"default\" filter_font=\"|||on|||||\" filter_text_color=\"#181D22\" caption_font=\"|||on|||||\" caption_font_size=\"13px\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Filtered โ Ellen Layout','','publish','closed','closed','','portfolio-filtered-ellen-layout','','','2024-08-20 20:43:08','2024-08-20 20:43:08','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/portfolio-filtered-ellen-layout/',0,'et_pb_layout','',0),(399311,1,'2024-08-20 20:44:47','2024-08-20 20:44:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>PODCAST TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#f4f2ed\" background_image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/10/Sophia_Services06.jpg\" background_blend=\"overlay\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Guilty CTA - Grace - Row\" _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" module_alignment=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Nutrition, natural health, fitness and more with renowned special guests in the health and wellness industry</h2>\n<p>Brief description about your podcast goes here. . Arabica Acerbic Affogato Aftertaste Aged Americano And, Aroma spice Black mazagran americano, cultivar caffeine black that half. Blue Aromatic steamed shot frappuccino plunger panna dripper , cinnamon As and carajillo french filter. Tune in every Tuesday for new episodes and make sure to subscribe and leave a review!</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" module_alignment=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><strong>SUBSCRIBE TO THE PODCAST:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"45px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON ITUNES\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON SPOTIFY\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON STITCHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON GOOGLE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"sophia_medium_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#cacbc5\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services300-1.jpg\" background_blend=\"multiply\" custom_padding=\"4%|5%|4%|5%|true|true\" custom_padding_tablet=\"12%|6%|12%|6%|true|true\" custom_padding_phone=\"12%|6%|12%|6%|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_color_right=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/Podcast-2.png\" title_text=\"Podcast (2)\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"650px\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"100px|100px|100px|50px|false|false\" custom_padding_tablet=\"10%||10%||true|true\" custom_padding_phone=\"60px|30px|40px|30px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"54%\" max_width_tablet=\"50%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>Browse the latest episodes</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><strong>HEALTH & WELLNESS PODCAST</strong>ย for online entrepreneurs</h2>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p> </p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"35px||40px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>120+</h2>\n<p><strong>EPISODES</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>3.5M+</h2>\n<p><strong>DOWNLOADS</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>1.1M+</h2>\n<p><strong>STREAMS</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>10K+</h2>\n<p><strong>SUBSCRIBERS</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding=\"80px||50px||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"50px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"900px\" module_alignment=\"center\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE MOST LOVED EPISODES</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"0px|30px|30px|30px|false|true\" custom_padding_tablet=\"0px|30px|30px|30px|false|true\" custom_padding_phone=\"0px|30px|30px|30px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"margin-bottom: 60px;\" global_colors_info=\"{}\"][et_pb_blurb title=\"EPISODE 17\" use_icon=\"on\" font_icon=\"||fa||900\" icon_color=\"#000000\" image_icon_width=\"53px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_text_align=\"center\" header_font_size=\"13px\" header_letter_spacing=\"1px\" body_text_align=\"center\" body_font_size=\"26px\" custom_margin=\"-27px||||false|false\" global_colors_info=\"{}\"]<h1>Your Podcast Episode Title goes here</h1>[/et_pb_blurb][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"0px|30px|30px|30px|false|true\" custom_padding_tablet=\"0px|30px|30px|30px|false|true\" custom_padding_phone=\"0px|30px|30px|30px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"margin-bottom: 60px;\" global_colors_info=\"{}\"][et_pb_blurb title=\"EPISODE 30\" use_icon=\"on\" font_icon=\"||fa||900\" icon_color=\"#000000\" image_icon_width=\"53px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_text_align=\"center\" header_font_size=\"13px\" header_letter_spacing=\"1px\" body_font=\"|300|||||||\" body_text_align=\"center\" body_font_size=\"26px\" custom_margin=\"-27px||||false|false\" custom_margin_tablet=\"-27px||||false|false\" custom_margin_phone=\"-27px||||false|false\" custom_margin_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Your Podcast Episode Title goes here</h1>[/et_pb_blurb][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"0px|30px|30px|30px|false|true\" custom_css_main_element=\"margin-bottom: 60px;\" global_colors_info=\"{}\"][et_pb_blurb title=\"EPISODE 53\" use_icon=\"on\" font_icon=\"||fa||900\" icon_color=\"#000000\" image_icon_width=\"53px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_text_align=\"center\" header_font_size=\"13px\" header_letter_spacing=\"1px\" body_text_align=\"center\" body_font_size=\"26px\" custom_margin=\"-27px||||false|false\" global_colors_info=\"{}\"]<h1>Your Podcast Episode Title goes here</h1>[/et_pb_blurb][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Podcast โ Ellen Layout','','publish','closed','closed','','podcast-ellen-layout','','','2024-08-20 20:44:47','2024-08-20 20:44:47','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/podcast-ellen-layout/',0,'et_pb_layout','',0),(399312,1,'2024-08-20 20:46:25','2024-08-20 20:46:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"800px\" module_alignment=\"center\" custom_padding=\"4vw|3vw|4vw|3vw|true|true\" custom_padding_tablet=\"|5vw||5vw|true|true\" custom_padding_phone=\"|5vw||5vw|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Welcome - Text\" _builder_version=\"4.23\" text_font=\"||||||||\" text_letter_spacing=\"1px\" text_line_height=\"1.4em\" header_font=\"||||||||\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"44px\" header_3_font=\"||||||||\" header_3_text_align=\"center\" header_3_font_size=\"45px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"5%||7%||false|false\" custom_padding=\"|||\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"32px\" header_3_font_size_phone=\"35px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Your bio goes here</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>[/et_pb_text][et_pb_social_media_follow icon_color=\"#423c3a\" use_icon_font_size=\"on\" icon_font_size=\"14px\" _builder_version=\"4.25.1\" text_orientation=\"center\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]pinterest[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"HOME\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" button_text=\"RESOURCES\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"SERVICES\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"CONTACT ME\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_signup mailchimp_list=\"add_new_account\" layout=\"top_bottom\" first_name_fullwidth=\"off\" last_name_fullwidth=\"off\" title=\"GET THE LATEST\" button_text=\"YES, SIGN UP!\" description=\"<p>Donโt ever miss any of my freebies! Leave me your e-mail address and be the first to know when something new appears on my site.</p>\" module_class=\"jane_light_background\" _builder_version=\"4.25.1\" form_field_text_color=\"#000000\" header_font=\"|600|||||||\" header_font_size=\"30px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" form_field_font=\"|||on|||||\" form_field_text_align=\"center\" form_field_font_size=\"12px\" form_field_letter_spacing=\"1px\" background_enable_color=\"off\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" text_orientation=\"center\" background_layout=\"light\" custom_margin=\"8%||||false|false\" custom_padding=\"6%|0px|6%|0px|true|false\" custom_css_newsletter_button=\"padding: 10px 19px !important;\" border_radii_fields=\"on|10px|10px|10px|10px\" border_width_all_fields=\"1px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#454334\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#181D22\" button_icon_color__hover_enabled=\"on|hover\" button_icon_color__hover=\"#181D22\"][/et_pb_signup][et_pb_text admin_label=\"Welcome - Text\" _builder_version=\"4.23\" text_font=\"Cormorant Garamond||||||||\" text_font_size=\"18px\" header_font=\"||||||||\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"30px\" header_2_letter_spacing=\"1px\" header_2_line_height=\"1.5em\" header_3_font=\"||||||||\" header_5_font=\"||||||||\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"50px||||false|false\" custom_margin_tablet=\"50px||||false|false\" custom_margin_phone=\"40px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|||\" header_3_font_size_tablet=\"32px\" header_3_font_size_phone=\"\" header_3_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][et_pb_blog fullwidth=\"off\" posts_number=\"2\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" module_class=\"sophia_gridblog\" _builder_version=\"4.25.1\" header_font=\"||||||||\" header_text_align=\"center\" header_font_size=\"22px\" header_line_height=\"1.2em\" body_text_color=\"#000000\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#000000\" meta_font_size=\"10px\" meta_letter_spacing=\"2px\" read_more_font=\"|300||on|||||\" read_more_font_size=\"12px\" read_more_letter_spacing=\"1px\" text_orientation=\"center\" custom_css_post_meta=\"font-weight: 500;\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Instagram Links โ Ellen Layout','','publish','closed','closed','','instagram-links-ellen-layout','','','2024-08-20 20:46:25','2024-08-20 20:46:25','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/instagram-links-ellen-layout/',0,'et_pb_layout','',0),(399313,1,'2024-08-20 20:47:48','2024-08-20 20:47:48','[et_pb_section fb_built=\"1\" admin_label=\"Coming Soon 07\" _builder_version=\"4.23\" background_color=\"#F4F2ED\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"on\" global_colors_info=\"%91%93\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" collapsed=\"on\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 100%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.4)\" background_color_gradient_start_position=\"100%\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_110.jpg\" custom_padding=\"41vh|30px|41vh|30px|true|true\" custom_padding_tablet=\"15vh||15vh||true|false\" custom_padding_phone=\"7vh||7vh||true|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" text_font=\"|600|||||||\" text_text_color=\"#ffffff\" text_letter_spacing=\"4px\" text_line_height=\"1em\" text_orientation=\"center\" custom_margin=\"3vh||||false|false\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|desktop\" global_colors_info=\"{}\" text_line_height__hover_enabled=\"off|desktop\"]<p><strong>WE WILL BACK IN</strong></p>[/et_pb_text][et_pb_countdown_timer date_time=\"2025-04-25 01:26\" _builder_version=\"4.25.1\" header_level=\"h3\" numbers_text_color=\"#ffffff\" numbers_font_size=\"56px\" numbers_line_height=\"53px\" separator_font=\"Roboto Condensed||||||||\" separator_text_color=\"rgba(0,0,0,0)\" separator_font_size=\"1px\" label_font=\"|600||on|||||\" label_text_color=\"#ffffff\" label_font_size=\"13px\" label_line_height=\"59px\" use_background_color=\"off\" custom_margin=\"13px||||false|false\" custom_padding=\"0px|0px|0px|0px|true|true\" numbers_font_size_tablet=\"50px\" numbers_font_size_phone=\"30px\" numbers_font_size_last_edited=\"on|phone\" label_font_size_tablet=\"\" label_font_size_phone=\"10px\" label_font_size_last_edited=\"on|phone\" label_line_height_tablet=\"\" label_line_height_phone=\"10px\" label_line_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" background_enable_color=\"off\" background_enable_image=\"off\" custom_padding=\"19vh|12vh|19vh|12vh|true|true\" custom_padding_tablet=\"10vh|5vh|10vh|5vh|true|true\" custom_padding_phone=\"6vh|3vh|6vh|3vh|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width=\"30%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEY THERE</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" header_font=\"|||on|||||\" header_font_size=\"40px\" header_line_height=\"1.1em\" text_orientation=\"center\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||||false|false\" hover_enabled=\"0\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1><strong>Iยดmย ย working </strong>on something very special!</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" text_text_color=\"#000000\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"10px||0px||false|false\" custom_margin_tablet=\"2vh||||false|false\" custom_margin_phone=\"2vh||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" custom_css_main_element=\"font-weight:400;\" global_colors_info=\"{}\" text_line_height__hover_enabled=\"off|desktop\"]<p>We are working very hard on the new version of our website. It will bring a lot of new features. Please stay tuned!. Sign up to be the first to know when I launch!</p>[/et_pb_text][et_pb_signup provider=\"mailerlite\" mailerlite_list=\"add_new_account\" layout=\"top_bottom\" first_name_field=\"off\" last_name_field=\"off\" button_text=\"subscribe\" _builder_version=\"4.25.1\" form_field_background_color=\"#ffffff\" form_field_text_color=\"#000000\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" form_field_custom_padding=\"15px||15px||true|false\" result_message_font=\"Poppins||||||||\" result_message_text_color=\"#000000\" result_message_font_size=\"27px\" form_field_text_align=\"center\" form_field_font_size=\"15px\" form_field_line_height=\"1em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_border_width=\"1px\" button_border_radius=\"10px\" button_icon=\"5||divi||400\" button_on_hover=\"off\" background_layout=\"light\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_margin=\"30px|0px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" custom_css_newsletter_button=\"padding: 12px 20px 15px;\" border_radii_fields=\"on|10px|10px|10px|10px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#000000\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|hover\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"\" button_bg_enable_color__hover=\"off\" button_border_color__hover_enabled=\"on|hover\" button_letter_spacing__hover_enabled=\"on|hover\" button_letter_spacing__hover=\"\" button_border_color__hover=\"#000000\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"#000000\" use_icon_font_size=\"on\" icon_font_size=\"14px\" _builder_version=\"4.23\" text_orientation=\"center\" custom_margin=\"20px|||-9px|false|false\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"15px||||false|false\" custom_margin_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|desktop\" icon_color__hover=\"#353535\"][et_pb_social_media_follow_network social_network=\"facebook\" icon_color=\"#000000\" _builder_version=\"4.16\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|desktop\" icon_color__hover=\"#afafaf\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" icon_color=\"#000000\" _builder_version=\"4.16\" global_colors_info=\"{}\" icon_color__hover=\"#afafaf\" icon_color__hover_enabled=\"on|desktop\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" icon_color=\"#000000\" _builder_version=\"4.21.0\" background_enable_color=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#afafaf\" icon_color__hover_enabled=\"on|desktop\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" icon_color=\"#000000\" _builder_version=\"4.21.0\" background_enable_color=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#afafaf\" icon_color__hover_enabled=\"on|desktop\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"tiktok\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]tiktok[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Coming Soon โ Ellen Layout','','publish','closed','closed','','coming-soon-ellen-layout','','','2024-08-20 20:47:48','2024-08-20 20:47:48','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/coming-soon-ellen-layout/',0,'et_pb_layout','',0),(399355,1,'2024-08-27 09:14:27','2024-08-27 09:14:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||true|false\" sticky_position=\"top\" sticky_transition=\"off\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;||\" box_shadow_style=\"preset3\" box_shadow_vertical=\"6px\" box_shadow_color=\"rgba(0,0,0,0.08)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"off|desktop\" custom_css_main_element__hover_enabled=\"off|desktop\" custom_css_main_element__sticky_enabled=\"on|sticky\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" max_width=\"100%\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||align-items: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column-reverse;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column-reverse;||justify-content: center;\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" disabled_on=\"on|on|off\" _builder_version=\"4.25.1\" _dynamic_attributes=\"src,url\" _module_preset=\"default\" max_width=\"200px\" custom_margin=\"||0px||false|false\" custom_padding=\"10px||10px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_image][et_pb_menu active_link_color=\"#181D22\" dropdown_menu_bg_color=\"#F5F6F1\" dropdown_menu_text_color=\"#181D22\" mobile_menu_bg_color=\"#F5F6F1\" cart_icon_color=\"#181D22\" search_icon_color=\"#181D22\" menu_icon_color=\"#181D22\" logo_tablet=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" logo_phone=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" logo_last_edited=\"on|phone\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|tablet\" logo_max_width_tablet=\"200px\" logo_max_width_phone=\"150px\" logo_max_width_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"logo_tablet,logo_phone\" _module_preset=\"default\" menu_font=\"|600||on|||||\" menu_text_color=\"#181D22\" menu_font_size=\"12px\" menu_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" width_tablet=\"80%\" width_phone=\"80%\" width_last_edited=\"on|desktop\" custom_margin=\"||0px||false|false\" custom_padding=\"28px|22px|||false|false\" custom_padding_tablet=\"20px|22px|0px||false|false\" custom_padding_phone=\"16px|20px|0px||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" custom_css_main_element=\"padding-bottom: 30px;\" custom_css_menu_logo=\"margin-bottom: 10px;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"padding-bottom: 0px;\" custom_css_main_element_phone=\"padding-bottom: 0px;\" sticky_enabled=\"0\"][/et_pb_menu][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"CONTACT ME\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_radius=\"5px\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"8px|39px|8px|34px|true|false\" custom_padding_tablet=\"16px||16px||true|false\" custom_padding_phone=\"16px||16px||true|false\" custom_padding_last_edited=\"on|tablet\" button_border_radius_tablet=\"0px\" button_border_radius_phone=\"0px\" button_border_radius_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_tablet=\"width: 100%;\" custom_css_main_element_phone=\"width: 100%;\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Unassigned','','publish','open','closed','','unassigned','','','2024-08-27 09:14:27','2024-08-27 09:14:27','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_header_layout/unassigned/',0,'et_header_layout','',0),(399356,1,'2024-08-27 09:14:29','2024-08-27 09:14:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.66)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"15px||0px||false|false\" global_colors_info=\"%91%93\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png\" title_text=\"Freebie 1\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"280px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;||\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"32px\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"%91%93\"]<p><strong>READY TO GET STARTED?</strong></p>\n<h3>Your FREE Healt & Wellness Guide download goes here</h3>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NTM4MSJ9fQ==@\" button_text=\"DOWNLOAD THE GUIDE\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#F5F6F1\" button_border_radius=\"10px\" button_icon=\"E||divi||400\" button_on_hover=\"off\" custom_padding=\"10px|35px|10px|25px|true|false\" global_colors_info=\"%91%93\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"%91%93\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||20px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" link_text_color=\"#181D22\" header_3_letter_spacing=\"1px\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"%91%93\"]<h3><strong>NAVIGATE</strong></h3>\n<a href=\"https://demosdivi.lovelyconfetti.com/ellen\">HOME</a>\n\n<a href=\"https://demosdivi.lovelyconfetti.com/ellen/about\">ABOUT ME</a>\n\n<a href=\"https://demosdivi.lovelyconfetti.com/ellen/blog-list/\">THE BLOG</a>\n\n<a href=\"https://demosdivi.lovelyconfetti.com/ellen/podcast/\">THE PODCAST</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"|40px||40px|false|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"||20px||false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_width_left=\"1px\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|phone\" border_width_top_tablet=\"1px\" border_width_top_phone=\"1px\" border_width_top_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" border_width_bottom_tablet=\"1px\" border_width_bottom_phone=\"1px\" border_width_bottom_last_edited=\"on|desktop\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" link_text_color=\"#181D22\" header_3_font_size=\"34px\" header_3_letter_spacing=\"1px\" text_orientation=\"center\" custom_margin=\"||12px||false|false\" hover_enabled=\"0\" global_colors_info=\"%91%93\" sticky_enabled=\"0\"]<h3><strong>ELLEN THEME</strong></h3>\n<p>Suspendisse sagittis lorem accumsan convallis pharetra. Praesent ex ante, placerat quis purus a, tempor consectetur lorem. Integer accumsan pharetra orci nec tempor.\n\n</p>[/et_pb_text][et_pb_social_media_follow icon_color=\"#181D22\" use_icon_font_size=\"on\" icon_font_size=\"12px\" _builder_version=\"4.24.3\" _module_preset=\"default\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]pinterest[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"tiktok\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]tiktok[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding_tablet=\"20px||||false|false\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" link_text_color=\"#181D22\" header_font=\"|600|||||||\" header_3_letter_spacing=\"1px\" text_orientation=\"right\" custom_padding=\"||||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"%91%93\"]<h3><strong>FOR CLIENTS</strong></h3>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/ellen/services/\">SERVICES</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/ellen/resources/\">RESOURCES</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/ellen/sales-page/\">EDUCATION</a></p>\n<p><a href=\"https://demosdivi.lovelyconfetti.com/ellen/portfolio/\">PORTFOLIO</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"%91%93\"][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"10px||10px||true|false\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_font_size=\"9px\" text_letter_spacing=\"2px\" text_line_height=\"1.6em\" link_text_color=\"#FFFFFF\" text_orientation=\"center\" background_layout=\"dark\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"%91%93\"]<p><strong>COPYRIGHT ยฉ 2025. BUSINESS NAME HERE | PRIVACY POLICY | TERMS OF USE | THEME BY <a href=\"https://lovelyconfetti.com/\" target=\"_blank\" rel=\"noopener\">LOVELY CONFETTI</a></strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Unassigned','','publish','open','closed','','unassigned','','','2024-08-27 09:14:29','2024-08-27 09:14:29','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_footer_layout/unassigned/',0,'et_footer_layout','',0),(399363,1,'2024-08-27 09:14:37','2024-08-27 09:14:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"%91%93\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_font=\"||||||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"50px\" header_3_font=\"|||on|||||\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"28px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" header_font_size_tablet=\"44px\" header_font_size_phone=\"40px\" header_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"28px\" header_3_font_size_phone=\"22px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"%91%93\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoidGVybV9kZXNjcmlwdGlvbiIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"%91%93\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_shop type=\"product_category\" posts_number=\"6\" include_categories=\"current\" columns_number=\"3\" sale_badge_color=\"#ACA892\" icon_hover_color=\"#454334\" hover_overlay_color=\"rgba(245,246,241,0.9)\" hover_icon=\"||fa||900\" offset_number=\"0\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_text_align=\"center\" title_font_size=\"22px\" price_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"%91%93\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout','','','2024-08-27 09:14:37','2024-08-27 09:14:37','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_body_layout/theme-builder-layout/',0,'et_body_layout','',0),(399315,1,'2024-08-20 20:48:57','2024-08-20 20:48:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/Michelle-Freebie-4.png\" parallax=\"on\" custom_padding=\"||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"160px||160px||true|false\" custom_padding_tablet=\"100px||30px||false|false\" custom_padding_phone=\"100px||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_signup mailchimp_list=\"add_new_account\" layout=\"top_bottom\" first_name_fullwidth=\"off\" last_name_field=\"off\" email_fullwidth=\"off\" title=\"DOWNLOAD THE FREE WELLNESS & HEALTH GUIDE\" button_text=\"Yes Please, download the guide\" description=\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio.</p>\" _builder_version=\"4.25.1\" form_field_background_color=\"#F5F6F1\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||||false|false\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"40px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"140%\" result_message_font=\"Roboto||||||||\" result_message_text_align=\"left\" result_message_text_color=\"#ffffff\" form_field_font=\"|600|||||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_line_height=\"100%\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#1e1e26\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"3px|17px|3px|0px|true|false\" button_custom_padding_tablet=\"\" button_custom_padding_phone=\"12px|20px|12px|20px|true|true\" button_custom_padding_last_edited=\"on|phone\" background_layout=\"light\" header_font_size_tablet=\"36px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"\" header_letter_spacing_last_edited=\"on|tablet\" custom_css_newsletter_title=\"padding-bottom: 20px;\" custom_css_newsletter_description=\"width: 100% !important;||margin-bottom: 13px !important;\" custom_css_newsletter_form=\" width: 100% !important;|| padding-left: 0 !important;\" custom_css_newsletter_fields=\"padding: 11px 35px !important;||||||||||\" custom_css_newsletter_button=\"width: auto !important;||display: inline-block !important;||\" border_radii_fields=\"on|5px|5px|5px|5px\" border_width_all_fields=\"1px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|desktop\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on|hover\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|hover\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_bg_enable_color__hover=\"on\" button_border_radius__hover=\"\"][et_pb_signup_custom_field field_id=\"8fe9f35ed8\" field_title=\"Checkbox\" field_type=\"checkbox\" checkbox_options=\"%91{%22checked%22:0,%22value%22:%22I agree to the Terms of Service%22,%22id%22:%22670325314a%22,%22dragID%22:-1}%93\" _builder_version=\"4.16\" positioning=\"relative\" position_origin_a=\"bottom_left\" width=\"100%\" custom_padding=\"16px|0px|0px|0px|false|false\" custom_css_main_element=\"|| width: auto !important;|| font-weight: 400 !important;\" global_colors_info=\"{}\" predefined_field=\"8fe9f35ed8\"][/et_pb_signup_custom_field][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"overlay\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>IN THIS GUIDE YOU LEARN...</h2>\n<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" admin_label=\"Thank You Page V8 - Ragnar - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"SUBSCRIBE\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"DOWNLOAD THE EBOOK\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"ENJOY IT!\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Lead Magnet โ Ellen Layout','','publish','closed','closed','','lead-magnet-ellen-layout','','','2024-08-20 20:48:57','2024-08-20 20:48:57','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/lead-magnet-ellen-layout/',0,'et_pb_layout','',0),(399316,1,'2024-08-20 20:49:49','2024-08-20 20:49:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/Michelle-Freebie-4.png\" parallax=\"on\" custom_padding=\"||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"160px||160px||true|false\" custom_padding_tablet=\"100px||30px||false|false\" custom_padding_phone=\"100px||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"44px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>THANK YOU SO MUCH!</strong></h2>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Cras ultricies ligula sed magna dictum porta. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Morbi in sem quis dui placerat ornare. Cras ultricies ligula sed magna dictum porta. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>[/et_pb_text][et_pb_button button_text=\"DOWNLOAD YOUR FREEBIE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"overlay\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>IN THIS GUIDE YOU LEARN...</h2>\n<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" admin_label=\"Thank You Page V8 - Ragnar - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"SUBSCRIBE\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"DOWNLOAD THE EBOOK\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"ENJOY IT!\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Thank You โ Ellen Layout','','publish','closed','closed','','thank-you-ellen-layout','','','2024-08-20 20:49:49','2024-08-20 20:49:49','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/thank-you-ellen-layout/',0,'et_pb_layout','',0),(399317,1,'2024-08-20 20:50:46','2024-08-20 20:50:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services300-1.jpg\" title_text=\"Ellen_Services300 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_92.jpg\" title_text=\"Ellen_92\" _builder_version=\"4.24.3\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>I CANยดT WAIT TO COLLABORATE WITH YOU</h2>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]If you have any questions or inquiries about your mental health issue, please don\'t hesitate. Feel free to contact me and I will get in touch with you as soon as possible.[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit the message\" _builder_version=\"4.25.1\" _module_preset=\"default\" _unique_id=\"192ea500-04f8-4e35-9d02-e34b7d567a8d\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your Phone Number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"What_services_are_you_interested_in?\" field_title=\"What services are you interested in?\" field_type=\"select\" select_options=\"%91{%22value%22:%22Family Theraphy%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Individual Theraphy%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Couple Theraphy%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.21.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please tell me a little bit about your goals for therapy.\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"schedule_our_consultation\" field_title=\"How do you prefer to be contacted to schedule our consultation?\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22Phone%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Email%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22No Preference%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Please,_review_the_Privacy_Policy\" field_title=\"Please, review the Privacy Policy\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I give my consent that my personal information can be collected & used according to the %22,%22checked%22:1,%22dragID%22:-1,%22link_url%22:%22https://demosdivi.lovelyconfetti.com/marie/privacy-policy/%22,%22link_text%22:%22Privacy Policy%22}%93\" fullwidth_field=\"on\" _builder_version=\"4.21.2\" _module_preset=\"default\" form_field_text_color=\"#222222\" global_colors_info=\"{}\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>LETยดS TALK</strong></h3>\n<p>PHONE: +1 921-124-9220<br />EMAIL: info@lovelyconfetti.com</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>WORKING HOURS</strong></h3>\n<p>MONDAY โ FRIDAY | 9:00 a.m โ 6:00 p.m (GMT+2)<br />SATURDAY โ SUNDAY | Offline</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>OFFICE ADDRESS</strong></h3>\n11940 Carolina Place Pkwy,\nMadrid, Spain[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>DO YOU HAVE QUESTIONS ?</h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Your first question goes here ?\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact โ Ellen Layout','','publish','closed','closed','','contact-ellen-layout','','','2024-08-20 20:50:46','2024-08-20 20:50:46','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/contact-ellen-layout/',0,'et_pb_layout','',0),(399318,1,'2024-08-20 20:51:39','2024-08-20 20:51:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"OShop V13 - Olena\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"90px||60px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"40px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY FEATURED GUIDES & WORKBOOKS</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"OShop V13 - Olena - Row\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_shop posts_number=\"6\" columns_number=\"3\" sale_badge_color=\"#ACA892\" icon_hover_color=\"#222222\" hover_overlay_color=\"rgba(245,244,239,0.49)\" hover_icon=\"||fa||900\" show_rating=\"off\" show_sale_badge=\"off\" admin_label=\"OShop V13 - Olena - Woo Products\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"||||||||\" title_font_size=\"22px\" title_line_height=\"120%\" price_font_size=\"15px\" text_orientation=\"center\" title_font_size_tablet=\"24px\" title_font_size_phone=\"22px\" title_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section]','Shop โ Ellen Layout','','publish','closed','closed','','shop-ellen-layout','','','2024-08-20 20:51:39','2024-08-20 20:51:39','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/shop-ellen-layout/',0,'et_pb_layout','',0),(399319,1,'2024-08-20 20:52:24','2024-08-20 20:52:24','[et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#f4f2ed\" custom_margin=\"0px||-50px||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row - Flying High Header\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"#181d22\" background_enable_image=\"off\" background_blend=\"multiply\" custom_padding=\"100px|60px|110px|60px|false|true\" custom_padding_tablet=\"60px|60px|60px|60px|true|true\" custom_padding_phone=\"30px|10px|0px|10px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"THE LATEST POSTS\" button_text=\"Click Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h1\" header_font=\"|600|||||||\" header_font_size=\"44px\" background_enable_color=\"off\" header_font_size_tablet=\"50px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>I SHARE WITH YOU TIPS AND RECOMMENDATIONS ON ALL THINGS COPYWRITTING, MESSAGING STRATEGY AND BUSINESS BUILDING TO HELP YOU GROW MORE EACH DAY.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" background_blend=\"multiply\" custom_padding=\"||||false|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"60px|20px|110px|20px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"40px\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" header_3_font_size_tablet=\"40px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Want to read about a specific topic?</h3>[/et_pb_text][et_pb_search button_color=\"#F5F6F1\" _builder_version=\"4.24.3\" _module_preset=\"default\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" max_width=\"60%\" module_alignment=\"center\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"99\" custom_padding=\"0px||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"95.5%\" max_width=\"100%\" custom_padding=\"14px||11px||false|false\" custom_padding_tablet=\"10px||12px||false|false\" custom_padding_phone=\"10px||12px||false|false\" border_width_bottom=\"1px\" border_color_bottom=\"#DFE2D5\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"13\" menu_style=\"centered\" _builder_version=\"4.24.3\" _module_preset=\"default\" menu_font=\"|600||on|||||\" menu_text_color=\"#000000\" menu_font_size=\"13px\" menu_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"60px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" posts_number=\"6\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"11px\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Grid โ Ellen Layout','','publish','closed','closed','','blog-grid-ellen-layout','','','2024-08-20 20:52:24','2024-08-20 20:52:24','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/blog-grid-ellen-layout/',0,'et_pb_layout','',0),(399320,1,'2024-08-20 20:53:03','2024-08-20 20:53:03','[et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#f4f2ed\" custom_margin=\"0px||-50px||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row - Flying High Header\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"multiply\" custom_padding=\"100px|60px|110px|60px|false|true\" custom_padding_tablet=\"60px|60px|60px|60px|true|true\" custom_padding_phone=\"30px|10px|0px|10px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"THE LATEST POSTS\" button_text=\"Click Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h1\" header_font=\"|600|||||||\" header_font_size=\"44px\" background_enable_color=\"off\" header_font_size_tablet=\"50px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>I SHARE WITH YOU TIPS AND RECOMMENDATIONS ON ALL THINGS COPYWRITTING, MESSAGING STRATEGY AND BUSINESS BUILDING TO HELP YOU GROW MORE EACH DAY.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" background_blend=\"multiply\" custom_padding=\"||||false|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px|20px|110px|20px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"40px\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" header_3_font_size_tablet=\"40px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Want to read about a specific topic?</h3>[/et_pb_text][et_pb_search button_color=\"#F5F6F1\" _builder_version=\"4.24.3\" _module_preset=\"default\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" max_width=\"60%\" module_alignment=\"center\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"99\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"95.5%\" max_width=\"100%\" custom_padding=\"15px||8px||false|false\" custom_padding_tablet=\"15px||8px||false|false\" custom_padding_phone=\"0px||8px||false|false\" border_width_bottom=\"1px\" border_color_bottom=\"#DFE2D5\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"13\" menu_style=\"centered\" _builder_version=\"4.25.1\" _module_preset=\"default\" menu_font=\"|600||on|||||\" menu_text_color=\"#000000\" menu_font_size=\"13px\" menu_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||4px||false|false\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_listblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" custom_padding=\"70px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"5\" include_categories=\"all\" show_more=\"on\" show_author=\"off\" show_date=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"28px\" meta_font=\"|600||on|||||\" meta_text_color=\"#666666\" meta_font_size=\"11px\" read_more_font=\"|||on|on|||#454334|\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Blog List โ Ellen Layout','','publish','closed','closed','','blog-list-ellen-layout','','','2024-08-20 20:53:03','2024-08-20 20:53:03','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/blog-list-ellen-layout/',0,'et_pb_layout','',0),(399321,1,'2024-08-21 06:57:19','2024-08-21 06:57:19','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" module_id=\"v2\" module_class=\"olena_header_v2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.7)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"270px||70px||false|false\" custom_padding_tablet=\"120px||||false|false\" custom_padding_phone=\"70px||||false|false\" collapsed=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width_tablet=\"80%\" width_phone=\"78%\" width_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_css_main_element=\"position:static;\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_css_main_element=\"position:static;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"121px\" text_line_height=\"110%\" header_text_color=\"#F5F6F1\" header_font_size=\"50px\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||30px||false|false\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||20px||false|false\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"60px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"46px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Transform your relationship</h1>\n<h1>with FOOD, BODY & SELF</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"500px\" custom_padding=\"||140px||false|false\" custom_padding_tablet=\"||140px||false|false\" custom_padding_phone=\"5px||70px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"BROWSE MY SERVICES\" button_alignment=\"center\" _builder_version=\"4.25.0\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDMzNSJ9fQ==@\" button_text=\"LISTEN THE PODCAST\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"||fa||900\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"|20px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Hero Home 2 - Ellen Sections','','publish','closed','closed','','hero-home-2-ellen-sections','','','2024-08-21 06:57:19','2024-08-21 06:57:19','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/hero-home-2-ellen-sections/',0,'et_pb_layout','',0),(399322,1,'2024-08-21 07:41:56','2024-08-21 07:41:56','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEALTH COACHING</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>I help women cultivating<span></span></h1>\n<h1 class=\"title\"><strong>HEATLTHY BODY & MIND</strong></h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_108.jpg\" title_text=\"Ellen_108\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Hero Home 1 โ Ellen Sections','','publish','closed','closed','','hero-home-1-ellen-sections','','','2024-08-21 07:41:56','2024-08-21 07:41:56','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/hero-home-1-ellen-sections/',0,'et_pb_layout','',0),(399323,1,'2024-08-21 07:44:22','2024-08-21 07:44:22','[et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_2=\"display: flex;||flex-direction: column;||justify-content: center;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" inner_width=\"80%\" inner_max_width=\"100%\" custom_margin=\"||-50px||false|false\" custom_padding=\"||115px||false|false\" custom_padding_tablet=\"||130px||false|false\" custom_padding_phone=\"||130px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"75px\" text_line_height=\"120%\" header_font=\"|||on|||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" position_origin_r=\"top_right\" z_index=\"99\" custom_margin_tablet=\"||-3px|||\" custom_margin_phone=\"|0%|20px||false|false\" custom_margin_last_edited=\"on|tablet\" text_font_size_tablet=\"55px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Womenโs health without<br />limitations</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_line_height=\"160%\" max_width=\"580px\" module_alignment=\"left\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_main_element=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"600px\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"40px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"20px||||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>Trusted by 4,000+ people</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"500px\" custom_margin=\"40px||||false|false\" custom_margin_tablet=\"15px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"EXPLORE MY SERVICES\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|15px||0px|false|false\" custom_padding_tablet=\"|15px||0px|false|false\" custom_padding_phone=\"|15px||0px|false|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CALL\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"40px||||false|false\" custom_margin_last_edited=\"on|tablet\" border_radii=\"off|15px|||15px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section]','Hero Home 3 โ Ellen Sections','','publish','closed','closed','','hero-home-3-ellen-sections','','','2024-08-21 07:44:22','2024-08-21 07:44:22','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/hero-home-3-ellen-sections/',0,'et_pb_layout','',0),(399324,1,'2024-08-21 07:46:53','2024-08-21 07:46:53','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width=\"65%\" width_tablet=\"65%\" width_phone=\"80%\" width_last_edited=\"on|phone\" max_width_tablet=\"70%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEALTH & WELLNESS COACH</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong>,</h2>\n<h2>Wellness Coach, life success coach for women-preneurs, author and mom</h2>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_010-1.jpg\" title_text=\"Ellen_010 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" global_colors_info=\"{}\"]<p><strong>HEALTH COACH, WIFE AND MOM OF TWO</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V5 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"50px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||80px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"years of experience\" number=\"6+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Awards\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Don\'t chase the money, chase your dreams\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Don\'t chase the money, chase your dreams</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"courses launched\" number=\"4\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Satisfied customers\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#181D22\" title_font_size=\"24px\" title_line_height=\"120%\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Get the tools you need for a perfect website\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Get the tools you need for a perfect website</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Satisfied clients\" number=\"99\" admin_label=\"BContent V5 - Barbra - Number Counter - Return on investment\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" title_font_tablet=\"\" title_font_phone=\"\" title_font_last_edited=\"on|desktop\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - The best way to achieve perfection\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>The best way to achieve perfection</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Subscribers\" number=\"10K+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Uptime\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_font=\"||||||||\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Come explore the world of live pictures\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Come explore the world of live pictures</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About Home 1 โ Ellen Sections','','publish','closed','closed','','about-home-1-ellen-sections','','','2024-08-21 07:46:53','2024-08-21 07:46:53','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/about-home-1-ellen-sections/',0,'et_pb_layout','',0),(399325,1,'2024-08-21 07:53:37','2024-08-21 07:53:37','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||120px||false|false\" custom_padding_tablet=\"60px||80px||false|false\" custom_padding_phone=\"50px||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" custom_padding=\"200px||200px||true|false\" custom_padding_tablet=\"275px||275px||true|false\" custom_padding_phone=\"60px|20px|60px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb title=\"%22 The greatest wealth is health %22\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_font_size=\"26px\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"bottom_right\" position_origin_r_phone=\"bottom_right\" position_origin_r_last_edited=\"on|tablet\" width=\"100%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"|30px|30px|30px|false|true\" custom_padding_tablet=\"|30px|30px|30px|false|true\" custom_padding_phone=\"|10px|30px|10px|false|true\" custom_padding_last_edited=\"on|phone\" positioning_tablet=\"absolute\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" custom_css_blurb_content=\"background: #fff;||padding: 40px;||border-radius: 10px;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Subtitle goes here. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"60%\" max_width_phone=\"60%\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>ABOUT ME</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong> healer, teacher and coach in Nutritional Psychology</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Maecenas ultricies nulla rutrum, facilisis massa nec, ultricies felis. In id dapibus nisl. Nam vulputate sit amet lacus sit amet finibus. Sed rhoncus, erat vitae varius lacinia, tellus risus pulvinar diam, sit amet rutrum nibh lacus a nunc. Donec dui tortor, interdum quis ligula eu, consequat semper libero. Sed id semper ex. Morbi egestas accumsan tortor, sodales hendrerit diam hendrerit vel. Donec id dictum metus, sit amet scelerisque neque.</p>\n<p>Maecenas ultricies nulla rutrum, facilisis massa nec, ultricies felis. In id dapibus nisl. Nam vulputate sit amet lacus sit amet finibus. Sed rhoncus, erat vitae varius lacinia, tellus risus pulvinar diam, sit amet rutrum nibh lacus a nunc. Donec dui tortor, interdum quis ligula eu, consequat semper libero. Sed id semper ex. Morbi egestas accumsan tortor, sodales hendrerit diam hendrerit vel. Donec id dictum metus, sit amet scelerisque neque.</p>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled<br />bled</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"LEARN MORE ABOUT ME\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','About Home 2 โ Ellen Sections','','publish','closed','closed','','about-home-2-ellen-sections','','','2024-08-21 07:53:37','2024-08-21 07:53:37','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/about-home-2-ellen-sections/',0,'et_pb_layout','',0),(399326,1,'2024-08-21 08:58:57','2024-08-21 08:58:57','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_101.jpg\" custom_padding_tablet=\"200px||200px||true|false\" custom_padding_phone=\"150px||150px||true|false\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEY THERE<strong>, IยดM SOPHIA LOREN</strong> a functional nutritionist & wellness coach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus.</p>\n<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I understand your needs, because Iโve been there.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"15px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I am always open, honest, & ethical. If I canโt help you, Iโll say so.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"15px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<div class=\"check-item full-width\">\n<p class=\"et_pb_module_header\"><span>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</span></p>\n<div class=\"et_pb_blurb_description\"></div>\n</div>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>2+</h5>\nHAPPY CUSTOMERS WORLDWIDE[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>6+</h5>\n<p>YEARS OF WORK EXPERIENCE</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>4+</h5>\n<p>SUCCESFULLYย LAUNCHED COURSES</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>12K+</h5>\nHAPPY SUBSCRIBERS[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About Home 3 โ Ellen Sections','','publish','closed','closed','','about-home-3-ellen-sections','','','2024-08-21 08:58:57','2024-08-21 08:58:57','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/about-home-3-ellen-sections/',0,'et_pb_layout','',0),(399327,1,'2024-08-21 09:06:10','2024-08-21 09:06:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_102-1.jpg\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2>We can effortlessly enhance your health together</h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Services 1 Home 1 โ Ellen Sections','','publish','closed','closed','','services-1-home-1-ellen-sections','','','2024-08-21 09:06:10','2024-08-21 09:06:10','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-1-home-1-ellen-sections/',0,'et_pb_layout','',0),(399328,1,'2024-08-21 09:06:49','2024-08-21 09:06:49','[et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2 class=\"tro-title\"><span>WHY TO CHOOSE ME</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" image_icon_width=\"75px\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"75px\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" image_icon_width=\"75px\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]','Services 2 Home 1 โ Ellen Sections','','publish','closed','closed','','services-2-home-1-ellen-sections','','','2024-08-21 09:06:49','2024-08-21 09:06:49','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-2-home-1-ellen-sections/',0,'et_pb_layout','',0),(399329,1,'2024-08-21 11:59:50','2024-08-21 11:59:50','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" collapsed=\"off\" global_colors_info=\"{}\" border_radii__hover_enabled=\"off|desktop\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"900px\" custom_margin=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_line_height=\"1.6em\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & NUTRITION SERVICES</h2>\n<p>I use my knowledge and expertise to help you live your best life. This means creating natural health & wellness services that help people make their life better</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_service1\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services202.png\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_blurb title=\"WEIGHT LOSS\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/scale.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"30px|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\"]<p>Your daily dose of inspiration for a life well-lived awaits. Let\'s make every day a step towards wellness.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\"][et_pb_blurb title=\"BODY & MIND BALANCE\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/nature.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\" custom_css_blurb_image_tablet=\"vertical-align: middle;\"]<p>Eating psychology coaching to explore the root causes of your eating, weight, and health challenges</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0 !important;||margin-bottom: 30px;\"][et_pb_blurb title=\"NUTRITION STRATEGIES\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/salad.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BBlurb V14 - Barbra - Row\" module_class=\"ellen_service1\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"10px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\"][et_pb_blurb title=\"RECIPES FOR EVERY DAY\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/fish.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0 !important;||margin-bottom: 30px;\"][et_pb_blurb title=\"MINDFUL LIVING\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/yoga.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\"][et_pb_blurb title=\"PROGRAMS & EVENTS\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"SEE MORE SERVICES\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Services 1 Home 2 โ Ellen Sections','','publish','closed','closed','','services-1-home-2-ellen-sections','','','2024-08-21 11:59:50','2024-08-21 11:59:50','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-1-home-2-ellen-sections/',0,'et_pb_layout','',0),(399330,1,'2024-08-21 12:00:08','2024-08-21 12:00:08','[et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_right_1=\"40px\" padding_left_1=\"165px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_3=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_3=\"true\" padding_1_tablet=\"|65px||65px|false|true\" padding_2_tablet=\"|||60px|false|false\" padding_3_tablet=\"\" padding_1_phone=\"|35px||35px|false|true\" padding_2_phone=\"|35px||35px|false|true\" padding_3_phone=\"|35px||35px|false|true\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|tablet\" padding_3_last_edited=\"on|phone\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" inner_width=\"100%\" inner_max_width=\"100%\" custom_padding=\"85px||85px||true|false\" custom_padding_tablet=\"85px||85px||true|false\" custom_padding_phone=\"70px||70px||true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font_size=\"40px\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & WELLNESS COACHING BENEFITS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||20px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support. Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][et_pb_accordion open_toggle_background_color=\"#000000\" closed_toggle_background_color=\"#000000\" icon_color=\"#000000\" use_icon_font_size=\"on\" icon_font_size=\"30px\" icon_font_size_tablet=\"30px\" icon_font_size_phone=\"24px\" icon_font_size_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_font=\"|600|||||||\" toggle_font_size=\"27px\" body_text_color=\"#181D22\" body_font_size=\"16px\" body_line_height=\"165%\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"-30px||0px||false|false\" custom_margin_tablet=\"-30px||0px||false|false\" custom_margin_phone=\"0px||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|0px|40px|0px|false|false\" toggle_font_size_tablet=\"20px\" toggle_font_size_phone=\"22px\" toggle_font_size_last_edited=\"on|desktop\" custom_css_toggle=\"padding:0 !important;||margin: 0 !important;\" custom_css_toggle_title=\"padding: 35px 45px 35px 0 !important;\" custom_css_toggle_icon=\" content: %22L%22 !important;|| background-color: #fff;|| display: block !important;|| transition: 0.3s;|| right: 0 !important;|| border-radius: 50%;|| padding: 5px 7px 6px 4px;|| transform: translate(0, -50%) rotate(0deg);|| margin-top: 0;\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. More confident\" open=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\"]<p>Step out of overwhelm and reclaim your inherit strenghts, abilities and self worth.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. More energy\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" open=\"off\"]<p>Let go of superwoman and embrace a more sustainable femenine power.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. More direcction\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" open=\"off\"]<p>Stop procrastinating annd start trusting your innerthruths to move you forward.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services202.png\" title_text=\"Ellen_Services202\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"25px||||false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_010-1.jpg\" title_text=\"Ellen_010 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"off|10px|||15px\" border_radii_tablet=\"off|10px|||15px\" border_radii_phone=\"off|10px|10px|10px|10px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section]','Services 2 Home 2 โ Ellen Sections','','publish','closed','closed','','services-2-home-2-ellen-sections','','','2024-08-21 12:00:08','2024-08-21 12:00:08','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-2-home-2-ellen-sections/',0,'et_pb_layout','',0),(399332,1,'2024-08-21 12:02:40','2024-08-21 12:02:40','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW I CAN I HELP YOU?</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"18px\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>High quality, affordable web content writing service</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE SERVICES\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Learn to eat healthy food\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/fish.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Periodic health check\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Reach your dream weight\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/scale.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Services 1 Home 3 โ Ellen Sections','','publish','closed','closed','','services-1-home-3-ellen-sections','','','2024-08-21 12:02:40','2024-08-21 12:02:40','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-1-home-3-ellen-sections/',0,'et_pb_layout','',0),(399333,1,'2024-08-21 12:02:54','2024-08-21 12:02:54','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"35px||35px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" template_type=\"section\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"44px\" header_2_font_size=\"40px\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>WHY TO CHOOSE MY SERVICES</h2>\n<p>Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"I understand your needs\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/wishlist.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Quality & Community\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/review.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Results oriented\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Responsibility\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/wishlist.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Services 2 Home 3 โ Ellen Sections','','publish','closed','closed','','services-2-home-2-ellen-sections-2','','','2024-08-21 12:02:54','2024-08-21 12:02:54','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-2-home-2-ellen-sections-2/',0,'et_pb_layout','',0),(399334,1,'2024-08-21 12:03:13','2024-08-21 12:03:13','[et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" padding_right_2=\"120px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" padding_2_tablet=\"|50px||50px|false|true\" padding_2_phone=\"|50px||50px|false|true\" padding_2_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" inner_width=\"100%\" inner_max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"65px||15px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" title_text=\"Ellen_014\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"off||10px|10px|\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"44px\" module_alignment=\"left\" custom_margin=\"||10px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"42px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Health & Wellness Coaching Benefits</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||20px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support. Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Time Management\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" custom_margin=\"||25px||false|false\" global_colors_info=\"{}\"]<p>They help you develop strategies to overcome these obstacles.</p>[/et_pb_blurb][et_pb_blurb title=\"Self-Esteem\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" global_colors_info=\"{}\"]<p>This can help you build greater confidence and self-esteem.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Better Relationship\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" custom_margin=\"||25px||false|false\" global_colors_info=\"{}\"]<p>A life coach can help you improve your communication skills.</p>[/et_pb_blurb][et_pb_blurb title=\"Clarity\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" global_colors_info=\"{}\"]<p>Coach help you identify the steps you need to take to get there.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]','Services 3 Home 3 โ Ellen Sections','','publish','closed','closed','','services-3-home-3-ellen-sections','','','2024-08-21 12:03:13','2024-08-21 12:03:13','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/services-3-home-3-ellen-sections/',0,'et_pb_layout','',0),(399337,1,'2024-08-21 12:14:39','2024-08-21 12:14:39','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p><strong>YOU MAY HAVE SEEN MY CLIENTS FEATURED IN:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/psychology-today.png\" title_text=\"psychology-today\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/theknotcopy.png\" title_text=\"theknot+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/womens-health.png\" title_text=\"womens-health\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/instylecopy.png\" title_text=\"instyle+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\" title_text=\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonial Home 1 โ Ellen Sections','','publish','closed','closed','','testimonial-home-1-ellen-sections','','','2024-08-21 12:14:39','2024-08-21 12:14:39','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/testimonial-home-1-ellen-sections/',0,'et_pb_layout','',0),(396874,1,'2024-03-04 09:17:53','2024-03-04 09:17:53','','Default Website Template','','publish','closed','closed','','default-website-template-2','','','2024-03-04 09:17:53','2024-03-04 09:17:53','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/default-website-template-2/',0,'et_template','',0),(396876,1,'2024-03-04 09:17:53','2024-03-04 09:17:53','','All Category Pages','','publish','closed','closed','','all-category-pages-2','','','2024-03-04 09:17:53','2024-03-04 09:17:53','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/all-category-pages-2/',0,'et_template','',0),(396877,1,'2024-03-04 09:17:53','2024-03-04 09:17:53','','All Project Category Pages','','publish','closed','closed','','all-project-category-pages-2','','','2024-03-04 09:17:53','2024-03-04 09:17:53','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/all-project-category-pages-2/',0,'et_template','',0),(396878,1,'2024-03-04 09:17:53','2024-03-04 09:17:53','','Search Results','','publish','closed','closed','','search-results-2','','','2024-03-04 09:17:53','2024-03-04 09:17:53','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/search-results-2/',0,'et_template','',0),(396879,1,'2024-03-04 09:17:53','2024-03-04 09:17:53','','404 Page','','publish','closed','closed','','404-page','','','2024-03-04 09:17:53','2024-03-04 09:17:53','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/404-page/',0,'et_template','',0),(396880,1,'2024-03-04 09:17:53','2024-03-04 09:17:53','','All Products','','publish','closed','closed','','all-products-2','','','2024-03-04 09:17:53','2024-03-04 09:17:53','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/all-products-2/',0,'et_template','',0),(397709,1,'2024-05-06 15:59:38','2024-05-06 15:59:38','','All Posts','','publish','closed','closed','','all-posts','','','2024-05-06 15:59:38','2024-05-06 15:59:38','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/all-posts/',0,'et_template','',0),(398844,1,'2024-08-18 08:07:59','2024-08-18 08:07:59','','All Product Category Pages','','publish','closed','closed','','all-product-category-pages-2','','','2024-08-18 08:07:59','2024-08-18 08:07:59','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/all-product-category-pages-2/',0,'et_template','',0),(399338,1,'2024-08-21 12:15:25','2024-08-21 12:15:25','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"pixie_testimonials pixie_testimonials_3\" _builder_version=\"4.25.1\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"overlay\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"60px||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>WHAT MY CLIENTS ARE SAYING</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_padding=\"||0px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" custom_padding=\"50px|50px|50px|50px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_color=\"#F5F6F1\" header_3_text_align=\"center\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"25px\" text_orientation=\"center\" custom_padding=\"20px||||false|false\" custom_css_before=\"position: absolute;||display: inline-block;||color: #fff;||text-align: center;||line-height: 1;||opacity: 0.2;||top: 40%;||left: 0;||right:0;||margin:auto;||font-family: ETmodules;||content: %22%927b%22;||font-size: 85px;||transform: rotate( 180deg);||z-index: 0;\" global_colors_info=\"{}\"]<h3>Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" custom_padding=\"50px|50px|50px|50px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_3_text_align=\"center\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"25px\" text_orientation=\"center\" custom_padding=\"20px||||false|false\" custom_css_before=\"position: absolute;||display: inline-block;||color: #fff;||text-align: center;||line-height: 1;||opacity: 0.2;||top: 40%;||left: 0;||right:0;||margin:auto;||font-family: ETmodules;||content: %22%927b%22;||font-size: 85px;||transform: rotate( 180deg);||z-index: 0;\" global_colors_info=\"{}\"]<h3>Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|165px||165px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonial Home 2 โ Ellen Sections','','publish','closed','closed','','testimonial-home-2-ellen-sections','','','2024-08-21 12:15:25','2024-08-21 12:15:25','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/testimonial-home-2-ellen-sections/',0,'et_pb_layout','',0),(399339,1,'2024-08-21 12:16:27','2024-08-21 12:16:27','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"#F4F2ED\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"18px\" text_orientation=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"15px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Explore real success stories from clients who have embarked on their own journeys with me.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Megan Brown \" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>ARCHITECT</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back. \"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Molly Wilson\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>THERAPIST COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonial Home 3 โ Ellen Sections','','publish','closed','closed','','testimonial-home-3-ellen-sections','','','2024-08-21 12:16:27','2024-08-21 12:16:27','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/testimonial-home-3-ellen-sections/',0,'et_pb_layout','',0),(399340,1,'2024-08-21 14:14:40','2024-08-21 14:14:40','[et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_padding=\"|||\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Call To Action 1 Home 1 โ Ellen Sections','','publish','closed','closed','','call-to-action-1-home-1-ellen-sections','','','2024-08-21 14:14:40','2024-08-21 14:14:40','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/call-to-action-1-home-1-ellen-sections/',0,'et_pb_layout','',0),(399341,1,'2024-08-21 14:15:01','2024-08-21 14:15:01','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Ready To Create an Action Plan For Your Health? <strong>LET\'S CONNECT!</strong></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Call To Action 2 Home 1 โ Ellen Sections','','publish','closed','closed','','call-to-action-2-home-1-ellen-sections','','','2024-08-21 14:15:01','2024-08-21 14:15:01','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/call-to-action-2-home-1-ellen-sections/',0,'et_pb_layout','',0),(399342,1,'2024-08-21 14:24:44','2024-08-21 14:24:44','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.35)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW WE CAN WORK TOGETHER</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\" justify-content: space-between;|| display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;\" custom_css_main_element_phone=\"width:100% !important;\"][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" disabled_on=\"off|off|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" disabled_on=\"on|on|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;||margin-top: 20px;\" custom_css_main_element_phone=\"width:100% !important;||margin-top: 20px;\"][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" disabled_on=\"off|off|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:9.5% !important;\" custom_css_main_element_phone=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" disabled_on=\"on|on|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;||margin-top: 20px;\" custom_css_main_element_phone=\"width:100% !important;||margin-top: 20px;\"][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Steps 1 Home 1 โ Ellen Sections','','publish','closed','closed','','steps-1-home-1-ellen-sections','','','2024-08-21 14:24:44','2024-08-21 14:24:44','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/steps-1-home-1-ellen-sections/',0,'et_pb_layout','',0),(399343,1,'2024-08-21 14:25:07','2024-08-21 14:25:07','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.0\" background_color=\"#F4F2ED\" custom_padding=\"||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"overflow: hidden;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"25%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>ON THE BLOG</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||||false|false\" use_custom_width=\"on\" custom_width_px=\"1170px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" custom_margin=\"||||false|false\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Grid Home 1 โ Ellen Sections','','publish','closed','closed','','blog-grid-home-1-ellen-sections','','','2024-08-21 14:25:07','2024-08-21 14:25:07','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/blog-grid-home-1-ellen-sections/',0,'et_pb_layout','',0),(399344,1,'2024-08-21 20:01:11','2024-08-21 20:01:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"||10px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>A simple yet powerful and efficient process.</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CALL\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"30px|15px||0px|false|false\" custom_padding_tablet=\"30px|15px||0px|false|false\" custom_padding_phone=\"19px||||false|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|30px|||false|false\" custom_padding_tablet=\"|30px|||false|false\" custom_padding_phone=\"|0px||0px|false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>01</strong></p>[/et_pb_text][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||30px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|30px||30px|false|true\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>02</strong></p>[/et_pb_text][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_padding=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||30px|false|false\" custom_padding_phone=\"|0px||0px|false|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>03</strong></p>[/et_pb_text][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" parallax=\"on\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||10px||true|false\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_image=\"off\" background_enable_video_mp4=\"off\" custom_padding=\"200px||200px||true|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" width=\"92%\" max_width=\"none\" module_alignment=\"center\" custom_margin=\"-45px||||false|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"18px\" text_line_height=\"3.4em\" header_font_size=\"36px\" header_3_text_color=\"rgba(245,246,241,0.5)\" header_3_font_size=\"70px\" header_4_font=\"|600||on|||||\" header_4_text_align=\"center\" header_4_text_color=\"rgba(245,246,241,0.6)\" header_4_font_size=\"70px\" header_4_letter_spacing=\"2px\" text_orientation=\"center\" max_width=\"100%\" height=\"70px\" link_option_url=\"https://calendly.com/lovelyconfetti/caht-with-kathy\" link_option_url_new_window=\"on\" custom_css_main_element=\"overflow: hidden;\" global_colors_info=\"{}\"]<div class=\"marquee\">\n<h3 class=\"track\">Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข</h3>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Steps Home 3 โ Ellen Sections','','publish','closed','closed','','steps-home-3-ellen-sections','','','2024-08-21 20:01:11','2024-08-21 20:01:11','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_pb_layout/steps-home-3-ellen-sections/',0,'et_pb_layout','',0),(399365,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','Default Website Template','','publish','closed','closed','','default-website-template','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/default-website-template/',0,'et_template','',0),(399366,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','All Category Pages','','publish','closed','closed','','all-category-pages','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/all-category-pages/',0,'et_template','',0),(399367,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','All Project Category Pages','','publish','closed','closed','','all-project-category-pages','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/all-project-category-pages/',0,'et_template','',0),(399368,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','Search Results','','publish','closed','closed','','search-results','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/search-results/',0,'et_template','',0),(399369,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','404 Page','','publish','closed','closed','','404-page-2','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/404-page-2/',0,'et_template','',0),(393802,1,'2024-10-13 13:20:38','2023-10-09 08:48:03',' ','','','publish','closed','closed','','393802','','','2024-10-13 13:20:38','2023-10-09 08:48:03','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=393802',5,'nav_menu_item','',0),(394183,1,'2024-10-13 13:20:37','2023-10-16 12:49:37',' ','','','publish','closed','closed','','394183','','','2024-10-13 13:20:37','2023-10-16 12:49:37','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394183',4,'nav_menu_item','',0),(394184,1,'2024-10-13 13:20:37','2023-10-16 12:49:37',' ','','','publish','closed','closed','','394184','','','2024-10-13 13:20:37','2023-10-16 12:49:37','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394184',3,'nav_menu_item','',0),(394734,1,'2024-10-13 13:20:38','2023-10-26 17:56:17',' ','','','publish','closed','closed','','394734','','','2024-10-13 13:20:38','2023-10-26 17:56:17','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394734',7,'nav_menu_item','',0),(395047,1,'2024-01-05 15:00:37','2023-11-04 14:52:54',' ','','','publish','closed','closed','','395047','','','2024-01-05 15:00:37','2023-11-04 14:52:54','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395047',1,'nav_menu_item','',0),(395065,1,'2024-01-05 15:00:37','2023-11-04 20:18:58',' ','','','publish','closed','closed','','395065','','','2024-01-05 15:00:37','2023-11-04 20:18:58','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395065',3,'nav_menu_item','',0),(395066,1,'2024-01-05 15:00:37','2023-11-04 20:18:58',' ','','','publish','closed','closed','','395066','','','2024-01-05 15:00:37','2023-11-04 20:18:58','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395066',4,'nav_menu_item','',0),(395739,1,'2024-10-13 13:20:36','2024-01-04 17:56:22',' ','','','publish','closed','closed','','395739','','','2024-10-13 13:20:36','2024-01-04 17:56:22','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395739',1,'nav_menu_item','',0),(395745,1,'2024-10-13 13:20:37','2024-01-05 14:54:30','','Home 1','','publish','closed','closed','','home-1','','','2024-10-13 13:20:37','2024-01-05 14:54:30','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395745',2,'nav_menu_item','',0),(395750,1,'2024-01-05 15:00:37','2024-01-05 15:00:37',' ','','','publish','closed','closed','','395750','','','2024-01-05 15:00:37','2024-01-05 15:00:37','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395750',5,'nav_menu_item','',0),(395928,1,'2024-01-15 18:57:51','2024-01-15 18:57:51','','Default Website Template','','trash','closed','closed','','default-website-template-3__trashed','','','2024-01-15 18:57:51','2024-01-15 18:57:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/default-website-template-3/',0,'et_template','',0),(395929,1,'2024-01-15 18:57:51','2024-01-15 18:57:51','','All Posts','','trash','closed','closed','','all-posts-3__trashed','','','2024-01-15 18:57:51','2024-01-15 18:57:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/all-posts-3/',0,'et_template','',0),(395930,1,'2024-01-15 18:57:51','2024-01-15 18:57:51','','All Category Pages','','trash','closed','closed','','all-category-pages-3__trashed','','','2024-01-15 18:57:51','2024-01-15 18:57:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/all-category-pages-3/',0,'et_template','',0),(395931,1,'2024-01-15 18:57:51','2024-01-15 18:57:51','','All Project Category Pages','','trash','closed','closed','','all-project-category-pages-3__trashed','','','2024-01-15 18:57:51','2024-01-15 18:57:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/all-project-category-pages-3/',0,'et_template','',0),(395932,1,'2024-01-15 18:57:51','2024-01-15 18:57:51','','Search Results','','trash','closed','closed','','search-results-3__trashed','','','2024-01-15 18:57:51','2024-01-15 18:57:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/search-results-3/',0,'et_template','',0),(395933,1,'2024-01-15 18:57:51','2024-01-15 18:57:51','','404 Page','','trash','closed','closed','','404-page-2__trashed','','','2024-01-15 18:57:51','2024-01-15 18:57:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/404-page-2/',0,'et_template','',0),(395934,1,'2024-01-15 18:57:51','2024-01-15 18:57:51','','All Products','','trash','closed','closed','','all-products-3__trashed','','','2024-01-15 18:57:51','2024-01-15 18:57:51','',0,'https://demosdivi.lovelyconfetti.com/sophia/et_template/all-products-3/',0,'et_template','',0),(399370,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','All Products','','publish','closed','closed','','all-products','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/all-products/',0,'et_template','',0),(399371,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','All Posts','','publish','closed','closed','','all-posts-2','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/all-posts-2/',0,'et_template','',0),(399372,1,'2024-08-27 09:14:42','2024-08-27 09:14:42','','All Product Category Pages','','publish','closed','closed','','all-product-category-pages','','','2024-08-27 09:14:42','2024-08-27 09:14:42','',0,'https://demosdivi.lovelyconfetti.com/ellen/et_template/all-product-category-pages/',0,'et_template','',0),(399527,1,'2023-10-04 17:18:31','2023-10-04 17:18:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>RESOURCES TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/Ellen-Freebie.png\" parallax=\"on\" custom_padding=\"0px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" width=\"95.5%\" max_width=\"100%\" custom_padding=\"15px||8px||false|false\" border_width_bottom=\"1px\" border_color_bottom=\"#DFE2D5\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>FREE GUIDE</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#businesstools\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>BUSINESS TOOLS</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#education\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>EDUCATION</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#blogposts\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>BLOG POSTS</h3>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"2em\" header_3_font_size=\"20px\" header_3_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" link_option_url=\"#copyguides\" header_3_text_align_tablet=\"center\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>COPY GUIDES</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"150px||100px||false|false\" custom_padding_tablet=\"100px||30px||false|false\" custom_padding_phone=\"55px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_signup mailchimp_list=\"add_new_account\" layout=\"top_bottom\" first_name_fullwidth=\"off\" last_name_field=\"off\" email_fullwidth=\"off\" title=\"DOWNLOAD THE FREE WELLNESS & HEALTH GUIDE\" button_text=\"Yes Please, download the guide\" description=\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio.</p>\" _builder_version=\"4.25.1\" form_field_background_color=\"#F5F6F1\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||||false|false\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"40px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"140%\" result_message_font=\"Roboto||||||||\" result_message_text_align=\"left\" result_message_text_color=\"#ffffff\" form_field_font=\"|600|||||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_line_height=\"100%\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#1e1e26\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"3px|17px|3px|0px|true|false\" button_custom_padding_tablet=\"\" button_custom_padding_phone=\"12px|20px|12px|20px|true|true\" button_custom_padding_last_edited=\"on|phone\" background_layout=\"light\" header_font_size_tablet=\"36px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"\" header_letter_spacing_last_edited=\"on|tablet\" custom_css_newsletter_title=\"padding-bottom: 20px;\" custom_css_newsletter_description=\"width: 100% !important;||margin-bottom: 13px !important;\" custom_css_newsletter_form=\" width: 100% !important;|| padding-left: 0 !important;\" custom_css_newsletter_fields=\"padding: 11px 35px !important;||||||||||\" custom_css_newsletter_button=\"width: auto !important;||display: inline-block !important;||\" border_radii_fields=\"on|5px|5px|5px|5px\" border_width_all_fields=\"1px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|desktop\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on|hover\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|hover\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_bg_enable_color__hover=\"on\" button_border_radius__hover=\"\"][et_pb_signup_custom_field field_id=\"8fe9f35ed8\" field_title=\"Checkbox\" field_type=\"checkbox\" checkbox_options=\"%91{%22checked%22:0,%22value%22:%22I agree to the Terms of Service%22,%22id%22:%22670325314a%22,%22dragID%22:-1}%93\" _builder_version=\"4.16\" positioning=\"relative\" position_origin_a=\"bottom_left\" width=\"100%\" custom_padding=\"16px|0px|0px|0px|false|false\" custom_css_main_element=\"|| width: auto !important;|| font-weight: 400 !important;\" global_colors_info=\"{}\" predefined_field=\"8fe9f35ed8\"][/et_pb_signup_custom_field][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" module_id=\"businesstools\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"45px||45px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"||30px||false|false\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||5px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>BUSINESS TOOLS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"||||||||\" text_text_color=\"#181D22\" header_3_font=\"|||on|||||\" header_3_text_color=\"#181D22\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3>Must-Have Copywriting Resources for Every Marketer</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"100%\" custom_padding=\"0px||40px||false|false\" border_width_bottom_tablet=\"0px\" border_width_bottom_phone=\"0px\" border_width_bottom_last_edited=\"on|tablet\" global_colors_info=\"{}\" gutter_width__hover_enabled=\"on|desktop\" gutter_width__hover=\"2\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"MailChimp\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>EMAIL MARKETING</strong></p>\n<p><span>Grow your business on your terms with an</span><span>ย automation & email marketing platform. Easy to use - start for free!</span></p>[/et_pb_blurb][et_pb_button button_url=\"https://mailchimp.com/com/\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" border_width_right_tablet=\"0px\" border_width_right_phone=\"1px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"1px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_blurb title=\"Creative Market\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>FONTS, GRAPHICS, THEMES, TEMPLATES,..</strong></p>\n<p>Bring your creative projects to life with unique fonts, graphics, themes, photos, and templates designed by independent creators around the world.</p>[/et_pb_blurb][et_pb_button button_url=\"https://creativemarket.com/?u=crisa28\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"DIVI\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>MOST POPULAR WORDPRESS THEME IN THE WORLD</strong></p>\n<p>Divi is our flagship theme and visual page builder. It\'s the most widely used premium WordPress theme in the world.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.elegantthemes.com/affiliates/idevaffiliate.php?id=51869\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"Canva\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>FOR GRAPHICS + VIDEOS<br /></strong></p>\n<p>What canโt you create in Canva? I use it for all of my graphics, social media, eBooks, PDFs, launch promotions, and more. Iwould be lost without it!</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.canva.com/\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#454334\" border_width_right_tablet=\"0px\" border_width_right_phone=\"1px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"1px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_blurb title=\"Siteground\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>FOR DOMAINS + HOSTING<br /></strong></p>\n<p>Grab your domain name and get website hosting through Bluehost. Super easy to use and setup. Itโs the best deal around!</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.siteground.com/index.htm?afcode=5e507358eb8afe28c66eb099ae7284e6\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"50px|40px|50px|40px|true|true\" custom_padding_tablet=\"30px|40px|30px|40px|true|true\" custom_padding_phone=\"|10px||10px|true|true\" custom_padding_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#181D22\" global_colors_info=\"{}\"][et_pb_blurb title=\"Moyo Studio\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#181D22\" header_font_size=\"28px\" body_text_align=\"center\" body_text_color=\"#181D22\" global_colors_info=\"{}\"]<p><strong>STYLED STOCK IMAGES & MOCKUPS</strong></p>\n<p>Moyo has an amazing array of themed photo collections and mockups ranging from lifestyle to workspace to product.</p>[/et_pb_blurb][et_pb_button button_url=\"https://www.moyo-studio.com/?ref=103\" button_text=\"LEARN MORE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_text_color=\"#181D22\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"20px||||false|false\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"35px||35px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & WELLNESS GUIDES</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3>ARE YOU READY TO LIVE BY DESIGN, AND NOT BY DEFAULT?</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png\" title_text=\"Freebie 1\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NTM4MSJ9fQ==@\" _builder_version=\"4.25.1\" _dynamic_attributes=\"url\" _module_preset=\"default\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"PRODUCT TITLE GOES HERE\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#181D22\" image_icon_background_color=\"#F5F6F1\" image_icon_width=\"25px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" body_text_align=\"center\" image_icon_custom_padding=\"20px|20px|20px|20px|true|true\" custom_margin=\"-65px||||false|false\" custom_padding=\"||||false|false\" animation=\"off\" custom_css_blurb_image=\"margin-bottom: 10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Halvah sesame snaps dragรฉe. Marshmallow marshmallow tiramisu pastry icing tart. Chocolate cake pie candy gingerbread oat cake jujubes. Jelly beans liquorice donut cotton candy.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png\" title_text=\"Freebie 1\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NTM4MSJ9fQ==@\" _builder_version=\"4.25.1\" _dynamic_attributes=\"url\" _module_preset=\"default\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"PRODUCT TITLE GOES HERE\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#181D22\" image_icon_background_color=\"#F5F6F1\" image_icon_width=\"25px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" body_text_align=\"center\" image_icon_custom_padding=\"20px|20px|20px|20px|true|true\" custom_margin=\"-65px||||false|false\" custom_padding=\"||||false|false\" animation=\"off\" custom_css_blurb_image=\"margin-bottom: 10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Halvah sesame snaps dragรฉe. Marshmallow marshmallow tiramisu pastry icing tart. Chocolate cake pie candy gingerbread oat cake jujubes. Jelly beans liquorice donut cotton candy.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png\" title_text=\"Freebie 1\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NTM4MSJ9fQ==@\" _builder_version=\"4.25.1\" _dynamic_attributes=\"url\" _module_preset=\"default\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"PRODUCT TITLE GOES HERE\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#181D22\" image_icon_background_color=\"#F5F6F1\" image_icon_width=\"25px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" body_text_align=\"center\" image_icon_custom_padding=\"20px|20px|20px|20px|true|true\" custom_margin=\"-65px||||false|false\" custom_padding=\"||||false|false\" animation=\"off\" custom_css_blurb_image=\"margin-bottom: 10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Halvah sesame snaps dragรฉe. Marshmallow marshmallow tiramisu pastry icing tart. Chocolate cake pie candy gingerbread oat cake jujubes. Jelly beans liquorice donut cotton candy.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Hard Life Blog - Freddie\" module_id=\"blogposts\" module_class=\"ellen_happyblog\" _builder_version=\"4.25.1\" background_color=\"#EEE4DB\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" custom_padding=\"80px||80px||false|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px||60px||false|false\" z_index_tablet=\"500\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||5px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE LATEST POSTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3>SUPPORTING YOU LIVE A NOURISEHD LIFE</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blog posts_number=\"2\" include_categories=\"all\" show_thumbnail=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" header_text_color=\"#ffffff\" header_font_size=\"32px\" header_line_height=\"1.1em\" body_font=\"Lato||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_letter_spacing=\"0.3px\" body_line_height=\"180%\" meta_font=\"|600||on|||||\" meta_text_color=\"#F5F6F1\" meta_font_size=\"13px\" meta_letter_spacing=\"1px\" meta_line_height=\"120%\" header_font_size_tablet=\"22px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" z_index_tablet=\"500\" custom_css_before=\"background: #222;\" custom_css_main_element=\"background-color: #222 !important;\" custom_css_title=\"padding-bottom: 33px;\" custom_css_post_meta=\"margin-bottom: 28px;\" custom_css_read_more=\"font-size: 0;\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" module_id=\"education\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding=\"||100px||false|false\" custom_padding_tablet=\"||60px||false|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||5px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>EDUCATION</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"20px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h3 class=\"se-t sie-education_2-text st-m-heading st-d-heading se-rc\">ARE YOU READY TO LIVE BY DESIGN, AND NOT BY DEFAULT?</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.82) 50%|#f5f6f1 60%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_300.jpg\" custom_padding=\"60px|30px|60px|30px|true|true\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<div class=\"str-im str-id strd\" data-tran=\"education__5\" data-tr=\"fadeIn\">\n<div data-sid=\"education__5\" class=\"sie-education__5 se\">\n<p class=\"se-t sie-education__5-text st-m-paragraph st-d-paragraph se-rc\">HEALTH COURSES</p>\n</div>\n</div>\n<div data-sid=\"education__6\" class=\"sie-education__6 se\"></div>[/et_pb_text][et_pb_blurb title=\"Health Coaching COURSE\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"34px\" body_text_align=\"center\" global_colors_info=\"{}\"]<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5Mzc0MiJ9fQ==@\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.82) 50%|#f5f6f1 60%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_104.jpg\" custom_padding=\"60px|30px|60px|30px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<div class=\"str-im str-id strd\" data-tran=\"education__5\" data-tr=\"fadeIn\">\n<div data-sid=\"education__5\" class=\"sie-education__5 se\">\n<div class=\"str-im str-id strd\" data-tran=\"education__11\" data-tr=\"fadeIn\">\n<div data-sid=\"education__11\" class=\"sie-education__11 se\">\n<p class=\"se-t sie-education__11-text st-m-paragraph st-d-paragraph se-rc\">HEALTH COACHING</p>\n</div>\n</div>\n<div data-sid=\"education__12\" class=\"sie-education__12 se\"></div>\n</div>\n</div>\n<div data-sid=\"education__6\" class=\"sie-education__6 se\"></div>[/et_pb_text][et_pb_blurb title=\"coaching sessions\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"34px\" body_text_align=\"center\" global_colors_info=\"{}\"]<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5Mzc0MiJ9fQ==@\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.82) 50%|#f5f6f1 60%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_211-scaled.jpg\" custom_padding=\"60px|30px|60px|30px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<div class=\"str-im str-id strd\" data-tran=\"education__5\" data-tr=\"fadeIn\">\n<div data-sid=\"education__5\" class=\"sie-education__5 se\">\n<div class=\"str-im str-id strd\" data-tran=\"education__11\" data-tr=\"fadeIn\">\n<div data-sid=\"education__11\" class=\"sie-education__11 se\">\n<p class=\"se-t sie-education__11-text st-m-paragraph st-d-paragraph se-rc\">FOOD PLAN</p>\n</div>\n</div>\n<div data-sid=\"education__12\" class=\"sie-education__12 se\"></div>\n</div>\n</div>\n<div data-sid=\"education__6\" class=\"sie-education__6 se\"></div>[/et_pb_text][et_pb_blurb title=\"Customized Food Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"34px\" body_text_align=\"center\" global_colors_info=\"{}\"]<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5Mzc0MiJ9fQ==@\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','publish','closed','open','','resources','','','2023-10-04 17:18:31','2023-10-04 17:18:31','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=2',0,'page','',0),(399528,1,'2025-10-22 19:40:36','2025-10-22 11:40:36',' ','','','publish','closed','closed','','399528','','','2025-10-22 19:40:36','2025-10-22 11:40:36','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',6,'nav_menu_item','',0),(393715,1,'2023-10-07 06:40:33','2023-10-07 06:40:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3600.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\" title_text=\"Ellen_3600\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_font=\"||||||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"50px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"40px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICES</h1>\n<p>Letยดs discover the best version of you together</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" bg_img_1=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3500.jpg\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;||\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||50px||false|false\" custom_padding_phone=\"50px||50px||true|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" title_text=\"Ellen_3500\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"50%\" max_width_tablet=\"45%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>BODY & MINSET TRANSFORMATION</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_font_size=\"38px\" custom_margin=\"||10px||false|false\" custom_padding=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>1:1 Personalized coaching</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span>I offer a variety of life coaching services that will nurture your spirit, help you overcome personal challenges, and allow you to achieve your individual life goals. I cater to each of my clientโs personal needs in order to unlock their full potential. Contact me to start your proactive journey today.</span></p>[/et_pb_text][et_pb_blurb title=\"FRUSTRATED BY THIS THING...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"OVERWHELMED BY THIS...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"NOT SURE HOW TO...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" header_4_text_align_tablet=\"\" header_4_text_align_phone=\"center\" header_4_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4><strong>STARTING AT 2000 $</strong></h4>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_button button_text=\"BOOK A CONSULTATION\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" custom_css_main_2=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#ECEBE7\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"50%\" max_width_tablet=\"50%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>body & mindset transformation</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" header_2_font=\"|||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"38px\" custom_margin=\"||10px||false|false\" custom_padding=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>GROUP COACHING</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span>I offer a variety of life coaching services that will nurture your spirit, help you overcome personal challenges, and allow you to achieve your individual life goals. I cater to each of my clientโs personal needs in order to unlock their full potential. Contact me to start your proactive journey today.</span></p>[/et_pb_text][et_pb_blurb title=\"FRUSTRATED BY THIS THING...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"OVERWHELMED BY THIS...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"NOT SURE HOW TO...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#454334\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" header_4_text_color=\"#181D22\" custom_padding=\"15px||||false|false\" header_4_text_align_tablet=\"\" header_4_text_align_phone=\"center\" header_4_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4><strong>STARTING AT 2000 $</strong></h4>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"BOOK A CONSULTATION\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" custom_padding_tablet=\"200px||200px||true|false\" custom_padding_phone=\"200px||200px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_1=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_300.jpg\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"60px||60px||true|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" title_text=\"KathyNew_300\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"36%\" max_width_tablet=\"36%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>FOOD PLAN</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_font_size=\"38px\" custom_margin=\"||10px||false|false\" custom_padding=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>CUSTOMIZED FOOD PLAN</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span>I offer a variety of life coaching services that will nurture your spirit, help you overcome personal challenges, and allow you to achieve your individual life goals. I cater to each of my clientโs personal needs in order to unlock their full potential. Contact me to start your proactive journey today.</span></p>[/et_pb_text][et_pb_blurb title=\"FRUSTRATED BY THIS THING...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"OVERWHELMED BY THIS...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][et_pb_blurb title=\"NOT SURE HOW TO...\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" header_4_text_align_tablet=\"\" header_4_text_align_phone=\"center\" header_4_text_align_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h4><strong>STARTING AT 2000 $</strong></h4>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_button button_text=\"BOOK A CONSULTATION\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"50px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"50%\" max_width_tablet=\"50%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>DO YOU HAVE QUESTIONS ?</h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Your Title Goes Here\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_Services209-1.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','publish','closed','closed','','services-2','','','2023-10-07 06:40:33','2023-10-07 06:40:33','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=393715',0,'page','',0),(399529,1,'2025-10-22 19:40:36','2025-10-22 11:40:36',' ','','','publish','closed','closed','','399529','','','2025-10-22 19:40:36','2025-10-22 11:40:36','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',7,'nav_menu_item','',0),(393763,1,'2024-10-13 13:20:39','2023-10-08 20:57:45',' ','','','publish','closed','closed','','393763','','','2024-10-13 13:20:39','2023-10-08 20:57:45','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=393763',10,'nav_menu_item','',0),(393764,1,'2024-10-13 13:20:40','2023-10-08 20:57:45',' ','','','publish','closed','closed','','393764','','','2024-10-13 13:20:40','2023-10-08 20:57:45','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=393764',11,'nav_menu_item','',0),(393770,1,'2024-10-13 13:20:40','2023-10-08 21:00:26',' ','','','publish','closed','closed','','393770','','','2024-10-13 13:20:40','2023-10-08 21:00:26','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=393770',12,'nav_menu_item','',0),(394084,1,'2024-10-13 13:20:43','2023-10-14 18:15:05',' ','','','publish','closed','closed','','394084','','','2024-10-13 13:20:43','2023-10-14 18:15:05','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394084',22,'nav_menu_item','',0),(394085,1,'2024-10-13 13:20:39','2023-10-14 18:15:05','','Pages','','publish','closed','closed','','pages','','','2024-10-13 13:20:39','2023-10-14 18:15:05','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394085',9,'nav_menu_item','',0),(394405,1,'2024-10-13 13:20:41','2023-10-18 15:55:45',' ','','','publish','closed','closed','','394405','','','2024-10-13 13:20:41','2023-10-18 15:55:45','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394405',16,'nav_menu_item','',0),(394582,1,'2024-10-13 13:20:40','2023-10-21 11:41:28',' ','','','publish','closed','closed','','394582','','','2024-10-13 13:20:40','2023-10-21 11:41:28','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394582',13,'nav_menu_item','',0),(394645,1,'2024-10-13 13:20:41','2023-10-23 16:48:27',' ','','','publish','closed','closed','','394645','','','2024-10-13 13:20:41','2023-10-23 16:48:27','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394645',14,'nav_menu_item','',0),(394685,1,'2024-10-13 13:20:42','2023-10-26 10:49:31',' ','','','publish','closed','closed','','394685','','','2024-10-13 13:20:42','2023-10-26 10:49:31','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=394685',18,'nav_menu_item','',0),(395028,1,'2024-10-13 13:20:38','2023-11-04 09:18:01','','Blog','','publish','closed','closed','','blog','','','2024-10-13 13:20:38','2023-11-04 09:18:01','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395028',6,'nav_menu_item','',0),(395029,1,'2024-10-13 13:20:39','2023-11-04 09:18:01',' ','','','publish','closed','closed','','395029','','','2024-10-13 13:20:39','2023-11-04 09:18:01','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395029',8,'nav_menu_item','',0),(395107,1,'2024-10-13 13:20:42','2023-11-06 12:37:33',' ','','','publish','closed','closed','','395107','','','2024-10-13 13:20:42','2023-11-06 12:37:33','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395107',17,'nav_menu_item','',0),(395108,1,'2024-10-13 13:20:43','2023-11-06 12:37:33','','Page 404','','publish','closed','closed','','page-404','','','2024-10-13 13:20:43','2023-11-06 12:37:33','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395108',21,'nav_menu_item','',0),(395383,1,'2024-10-13 13:20:42','2023-12-17 10:22:18',' ','','','publish','closed','closed','','395383','','','2024-10-13 13:20:42','2023-12-17 10:22:18','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395383',19,'nav_menu_item','',0),(395660,1,'2024-01-02 17:22:31','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we canโt offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you havenโt received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If youโve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, youโll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasnโt marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We donโt guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2024-01-02 17:22:31','0000-00-00 00:00:00','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=395660',0,'page','',0),(395667,1,'2024-10-13 13:20:44','2024-01-02 18:36:53',' ','','','publish','closed','closed','','395667','','','2024-10-13 13:20:44','2024-01-02 18:36:53','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=395667',23,'nav_menu_item','',0),(396657,1,'2024-10-13 13:20:43','2024-02-05 10:57:19',' ','','','publish','closed','closed','','396657','','','2024-10-13 13:20:43','2024-02-05 10:57:19','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=396657',20,'nav_menu_item','',0),(396684,1,'2024-10-13 13:20:41','2024-02-06 10:24:17',' ','','','publish','closed','closed','','396684','','','2024-10-13 13:20:41','2024-02-06 10:24:17','',0,'https://demosdivi.lovelyconfetti.com/sophia/?p=396684',15,'nav_menu_item','',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (393742,1,'2023-10-08 20:59:59','2023-10-08 20:59:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3500.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\" title_text=\"Ellen_3500\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>COURSE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Feature\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_enable_image=\"off\" background_blend=\"overlay\" z_index=\"999\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"30px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" animation_direction=\"left\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" title_text=\"Ellen_Servces208\" _builder_version=\"4.25.1\" _module_preset=\"default\" positioning=\"relative\" z_index=\"2\" custom_margin=\"|-70px|||false|false\" custom_margin_tablet=\"|-70px|||false|false\" custom_margin_phone=\"|0px|||false|false\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services300-1.jpg\" title_text=\"Ellen_Services300 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"|||-60%|false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|0%||0%|false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>READY TO CREATE THE <strong>BEST HEALTH OF YOUR LIFE ?</strong></h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus.</p>\n<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Feature\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding_tablet=\"20px||||false|false\" custom_padding_phone=\"20px||||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2 class=\"se-t sie-now-imagine_2-text st-m-subheading st-d-subheading se-rc\">DOES THIS SOUND LIKE YOU ?</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p>You learn strategies for creating and maintaining healthy habits over time.</p>[/et_pb_blurb][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"ENROLL NOW THIS COURSE\" button_alignment=\"left\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||||false|false\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex; ||flex-direction: column; ||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services301-1.jpg\" title_text=\"Ellen_Services301 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"|-60%|||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|0%|||false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" animation_direction=\"right\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_001.jpg\" title_text=\"KathyNew_001\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"|||-70px|false|false\" custom_margin_tablet=\"|||-70px|false|false\" custom_margin_phone=\"|||0px|false|false\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"75px||75px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.9;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>WHY THIS COURSE IS DIFFERENT...</h2>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||60px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|600|||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"28px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"35px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3><strong>Prior to the course, your life was like this:<br /></strong></h3>[/et_pb_text][et_pb_blurb title=\"You follow rigid or restrictive diet prescriptions that feel impossible to follow\" use_icon=\"on\" font_icon=\"M||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"Youยดre shame around what you do or donโt eat\" use_icon=\"on\" font_icon=\"M||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"You spend money on pre-Packaged Foods, Shakes & Smoothies\" use_icon=\"on\" font_icon=\"M||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|600|||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"28px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"35px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"32px\" header_3_font_size_phone=\"28px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3><strong>After to the course, your life will like this:</strong></h3>[/et_pb_text][et_pb_blurb title=\"Youยดll eat Real Food & Never Feel Hungry\" use_icon=\"on\" font_icon=\"N||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"26px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"Youยดll transform Your Health for Life\" use_icon=\"on\" font_icon=\"N||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"26px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][et_pb_blurb title=\"Youยดll improve your education in Food Combining\" use_icon=\"on\" font_icon=\"N||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" image_icon_width=\"26px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_font_size=\"23px\" body_text_color=\"#FFFFFF\" custom_css_blurb_content=\"margin:unset !important;\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#817A5D\" module_alignment=\"center\" custom_margin=\"-140px||||false|false\" custom_padding=\"0px|0px|0px|0px|true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"55px|55px|55px|55px|true|true\" custom_padding_tablet=\"55px|55px|55px|55px|true|true\" custom_padding_phone=\"50px|40px|50px|40px|true|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#181D22\" header_2_font_size=\"32px\" global_colors_info=\"{}\"]<h2>Get 15-Minutes Complimentary Zoom Or Skype Session</h2>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"left\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||||false|false\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_104.jpg\" custom_padding=\"50px||50px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"100px||100px||true|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" inner_width=\"80%\" inner_max_width=\"100%\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" title_text=\"Ellen_Services200\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"LEARN MORE ABOUT ME\" button_alignment=\"left\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"30px|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_001.jpg\" title_text=\"KathyNew_001\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"60px||||false|false\" custom_margin_tablet=\"60px||||false|false\" custom_margin_phone=\"20px||||false|false\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"75px\" text_line_height=\"120%\" header_font=\"|||on|||||\" header_text_color=\"#181D22\" header_font_size=\"40px\" header_2_font_size=\"40px\" position_origin_r=\"top_right\" z_index=\"99\" custom_margin_tablet=\"||-3px|||\" custom_margin_phone=\"|0%|20px||false|false\" custom_margin_last_edited=\"on|tablet\" text_font_size_tablet=\"55px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"\" header_font_size_phone=\"42px\" header_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Iโm Ellen, health coach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus.</p>\n<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"5px||||false|false\" custom_padding_tablet=\"5px||||false|false\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"text-align: center;\" custom_css_main_element_phone=\"text-align: center;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3500.jpg\" title_text=\"Ellen_3500\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"75px\" max_width_tablet=\"90px\" max_width_phone=\"100px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" hover_enabled=\"0\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" align_tablet=\"\" align_phone=\"center\" align_last_edited=\"on|phone\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"75px\" max_width_tablet=\"90px\" max_width_phone=\"100px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" align_tablet=\"\" align_phone=\"center\" align_last_edited=\"on|phone\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"75px\" max_width_tablet=\"90px\" max_width_phone=\"100px\" max_width_last_edited=\"on|desktop\" custom_margin=\"|-25px|15px||false|false\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_width_right=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"+4000\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_font_size=\"28px\" body_font_size=\"15px\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" body_text_align_tablet=\"center\" body_text_align_phone=\"center\" body_text_align_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>HAPPY CUSTOMERS</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_3\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_font_size=\"28px\" custom_margin=\"||||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules !important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px;\" global_colors_info=\"{}\"]<p>4.8/5</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"Section - Flying High Header\" module_class=\"pixie_header pixie_header1\" _builder_version=\"4.25.1\" background_color=\"rgba(24,29,34,0.53)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3600.jpg\" background_blend=\"multiply\" custom_margin=\"0px||0px||true|false\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"50px||50px||true|false\" hover_enabled=\"0\" custom_css_main_element=\"background-attachment: fixed;\" border_width_top=\"1px\" border_width_bottom=\"1px\" collapsed=\"off\" global_colors_info=\"{}\" title_text=\"Ellen_3600\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Your health is one of the biggest obstacles</h2>\n<h2>standing in the way of your happiness</h2>\n<h2><strong> LETยดS FIXT THAT</strong></h2>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CONSULT NOW\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"15px||||false|false\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_1=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" padding_top_1=\"150px\" padding_bottom_1=\"150px\" padding_top_bottom_link_1=\"true\" padding_left_right_link_1=\"false\" padding_1_tablet=\"\" padding_1_phone=\"\" padding_1_last_edited=\"on|phone\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;||border-radius: 15px;||padding-bottom: 150px !important;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" inner_max_width=\"100%\" custom_padding=\"100px||100px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"40px||70px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=NN1OtIJu_Bk\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|tablet\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100px\" max_width_tablet=\"100px\" max_width_phone=\"70px\" max_width_last_edited=\"on|phone\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Knowledge & experience to support you</h2>\n<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat aute irure dolor inmeto.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>4</h2>\n<p>COURSES LAUNCHED</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_text_color=\"#181D22\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>99%</h2>\n<p>SATISFIED CLIENTS</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>4</h2>\n<p>COURSES LAUNCHED</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>6+</h2>\n<p>YEARS OF EXPERIENCE</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>1K+</h2>\n<p>CLIENTS CONSULTED</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#181D22\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>10K+</h2>\n<p>SUBSCRIBERS</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_margin=\"||0px||false|false\" custom_padding=\"80px||0px||false|false\" custom_padding_tablet=\"80px||0px||false|false\" custom_padding_phone=\"50px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||15px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_2_font=\"||||||||\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||35px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>WHAT INCLUDED IN THIS COURSE</h2>\n<p>Everything you need to achieve your goal</p>[/et_pb_text][et_pb_blurb title=\"Proven Roadmap Plan\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||\" custom_css_blurb_content=\"margin:unset!important;||width: 100%;\" border_color_all_image=\"#F5F6F1\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][et_pb_blurb title=\"Monthly Goals Setting\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||\" custom_css_blurb_content=\"max-width: 100%;\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][et_pb_blurb title=\"20+ Video Lessons\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|true\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||||\" custom_css_blurb_content=\"margin:unset!important;\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][et_pb_blurb title=\"Awesome Support\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" image_icon_width=\"32px\" admin_label=\"Blurb - Key Ideas\" _builder_version=\"4.25.1\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"26px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" text_orientation=\"right\" custom_margin=\"|||\" custom_padding=\"20px|45px|20px|20px|true|false\" custom_padding_tablet=\"20px|45px|20px|20px|true|false\" custom_padding_phone=\"20px|0px|0px|0px|false|true\" custom_padding_last_edited=\"on|phone\" animation=\"off\" custom_css_blurb_image=\"||||||\" custom_css_blurb_content=\"margin:unset!important;\" image_max_width=\"none\" global_colors_info=\"{}\"]<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3500.jpg\" custom_padding=\"200px||200px||true|false\" hover_enabled=\"0\" border_radii=\"off|15px|10px||\" global_colors_info=\"{}\" title_text=\"Ellen_3500\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_text_color=\"#F5F6F1\" header_2_text_align=\"center\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW THIS PROGRAM WORKS</h2>\n<p>I offer a range of services designed to guide you on your unique journey to health and fitness.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||||false|false\" hover_enabled=\"0\" custom_css_before=\"content: %22%22;||display: block;||width: 80%;||border-top: 1px solid #222b;||position: absolute;||top: 50%;||left: 0;||right: 0;||margin: auto;\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.75) 26%|#f5f6f1 39%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_padding=\"50px|40px|50px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>01</strong></p>[/et_pb_text][et_pb_blurb title=\"Book a Free Health Strategy Session\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"27px\" body_text_color=\"#181D22\" text_orientation=\"center\" header_font_size_tablet=\"27px\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.75) 26%|#f5f6f1 39%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3600.jpg\" custom_padding=\"50px|40px|50px|40px|true|true\" hover_enabled=\"0\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\" title_text=\"Ellen_3600\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>02</strong></p>[/et_pb_text][et_pb_blurb title=\"Chat with me to see if youโre a match for this program\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"27px\" body_text_color=\"#181D22\" text_orientation=\"center\" header_font_size_tablet=\"27px\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(245,246,241,0.75) 26%|#f5f6f1 39%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" custom_padding=\"50px|40px|50px|40px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>03</strong></p>[/et_pb_text][et_pb_blurb title=\"Sign up for coaching and transform your mind and body\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"27px\" body_text_color=\"#181D22\" text_orientation=\"center\" header_font_size_tablet=\"27px\" header_font_size_phone=\"25px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"We would love to chat\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"30px|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.65)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_104.jpg\" background_blend=\"multiply\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Ellen_104\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" module_alignment=\"center\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"45px|0px|45px|0px|true|true\" custom_padding_phone=\"20px|0px|20px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"34px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/map.png\" background_size=\"contain\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.6;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font=\"||||||||\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||0px||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>RESULTS & TRANSFORMATIONS THAT ARE POSSIBLE:</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDUzOCJ9fQ==@\" button_text=\"READ MORE TESTIMONIALS\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|1|0|-1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Sophia Johnson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"This program helped me achieve this amazing result. I wouldn\'t be where I am without it.\"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Sarah Paulson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"I left food prison and have moved into food freedom. Iโm feeling so in control of my food, nutrition, and overall well-being. Iโm shocked at the mental and physical change Iโve experienced.โ[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3600.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\" title_text=\"Ellen_3600\" sticky_enabled=\"0\"]<p>CULINARY CONSULTANT</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|-1|0|1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\" title_text=\"KathyNew_220\" sticky_enabled=\"0\"]<p>GRAPHIC DESIGNER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"Iโm looking at my health as physical, mental, emotional, spiritual, all of it, and that\'s something I\'ve never done before with myself or my health. I really feel like I am at this point in my life, the healthiest that I\'ve ever been.\"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jessica Wood\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3500.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\" title_text=\"Ellen_3500\" sticky_enabled=\"0\"]<p>MEDIA MANAGER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]\"What\'s really shifted is that I\'m more conscious of what I\'m doing and more present and that\'s had such a positive impact to stop overeating.\"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Helena Soretti\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>YOGA COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โIt\'s a mindset change. Now I don\'t feel the need to get it right 100% of the time, or saying \'you can\'t have or shouldn\'t have.\' Now I know it\'s \'What do you need to get that balance?\' It\'s so different.\"[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" text_orientation=\"center\" custom_margin=\"||2px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>WHATโS INSIDE</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"||||||||\" header_2_font_size=\"50px\" header_3_font=\"|||on|||||\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]<h3>The Course is a 4-week where you\'ll learn:</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3600.jpg\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\" title_text=\"Ellen_3600\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 1</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]Here goes a short description of the content in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon.Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"reverse\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 2</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen_3500.jpg\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\" title_text=\"Ellen_3500\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||25px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 3</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"reverse\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"55px||55px||true|false\" custom_padding_tablet=\"5px||25px||false|false\" custom_padding_phone=\"5px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"25%\" max_width_tablet=\"25%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>MODULE 4</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"34px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"34px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Module Title goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet dipiscing elit, sed do. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet dipiscing elit, sed do.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p><strong>WHAT YOU WILL LEARN:</strong></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||25px||false|false\" custom_padding=\"||||false|false\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Outline a few items they\'ll learn in this module. Pastry liquorice chocolate jujubes macaroon dragรฉe bonbon apple pie danish.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"12 Days of Christmas - Day 01 Pricing Table Module 2\" module_class=\"day1-pt1 day1-pt\" _builder_version=\"4.25.1\" background_color=\"#DFE2D5\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px||40px||true|false\" z_index_tablet=\"500\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" box_shadow_horizontal_tablet=\"0px\" box_shadow_vertical_tablet=\"0px\" box_shadow_blur_tablet=\"40px\" box_shadow_spread_tablet=\"0px\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_text_align=\"center\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"18%\" max_width_tablet=\"36%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>Investment Options</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<h2>PAYMENT OPTIONS</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"12 Days of Christmas - Day 01 Pricing Table Module 2\" _builder_version=\"4.25.1\" module_alignment=\"center\" custom_padding=\"||||false|false\" custom_padding_tablet=\"0px||10px|\" custom_padding_phone=\"|15px||15px|false|true\" use_custom_width=\"on\" custom_width_px=\"1170px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"DO NOT REMOVE! - Css Code\" _builder_version=\"4.16\" custom_margin=\"0px|0px|0px|0px\" custom_padding=\"0px|0px|0px|0px\" z_index_tablet=\"500\" locked=\"on\" global_colors_info=\"{}\"]<style><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt .et_pb_pricing_content .et_pb_pricing li span:before {<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->body #page-container #main-content .day1-pt .et_pb_button_wrapper a.et_pb_pricing_table_button {<!-- [et_pb_line_break_holder] --> padding: 11px 5px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->body .day1-pt1 .et_pb_pricing_table.et_pb_featured_table .et_pb_dollar_sign {<!-- [et_pb_line_break_holder] --> color: #fff !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt .et_pb_row {<!-- [et_pb_line_break_holder] --> width: 95% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Pricing 1*/<!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 3.3vw 3vw 3.6vw !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 4vw 3.5vw 4.6vw !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_pricing_table:not(.et_pb_featured_table ) {<!-- [et_pb_line_break_holder] --> margin-top: 13px !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.day1-pt1 .et_pb_button_wrapper {<!-- [et_pb_line_break_holder] --> padding: 0 0.4vw !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Responsive*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (min-width: 1930px) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 64px 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table:not(.et_pb_featured_table ) {<!-- [et_pb_line_break_holder] --> margin-top: 23px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table .et_pb_pricing_content{<!-- [et_pb_line_break_holder] --> min-height: 250px !important;<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1{<!-- [et_pb_line_break_holder] --> background-size: cover !important;<!-- [et_pb_line_break_holder] --> background-position: center top;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) {<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 4.7vw 3.5vw 4.6vw !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 3.3vw 2vw 3.6vw !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table:last-child {<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> max-width: 400px;<!-- [et_pb_line_break_holder] --> margin: 0 auto !important;<!-- [et_pb_line_break_holder] --> float: none;<!-- [et_pb_line_break_holder] --> margin-top: 0 !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table:not(.et_pb_featured_table ) {<!-- [et_pb_line_break_holder] --> margin-top: 0px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_content {<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] --> min-height: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_promo_description h2 {<!-- [et_pb_line_break_holder] --> padding-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_promo_description {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 767px) {<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table<!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table {<!-- [et_pb_line_break_holder] --> padding: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 480px) {<!-- [et_pb_line_break_holder] --> .day1-pt .et_pb_row {<!-- [et_pb_line_break_holder] --> width: 90% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .day1-pt1 .et_pb_pricing_table.et_pb_featured_table {<!-- [et_pb_line_break_holder] --> padding: 25px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></style>[/et_pb_code][et_pb_pricing_tables featured_table_background_color=\"#2adc65\" featured_table_header_background_color=\"rgba(42,220,101,0)\" featured_table_header_text_color=\"#ffffff\" header_background_color=\"rgba(255,255,255,0)\" featured_table_text_color=\"rgba(255,255,255,0.7)\" show_featured_drop_shadow=\"off\" featured_table_price_color=\"#ffffff\" admin_label=\"12 Days of Christmas - Day 01 Pricing Table Module 2\" _builder_version=\"4.25.1\" currency_frequency_text_color=\"#000000\" price_text_color=\"#000000\" body_text_color=\"#181D22\" header_text_color=\"#a7a7a7\" header_font=\"Poppins|||on|||||\" header_text_align=\"center\" header_font_size=\"14px\" body_text_align=\"center\" body_font_size=\"16px\" subheader_text_align=\"center\" price_font=\"|600|||||||\" price_text_align=\"center\" price_font_size=\"48px\" currency_frequency_font=\"|600|||||||\" currency_frequency_font_size=\"48px\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_bg_color=\"#EEE4DB\" button_border_width=\"1\" button_border_color=\"#f8fafb\" button_border_radius=\"10px\" button_font=\"Poppins|500|||||||\" button_use_icon=\"off\" button_alignment=\"center\" text_orientation=\"center\" custom_css_pricing_heading=\"padding: 0 !important;||margin-bottom: 20px;\" custom_css_pricing_top=\" border-bottom: 0 !important;|| padding-bottom: 17px;\" custom_css_currency=\"margin-left: 0 !important;||position: static !important;||\" custom_css_pricing_content=\"padding: 0 0 2.2vw !important;||min-height: 256px;\" custom_css_pricing_item=\" padding: 0 !important;|| list-style: none !important;|| line-height: 200%;\" custom_css_pricing_button=\" width: 100% !important;|| padding: 11px 0 !important;\" border_width_all=\"0px\" button_text_color_hover=\"#ffffff\" button_border_color_hover=\"#06d048\" button_border_radius_hover=\"2px\" button_bg_color_hover=\"#06d048\" center_list_items=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#181D22\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#DCDBD4\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#DCDBD4\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\" button_border_radius__hover=\"10px\"][et_pb_pricing_table title=\"3 MONTHLY PAYMENTS\" currency=\"$\" sum=\"245\" button_url=\"#\" button_text=\"Start Free Trial\" _builder_version=\"4.25.1\" header_font=\"|600|||||||\" header_text_color=\"#454334\" body_font=\"||||\" subheader_font=\"||||\" price_font=\"||||\" currency_frequency_font=\"||||\" background_color=\"#F5F6F1\" background_enable_color=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" custom_padding_tablet=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_padding_phone=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_css_main_element=\" border-radius: 8px;|| border-color: #e7e7e7 !important;\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"4px\" box_shadow_blur=\"47px\" box_shadow_color=\"rgba(160,190,212,0.22)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|hover\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|hover\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"#DBE0E2\" button_bg_enable_color__hover=\"on\" button_border_color__hover=\"#DBE0E2\" sticky_transition=\"on\"]<p>Vestibulum felis quis tortor.</p>\n<p>Ut aliquam sollicitudin leo.</p>\n<p>Cras iaculis ultricies nulla.</p>\n<p>Donec quis dui atinterdum.</p>[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"ONE-TIME PAYMENT\" currency=\"$\" sum=\"597\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"I\'m in! secure my spot!\" header_background_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" header_font=\"|600||on|||||\" header_text_color=\"#F5F6F1\" body_font=\"||||\" subheader_font=\"||||\" price_font=\"||||\" currency_frequency_font=\"||||\" background_color=\"#454334\" background_enable_color=\"on\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#F5F6F1\" button_border_radius=\"10px\" button_font=\"||||||||\" custom_padding_tablet=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_padding_phone=\"3.3vw|3.5vw|3.6vw|3.5vw\" border_radii=\"on|10px|10px|10px|10px\" button_text_color_hover=\"#2adc65\" button_border_color_hover=\"#f8fafb\" button_bg_color_hover=\"#f8fafb\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#181D22\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on\" button_border_color__hover=\"#f8fafb\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on\" button_bg_color__hover=\"#f8fafb\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_transition=\"on\"]<p>Vestibulum felis quis tortor.</p>\n<p>Ut aliquam sollicitudin leo.</p>\n<p>Cras iaculis ultricies nulla.</p>\n<p>Donec quis dui atinterdum.</p>\n<p>Vivamus molestie gravida turpis.</p>[/et_pb_pricing_table][et_pb_pricing_table title=\"2 MONTHLY PAYMENTS\" currency=\"$\" sum=\"317\" button_url=\"#\" button_text=\"Start Free Trial\" _builder_version=\"4.25.1\" header_font=\"|600||on|||||\" header_text_color=\"#454334\" body_font=\"||||\" subheader_font=\"||||\" price_font=\"||||\" currency_frequency_font=\"||||\" background_color=\"#F5F6F1\" background_enable_color=\"on\" custom_padding_tablet=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_padding_phone=\"3.3vw|3.5vw|3.6vw|3.5vw\" custom_css_main_element=\"border-radius: 8px;|| border-color: #e7e7e7 !important;\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"4px\" box_shadow_blur=\"47px\" box_shadow_color=\"rgba(160,190,212,0.22)\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"on|hover\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"on|hover\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|hover\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|desktop\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_text_color__hover=\"#181D22\" button_bg_color__hover=\"#DBE0E2\" button_bg_enable_color__hover=\"on\" button_border_color__hover=\"#DBE0E2\" sticky_transition=\"on\"]<p>Vestibulum felis quis tortor.</p>\n<p>Ut aliquam sollicitudin leo.</p>\n<p>Cras iaculis ultricies nulla.</p>\n<p>Donec quis dui atinterdum.</p>\n<p>Vivamus molestie gravida turpis.</p>\n<p>Cras ornare tristique elit.</p>[/et_pb_pricing_table][/et_pb_pricing_tables][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"40px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"16px\" header_2_font=\"||||||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" custom_margin=\"||35px||false|false\" custom_margin_tablet=\"||35px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>AND THERE\'S MORE:</h2>\n<p>Enroll today, and you\'ll receive exclusive bonuses</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png\" title_text=\"Freebie 1\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"Name of Bonus\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" background_enable_color=\"off\" text_orientation=\"center\" custom_padding=\"20px|30px|20px|30px|true|true\" border_width_top=\"1px\" global_colors_info=\"{}\"]<p>Danish powder croissant donut marzipan. Donut macaroon cake brownie jelly topping. Jelly cheesecake pastry shortbread halvah jelly-o jelly beans.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png\" title_text=\"Freebie 1\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"Name of Bonus\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" background_enable_color=\"off\" text_orientation=\"center\" custom_padding=\"20px|30px|20px|30px|true|true\" border_width_top=\"1px\" global_colors_info=\"{}\"]<p>Danish powder croissant donut marzipan. Donut macaroon cake brownie jelly topping. Jelly cheesecake pastry shortbread halvah jelly-o jelly beans.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Freebie-1.png\" title_text=\"Freebie 1\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_blurb title=\"Name of Bonus\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"24px\" background_enable_color=\"off\" text_orientation=\"center\" custom_padding=\"20px|30px|20px|30px|true|true\" border_width_top=\"1px\" global_colors_info=\"{}\"]<p>Danish powder croissant donut marzipan. Donut macaroon cake brownie jelly topping. Jelly cheesecake pastry shortbread halvah jelly-o jelly beans.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"50px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"80%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>DO YOU HAVE QUESTIONS ?</h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Whatยดs included in the online wellness/health course ? \" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Will I have support during the course ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I access the course content at any time ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"15px||||false|false\" custom_padding_phone=\"20px||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Money-Back.png\" title_text=\"Money Back\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"140px\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"|||on|||||\" header_2_font_size=\"40px\" text_orientation=\"center\" width=\"100%\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Try our program for 30 days</h2>\n<p>Jujubes croissant powder bonbon bear claw jujubes caramels sweet. Bonbon danish soufflรฉ cupcake bonbon. Lollipop sweet cake cheesecake macaroon gummies wafer. Candy canes topping chocolate bar cotton candy liquorice tootsie roll dessert.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sales Page','','publish','closed','closed','','sales-page','','','2023-10-08 20:59:59','2023-10-08 20:59:59','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=393742',0,'page','',0),(399530,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399530','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',8,'nav_menu_item','',0),(393800,1,'2023-10-09 08:47:06','2023-10-09 08:47:06','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_margin=\"||-50px||false|false\" custom_padding=\"35px||100px||false|false\" custom_padding_tablet=\"||85px||false|false\" custom_padding_phone=\"||70px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_font_size=\"70px\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_font_size_tablet=\"70px\" header_font_size_phone=\"48px\" header_font_size_last_edited=\"on|phone\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Meet Mel.</h1>[/et_pb_text][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708227-2-scaled.jpg\" title_text=\"SA708227-2\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"500px\" width_tablet=\"500px\" width_phone=\"100%\" width_last_edited=\"on|phone\" custom_margin=\"||||false|false\" custom_padding=\"||1px|||\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"999\" custom_padding=\"40px||60px||false|false\" custom_padding_tablet=\"40px||25px||false|false\" custom_padding_phone=\"10px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"30px||20px||false|false\" custom_padding_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<blockquote>\n<h2><b>Hey there, I\'m Mel Cann</b></h2>\n<h2><span style=\"font-size: xx-large;\">Naturopath + passionate advocate for holistic health</span></h2>\n</blockquote>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||40px||false|false\" custom_padding_tablet=\"||40px||false|false\" custom_padding_phone=\"0px||40px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|15px||false|false\" custom_padding_phone=\"|0px|15px||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span style=\"font-weight: 400;\">m a degree-qualified naturopath and passionate advocate for holistic health. While I\'ve always had a keen interest in health, naturopathy wasn\'t my first career choice. I jumped into a conservation degree straight out of high school, then moved to Margaret River after graduating to follow my then-boyfriend/now-husband in his winemaking studies. It was there that I experienced a run of health issues which saw me struggling with hormonal imbalance, poor gut health and chronic UTIs. A co-worker recommended I see a naturopath (I had no idea what a naturopath was!) and the profound improvements I saw in my health inspired me to start studying naturopathy.ย </span></p>\n<p><span style=\"font-weight: 400;\">That experience didnโt just change my health โ it shaped how I practise today. Feeling truly listened to, having my symptoms viewed in context, and being supported showed me what good care should feel like.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|||35px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"|||0px|false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"][/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\" locked=\"off\"]<p>It taught me how powerful it can be to feel understood, supported, and involved in your own health โ and thatโs exactly what I aim to offer my clients. Itโs the model Iโve carried forward into my own clinic, where collaboration, curiosity, and looking at the whole person are central to every consultation.</p>\n<p>I love empowering my clients to understand their bodies, take control of their health, and find balance across mind, body, and emotions. Together, we focus on whatโs really going on โ uncovering root causes and creating personalised, practical strategies that fit your life. My areas of interest are womenโs health, gut health, metabolic support, autoimmunity, and mental wellbeing. When I\'m not consulting, you\'ll most likely find me at one of my kids\' sporting games proudly cheering them on, or drinking my 10th cup of herbal tea for the day.ย ย </p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V4 - Barbra\" module_class=\"ellen_values\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"BContent V4 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_css_main_element=\"display: flex;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"display: block;\" custom_css_main_element_tablet=\"display: flex;\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"margin-right: 3%;|| margin-bottom: 0;\" custom_css_main_element_phone=\"margin-right: 0;||margin-bottom: 30px;\"][et_pb_blurb content_max_width=\"100%\" admin_label=\"BContent V4 - Barbra - Blurb - BG Image size:1200x1367px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#000000\" header_font_size=\"30px\" header_line_height=\"130%\" body_text_color=\"#000000\" body_font_size=\"16px\" body_line_height=\"170%\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" height=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"160px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"24px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|tablet\" custom_css_blurb_image=\"margin: 0;\" custom_css_blurb_content=\"position: static;||background: var(--color1);\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Every journey starts with small decision. For us it will be a short call where we will get to know each other.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY VALUES</h2>\n<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||20px||false|false\" custom_padding=\"10px||10px||true|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Quality\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Passion\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Integrity\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" border_width_top=\"1px\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"30px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"40px|40px|40px|40px|true|true\" custom_padding_tablet=\"40px|40px|20px|40px|false|true\" custom_padding_phone=\"40px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#000000\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"MY SERVICES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"right\" module_alignment=\"right\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"40px||0px||false|true\" custom_padding_phone=\"15px|15px||15px|false|true\" custom_padding_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"50px\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|phone\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"RESOURCES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" module_alignment=\"left\" custom_padding=\"60px|50px||50px|false|true\" custom_padding_tablet=\"60px|50px|0px|50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"CONTACT ME\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" body_text_align=\"center\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"left\" module_alignment=\"left\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"60px|50px||50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" button_border_radius_tablet=\"\" button_border_radius_phone=\"\" button_border_radius_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/map.png\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.3;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Join hundreds of happy people</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|1|0|-1\" sticky_position_tablet=\"\" sticky_position_phone=\"\" sticky_position_last_edited=\"on|phone\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alline McCoy\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Maria Gonzรกlez\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|-1|0|1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jessica Wood\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>MEDIA MANAGER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"I left food prison and have moved into food freedom. Iโm feeling so in control of my food and overall well-being. Iโm shocked at the mental and physical change Iโve experienced.โ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>GRAPHIC DESIGNER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"Iโm looking at my health as physical, mental, emotional, spiritual, all of it, and that\'s something I\'ve never done before with myself or my health.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Helena Soretti\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>YOGA COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โNow I don\'t feel the need to get it right 100% of the time, or saying \'you can\'t have or shouldn\'t have.\' Now I know it\'s \'What do you need to get that balance?\' It\'s so different.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" module_class=\"ellen_about_us_history\" _builder_version=\"4.25.1\" background_color=\"#EEE4DB\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"40px||65px||false|false\" bottom_divider_color=\"#f0f2f8\" bottom_divider_height=\"175px\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_3_text_align=\"center\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY HISTORY</h2>\n<h3>Where it all began and how itยดs going now</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"2.825%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.24.3\" width=\"200px\" module_alignment=\"right\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2017: I was broken, tired and overwhelmed\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Aliquam sed elementum massa, id volutpat risus. Praesent sit amet enim eros. Sed quis risus a odio scelerisque faucibus. Etiam volutpat ante lorem. Sed vitae tincidunt magna. Nulla ipsum.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"1.7%||27px|\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2020: Learning from Covid experience Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Ut venen atis porttitor dignissim. Suspendisse sapien felis. <span>Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue.ย </span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" title_text=\"KathyNew_210\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" max_width=\"200px\" max_width_tablet=\"200px\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.16\" max_width=\"1175px\" custom_padding=\"1.75%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" title_text=\"Ellen_Servces208\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"150px\" module_alignment=\"right\" custom_margin=\"|||2px||\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2022: Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>In vitae ipsum lacus. Curabitur felis lectus, cursus nec ipsum in, ornare elementum sapien. Suspendisse laoreet, ipsum eu congue. <span>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" _builder_version=\"4.25.1\" max_width=\"1175px\" custom_padding=\"20px||27px||false|false\" custom_padding_tablet=\"20px||27px||false|false\" custom_padding_phone=\"0px||10px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024: Awesome year !\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"200px\" width_tablet=\"200px\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" custom_css_main_element=\"display: none !important;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"CSS Code - DO NOT REMOVE!\" _builder_version=\"4.16\" global_colors_info=\"{}\"]<style><!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 44% !important;<!-- [et_pb_line_break_holder] --> margin-right: 12% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 17px;<!-- [et_pb_line_break_holder] --> height: 17px;<!-- [et_pb_line_break_holder] --> background-color: #fe506c;<!-- [et_pb_line_break_holder] --> border-radius: 50%;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> transform: translate(-50%, 0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description{<!-- [et_pb_line_break_holder] --> position: static;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/*.ddd_about_us_history .et_pb_row:nth-child(3) .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {*/<!-- [et_pb_line_break_holder] --> /*left: auto;*/<!-- [et_pb_line_break_holder] --> /*right: -15.2%;*/<!-- [et_pb_line_break_holder] -->/*}*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row:not(:first-child):before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> width: 1px;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> background-color: #d5d7dd;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> transform: translate(-50%,0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Footer*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->#page-container .ddd_about_us_footer .et_pb_social_media_follow a:before,<!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a {<!-- [et_pb_line_break_holder] --> color: inherit !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a:hover {<!-- [et_pb_line_break_holder] --> opacity: 0.5 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu p {<!-- [et_pb_line_break_holder] --> padding: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu a {<!-- [et_pb_line_break_holder] --> margin-bottom: 1em !important;<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 53.5% !important;<!-- [et_pb_line_break_holder] --> margin-right: 6% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 11.2% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4.et-last-child {<!-- [et_pb_line_break_holder] --> width: 8% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Hovers*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb img,<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb h4{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover h4{<!-- [et_pb_line_break_holder] --> transform: translate(0,-10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover img{<!-- [et_pb_line_break_holder] --> transform: translate(0,10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image{<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image img{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member:hover img{<!-- [et_pb_line_break_holder] --> transform: scale(1.1) rotate(3deg);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) {<!-- [et_pb_line_break_holder] --> /*Footer*/<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 33% !important;<!-- [et_pb_line_break_holder] --> margin-right: 3% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 100px !important;<!-- [et_pb_line_break_holder] --> height: 100px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child .et_pb_text:first-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes {<!-- [et_pb_line_break_holder] --> margin-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) and (min-width: 981px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:last-child{<!-- [et_pb_line_break_holder] --> width: 65% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:first-child{<!-- [et_pb_line_break_holder] --> width: 30% !important;<!-- [et_pb_line_break_holder] --> margin-right: 5% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_social_media_follow,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_text {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 h2 {<!-- [et_pb_line_break_holder] --> padding-bottom: 20px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child .et_pb_promo {<!-- [et_pb_line_break_holder] --> max-width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_team_member {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description h4,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description p,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description ul {<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> padding: 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_image {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> float: none;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 767px) {<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 p {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> text-align: center<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_row:last-child .et_pb_text a {<!-- [et_pb_line_break_holder] --> display: inline-block;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 50px !important;<!-- [et_pb_line_break_holder] --> height: 50px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description p{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_row:not(:first-child):before{<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_space{<!-- [et_pb_line_break_holder] --> margin: 0 auto;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_text{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> max-width: 360px;<!-- [et_pb_line_break_holder] --> margin: 0 auto 30px !important;<!-- [et_pb_line_break_holder] --> float: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 480px) {<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo h2 {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> margin-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','publish','closed','closed','','about-2','','','2026-02-06 15:25:20','2026-02-06 07:25:20','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=393800',0,'page','',0),(399591,1,'2026-02-02 20:40:08','2026-02-02 12:40:08','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_margin=\"||-50px||false|false\" custom_padding=\"35px||100px||false|false\" custom_padding_tablet=\"||85px||false|false\" custom_padding_phone=\"||70px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_font_size=\"70px\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_font_size_tablet=\"70px\" header_font_size_phone=\"48px\" header_font_size_last_edited=\"on|phone\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>ABOUT ME</h1>[/et_pb_text][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708227-2-scaled.jpg\" title_text=\"SA708227-2\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"500px\" width_tablet=\"500px\" width_phone=\"100%\" width_last_edited=\"on|phone\" custom_margin=\"||||false|false\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||1px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"999\" custom_padding=\"40px||60px||false|false\" custom_padding_tablet=\"40px||25px||false|false\" custom_padding_phone=\"10px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"30px||20px||false|false\" custom_padding_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong><br />Wellness Coach, life success coach for women-preneurs, author and mom</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||40px||false|false\" custom_padding_tablet=\"||40px||false|false\" custom_padding_phone=\"0px||40px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|15px||false|false\" custom_padding_phone=\"|0px|15px||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus. <span>Iceland blue bottle deep v portland, microdosing neutra mixtape listicle snackwave edison bulb grailed cupping tacos literally narwhal. Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|||35px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"|||0px|false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus. <span>Iceland blue bottle deep v portland, microdosing neutra mixtape listicle snackwave edison bulb grailed cupping tacos literally narwhal. Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V4 - Barbra\" module_class=\"ellen_values\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"BContent V4 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_css_main_element=\"display: flex;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"display: block;\" custom_css_main_element_tablet=\"display: flex;\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"margin-right: 3%;|| margin-bottom: 0;\" custom_css_main_element_phone=\"margin-right: 0;||margin-bottom: 30px;\"][et_pb_blurb content_max_width=\"100%\" admin_label=\"BContent V4 - Barbra - Blurb - BG Image size:1200x1367px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#000000\" header_font_size=\"30px\" header_line_height=\"130%\" body_text_color=\"#000000\" body_font_size=\"16px\" body_line_height=\"170%\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" height=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"160px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"24px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|tablet\" custom_css_blurb_image=\"margin: 0;\" custom_css_blurb_content=\"position: static;||background: var(--color1);\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Every journey starts with small decision. For us it will be a short call where we will get to know each other.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY VALUES</h2>\n<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||20px||false|false\" custom_padding=\"10px||10px||true|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Quality\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Passion\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Integrity\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" border_width_top=\"1px\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"30px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"40px|40px|40px|40px|true|true\" custom_padding_tablet=\"40px|40px|20px|40px|false|true\" custom_padding_phone=\"40px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#000000\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"MY SERVICES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"right\" module_alignment=\"right\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"40px||0px||false|true\" custom_padding_phone=\"15px|15px||15px|false|true\" custom_padding_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"50px\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|phone\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"RESOURCES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" module_alignment=\"left\" custom_padding=\"60px|50px||50px|false|true\" custom_padding_tablet=\"60px|50px|0px|50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"CONTACT ME\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" body_text_align=\"center\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"left\" module_alignment=\"left\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"60px|50px||50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" button_border_radius_tablet=\"\" button_border_radius_phone=\"\" button_border_radius_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/map.png\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.3;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Join hundreds of happy people</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|1|0|-1\" sticky_position_tablet=\"\" sticky_position_phone=\"\" sticky_position_last_edited=\"on|phone\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alline McCoy\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Maria Gonzรกlez\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|-1|0|1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jessica Wood\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>MEDIA MANAGER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"I left food prison and have moved into food freedom. Iโm feeling so in control of my food and overall well-being. Iโm shocked at the mental and physical change Iโve experienced.โ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>GRAPHIC DESIGNER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"Iโm looking at my health as physical, mental, emotional, spiritual, all of it, and that\'s something I\'ve never done before with myself or my health.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Helena Soretti\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>YOGA COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โNow I don\'t feel the need to get it right 100% of the time, or saying \'you can\'t have or shouldn\'t have.\' Now I know it\'s \'What do you need to get that balance?\' It\'s so different.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" module_class=\"ellen_about_us_history\" _builder_version=\"4.25.1\" background_color=\"#EEE4DB\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"40px||65px||false|false\" bottom_divider_color=\"#f0f2f8\" bottom_divider_height=\"175px\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_3_text_align=\"center\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY HISTORY</h2>\n<h3>Where it all began and how itยดs going now</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"2.825%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.24.3\" width=\"200px\" module_alignment=\"right\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2017: I was broken, tired and overwhelmed\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Aliquam sed elementum massa, id volutpat risus. Praesent sit amet enim eros. Sed quis risus a odio scelerisque faucibus. Etiam volutpat ante lorem. Sed vitae tincidunt magna. Nulla ipsum.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"1.7%||27px|\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2020: Learning from Covid experience Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Ut venen atis porttitor dignissim. Suspendisse sapien felis. <span>Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue.ย </span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" title_text=\"KathyNew_210\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" max_width=\"200px\" max_width_tablet=\"200px\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.16\" max_width=\"1175px\" custom_padding=\"1.75%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" title_text=\"Ellen_Servces208\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"150px\" module_alignment=\"right\" custom_margin=\"|||2px||\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2022: Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>In vitae ipsum lacus. Curabitur felis lectus, cursus nec ipsum in, ornare elementum sapien. Suspendisse laoreet, ipsum eu congue. <span>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" _builder_version=\"4.25.1\" max_width=\"1175px\" custom_padding=\"20px||27px||false|false\" custom_padding_tablet=\"20px||27px||false|false\" custom_padding_phone=\"0px||10px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024: Awesome year !\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"200px\" width_tablet=\"200px\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" custom_css_main_element=\"display: none !important;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"CSS Code - DO NOT REMOVE!\" _builder_version=\"4.16\" global_colors_info=\"{}\"]<style><!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 44% !important;<!-- [et_pb_line_break_holder] --> margin-right: 12% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 17px;<!-- [et_pb_line_break_holder] --> height: 17px;<!-- [et_pb_line_break_holder] --> background-color: #fe506c;<!-- [et_pb_line_break_holder] --> border-radius: 50%;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> transform: translate(-50%, 0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description{<!-- [et_pb_line_break_holder] --> position: static;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/*.ddd_about_us_history .et_pb_row:nth-child(3) .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {*/<!-- [et_pb_line_break_holder] --> /*left: auto;*/<!-- [et_pb_line_break_holder] --> /*right: -15.2%;*/<!-- [et_pb_line_break_holder] -->/*}*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row:not(:first-child):before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> width: 1px;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> background-color: #d5d7dd;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> transform: translate(-50%,0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Footer*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->#page-container .ddd_about_us_footer .et_pb_social_media_follow a:before,<!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a {<!-- [et_pb_line_break_holder] --> color: inherit !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a:hover {<!-- [et_pb_line_break_holder] --> opacity: 0.5 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu p {<!-- [et_pb_line_break_holder] --> padding: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu a {<!-- [et_pb_line_break_holder] --> margin-bottom: 1em !important;<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 53.5% !important;<!-- [et_pb_line_break_holder] --> margin-right: 6% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 11.2% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4.et-last-child {<!-- [et_pb_line_break_holder] --> width: 8% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Hovers*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb img,<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb h4{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover h4{<!-- [et_pb_line_break_holder] --> transform: translate(0,-10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover img{<!-- [et_pb_line_break_holder] --> transform: translate(0,10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image{<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image img{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member:hover img{<!-- [et_pb_line_break_holder] --> transform: scale(1.1) rotate(3deg);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) {<!-- [et_pb_line_break_holder] --> /*Footer*/<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 33% !important;<!-- [et_pb_line_break_holder] --> margin-right: 3% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 100px !important;<!-- [et_pb_line_break_holder] --> height: 100px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child .et_pb_text:first-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes {<!-- [et_pb_line_break_holder] --> margin-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) and (min-width: 981px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:last-child{<!-- [et_pb_line_break_holder] --> width: 65% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:first-child{<!-- [et_pb_line_break_holder] --> width: 30% !important;<!-- [et_pb_line_break_holder] --> margin-right: 5% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_social_media_follow,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_text {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 h2 {<!-- [et_pb_line_break_holder] --> padding-bottom: 20px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child .et_pb_promo {<!-- [et_pb_line_break_holder] --> max-width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_team_member {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description h4,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description p,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description ul {<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> padding: 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_image {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> float: none;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 767px) {<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 p {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> text-align: center<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_row:last-child .et_pb_text a {<!-- [et_pb_line_break_holder] --> display: inline-block;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 50px !important;<!-- [et_pb_line_break_holder] --> height: 50px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description p{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_row:not(:first-child):before{<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_space{<!-- [et_pb_line_break_holder] --> margin: 0 auto;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_text{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> max-width: 360px;<!-- [et_pb_line_break_holder] --> margin: 0 auto 30px !important;<!-- [et_pb_line_break_holder] --> float: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 480px) {<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo h2 {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> margin-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','393800-revision-v1','','','2026-02-02 20:40:08','2026-02-02 12:40:08','',393800,'https://verdenaturopathy.com.au/site3/?p=399591',0,'revision','',0),(399531,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399531','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',9,'nav_menu_item','',0),(394068,1,'2023-10-14 18:13:22','2023-10-14 18:13:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707580-scaled.jpg\" title_text=\"SA707580\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707508-1-scaled.jpg\" title_text=\"SA707508\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <strong><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></strong> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC LOCATION</strong></h3>\n<p>TUESDAY AM | Mead Medical Specialist Rooms, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">Frequently asked questions</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.9.4\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Do you offer private health insurance rebates?\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p><span>Not currently BUT soon you will be able to claim rebates for naturopathy again! We are anticipating health funds to start offering rebates sometime in early 2026.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are your fees?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Initial consult (45-60min) = $195</span></p>\n<p><span>Follow-up consult (allow 30min) = $95</span></p>\n<p>Express/acute consult (20 min -ย <span style=\"text-decoration: underline;\">existing clients only)</span> = $65<span></span></p>\n<p><em>If it has been longer than 2 years since your previous visit, please book an initial consult to allow ample time to cover your recent health history.ย </em></p>\n<p><em>Consult fees do not include prescribed supplements/remedies or testing.</em><br /><em></em></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer discounts for children, students and seniors?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes! Children 16 & under receive a 25% discount. Students, seniors and concession card holders receive a 10% discount.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have a cancellation policy?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes. At least 24 hours notice is required to change/cancel appointments. If an appointment is cancelled within the 24 hour window, a 50% fee applies. No shows incur 100% of the consult fee.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I know if Naturopathy is what I need?\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>If youโre unsure whether naturopathy is right for you, I offer a complimentary 15-minute chat to see how I can best support you. Please reach out via the contact page to book your free chat.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact-2','','','2026-02-05 12:54:25','2026-02-05 04:54:25','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394068',0,'page','',0),(399587,1,'2026-02-02 20:31:14','2026-02-02 12:31:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707580-scaled.jpg\" title_text=\"SA707580\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707508-1-scaled.jpg\" title_text=\"SA707508\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <strong><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></strong> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit the message\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC ADDRESS</strong></h3>\n<p>TUESDAY AM | Mead Medical, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">Frequently asked questions</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.9.4\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Do you offer private health insurance rebates?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"on\"]<p><span>Not currently BUT soon you will be able to claim rebates for naturopathy again! We are anticipating health funds to start offering rebates sometime in early 2026.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are your fees?\" open=\"off\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p><span>Initial consult (45-60min) = $195</span></p>\n<p><span>Follow-up consult (allow 30min) = $95</span></p>\n<p>Express/acute consult (20 min -ย <span style=\"text-decoration: underline;\">existing clients only)</span> = $65<span></span></p>\n<p><em>If it has been longer than 2 years since your previous visit, please book an initial consult to allow ample time to cover your recent health history.ย </em></p>\n<p><em>Consult fees do not include prescribed supplements/remedies or testing.</em><br /><em></em></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer discounts for children, students and seniors?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes! Children 16 & under receive a 25% discount. Students, seniors and concession card holders receive a 10% discount.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have a cancellation policy?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes. At least 24 hours notice is required to change/cancel appointments. If an appointment is cancelled within the 24 hour window, a 50% fee applies. No shows incur 100% of the consult fee.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','394068-revision-v1','','','2026-02-02 20:31:14','2026-02-02 12:31:14','',394068,'https://verdenaturopathy.com.au/site3/?p=399587',0,'revision','',0),(399583,1,'2026-02-02 19:33:32','2026-02-02 11:33:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" title_text=\"Ellen_Services200\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" title_text=\"KathyNew_201\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_300.jpg\" title_text=\"KathyNew_300\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit the message\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>LETยดS TALK</strong></h3>\n<p>EMAIL: hello@verdenaturopathy.com.au</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC ADDRESS</strong></h3>\n<p>TUESDAY AM | Mead Medical, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">Frequently asked questions</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.9.4\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Do you offer private health insurance rebates?\" open=\"off\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span>Not currently BUT soon you will be able to claim rebates for naturopathy again! We are anticipating health funds to start offering rebates sometime in early 2026.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are your fees?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]<p><span>Initial consult (45-60min) = $195</span></p>\n<p><span>Follow-up consult (allow 30min) = $95</span></p>\n<p>Express/acute consult (20 min -ย <span style=\"text-decoration: underline;\">existing clients only)</span> = $65<span></span></p>\n<p><em>If it has been longer than 2 years since your previous visit, please book an initial consult to allow ample time to cover your recent health history.ย </em></p>\n<p><em>Consult fees do not include prescribed supplements/remedies or testing.</em><br /><em></em></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer discounts for children, students and seniors?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span>Yes! Children 16 & under receive a 25% discount. Students, seniors and concession card holders receive a 10% discount.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have a cancellation policy?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span>Yes. At least 24 hours notice is required to change/cancel appointments. If an appointment is cancelled within the 24 hour window, a 50% fee applies. No shows incur 100% of the consult fee.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','394068-revision-v1','','','2026-02-02 19:33:32','2026-02-02 11:33:32','',394068,'https://verdenaturopathy.com.au/site3/?p=399583',0,'revision','',0),(399581,1,'2026-02-02 18:04:03','2026-02-02 10:04:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" title_text=\"Ellen_Services200\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" title_text=\"KathyNew_201\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_300.jpg\" title_text=\"KathyNew_300\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit the message\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>LETยดS TALK</strong></h3>\n<p>EMAIL: hello@verdenaturopathy.com.au</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC ADDRESS</strong></h3>\n<p>TUESDAY AM | Mead Medical, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">Frequently asked questions</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Do you offer private health insurance rebates?\" open=\"off\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span>Not currently BUT soon you will be able to claim rebates for naturopathy again! We are anticipating health funds to start offering rebates sometime in early 2026.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are your fees?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"on\" sticky_enabled=\"0\"]<p><span>Initial consult (45-60min) = $195</span></p>\n<p><span>Follow-up consult (allow 30min) = $95</span></p>\n<p>Express/acute consult (20 min -ย <span style=\"text-decoration: underline;\">existing clients only)</span> = $65<span></span></p>\n<p><em>If it has been longer than 2 years since your previous visit, please book an initial consult to allow ample time to cover your recent health history.ย </em></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer discounts for children, students and seniors?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]<p><span>Yes! Children un</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','394068-revision-v1','','','2026-02-02 18:04:03','2026-02-02 10:04:03','',394068,'https://verdenaturopathy.com.au/site3/?p=399581',0,'revision','',0),(399575,1,'2026-02-02 15:52:02','2026-02-02 07:52:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" title_text=\"Ellen_Services200\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" title_text=\"KathyNew_201\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_300.jpg\" title_text=\"KathyNew_300\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit the message\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" hover_enabled=\"0\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>LETยดS TALK</strong></h3>\n<p>EMAIL: hello@verdenaturopathy.com.au</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC ADDRESS</strong></h3>\n<p>TUESDAY AM | Mead Medical, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">DO YOU HAVE QUESTIONS ?</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Your first question goes here ?\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your first question goes here ?\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Charlie Dawn believes that creating stills and capturing memories is asโฆ Sesame snaps wafer toffee jelly-o jujubes carrot cake caramels lemon drops shortbread. Donut sesame snaps pastry brownie pudding carrot cake. Halvah tart macaroon marshmallow toffee cupcake macaroon gummies. Pastry toffee ice cream liquorice tiramisu gingerbread.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','394068-revision-v1','','','2026-02-02 15:52:02','2026-02-02 07:52:02','',394068,'https://verdenaturopathy.com.au/site3/?p=399575',0,'revision','',0),(399532,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399532','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',10,'nav_menu_item','',0),(394138,1,'2023-10-16 08:19:37','2023-10-16 08:19:37','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" module_id=\"v2\" module_class=\"olena_header_v2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.35)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"270px||70px||false|false\" custom_padding_tablet=\"120px||||false|false\" custom_padding_phone=\"70px||||false|false\" hover_enabled=\"0\" collapsed=\"off\" global_colors_info=\"{}\" title_text=\"KathyNew_220\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" width_tablet=\"80%\" width_phone=\"78%\" width_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_css_main_element=\"position:static;\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_css_main_element=\"position:static;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"121px\" text_line_height=\"110%\" header_text_color=\"#F5F6F1\" header_font_size=\"50px\" text_orientation=\"center\" module_alignment=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"||30px||false|false\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||20px||false|false\" custom_padding_last_edited=\"on|phone\" text_font_size_tablet=\"60px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"46px\" header_font_size_phone=\"38px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Transform your relationship</h1>\n<h1>with FOOD, BODY & SELF</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"500px\" custom_padding=\"||140px||false|false\" custom_padding_tablet=\"||140px||false|false\" custom_padding_phone=\"5px||70px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"BROWSE MY SERVICES\" button_alignment=\"center\" _builder_version=\"4.25.0\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDMzNSJ9fQ==@\" button_text=\"LISTEN THE PODCAST\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"||fa||900\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"|20px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" collapsed=\"off\" global_colors_info=\"{}\" border_radii__hover_enabled=\"off|desktop\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"900px\" custom_margin=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_line_height=\"1.6em\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & NUTRITION SERVICES</h2>\n<p>I use my knowledge and expertise to help you live your best life. This means creating natural health & wellness services that help people make their life better</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_service1\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services202.png\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_blurb title=\"WEIGHT LOSS\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/scale.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"30px|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\"]<p>Your daily dose of inspiration for a life well-lived awaits. Let\'s make every day a step towards wellness.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\"][et_pb_blurb title=\"BODY & MIND BALANCE\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/nature.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\" custom_css_blurb_image_tablet=\"vertical-align: middle;\"]<p>Eating psychology coaching to explore the root causes of your eating, weight, and health challenges</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0 !important;||margin-bottom: 30px;\"][et_pb_blurb title=\"NUTRITION STRATEGIES\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/salad.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BBlurb V14 - Barbra - Row\" module_class=\"ellen_service1\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"10px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\"][et_pb_blurb title=\"RECIPES FOR EVERY DAY\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/fish.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_phone=\"width: 100% !important;||margin-right: 0 !important;||margin-bottom: 30px;\"][et_pb_blurb title=\"MINDFUL LIVING\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/yoga.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;||position: static;\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"||margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(245,246,241,0.69) 21%|#f5f6f1 42%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" custom_padding=\"40px|35px|40px|35px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\"][et_pb_blurb title=\"PROGRAMS & EVENTS\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"60px\" icon_placement_tablet=\"left\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#181D22\" header_font_size=\"23px\" header_line_height=\"120%\" body_line_height=\"170%\" custom_margin=\"||||false|false\" custom_padding=\"20px||20px||true|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"20px||20px|0px|true|false\" custom_padding_last_edited=\"on|tablet\" animation=\"off\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\" custom_css_blurb_image_last_edited=\"on|phone\" custom_css_blurb_image_phone=\"margin: auto;\"]<p>One-on-one nutrition and lifestyle coaching to transform your health and help you live your most vibrant life</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"SEE MORE SERVICES\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||120px||false|false\" custom_padding_tablet=\"60px||80px||false|false\" custom_padding_phone=\"50px||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" custom_padding=\"200px||200px||true|false\" custom_padding_tablet=\"275px||275px||true|false\" custom_padding_phone=\"60px|20px|60px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb title=\"%22 The greatest wealth is health %22\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font=\"||||||||\" header_font_size=\"26px\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"bottom_right\" position_origin_r_phone=\"bottom_right\" position_origin_r_last_edited=\"on|tablet\" width=\"100%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"|30px|30px|30px|false|true\" custom_padding_tablet=\"|30px|30px|30px|false|true\" custom_padding_phone=\"|10px|30px|10px|false|true\" custom_padding_last_edited=\"on|phone\" positioning_tablet=\"absolute\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" custom_css_blurb_content=\"background: #fff;||padding: 40px;||border-radius: 10px;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Subtitle goes here. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"60%\" max_width_phone=\"60%\" max_width_last_edited=\"on|tablet\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|desktop\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>ABOUT ME</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong> healer, teacher and coach in Nutritional Psychology</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_line_height=\"2em\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Maecenas ultricies nulla rutrum, facilisis massa nec, ultricies felis. In id dapibus nisl. Nam vulputate sit amet lacus sit amet finibus. Sed rhoncus, erat vitae varius lacinia, tellus risus pulvinar diam, sit amet rutrum nibh lacus a nunc. Donec dui tortor, interdum quis ligula eu, consequat semper libero. Sed id semper ex. Morbi egestas accumsan tortor, sodales hendrerit diam hendrerit vel. Donec id dictum metus, sit amet scelerisque neque.</p>\n<p>Maecenas ultricies nulla rutrum, facilisis massa nec, ultricies felis. In id dapibus nisl. Nam vulputate sit amet lacus sit amet finibus. Sed rhoncus, erat vitae varius lacinia, tellus risus pulvinar diam, sit amet rutrum nibh lacus a nunc. Donec dui tortor, interdum quis ligula eu, consequat semper libero. Sed id semper ex. Morbi egestas accumsan tortor, sodales hendrerit diam hendrerit vel. Donec id dictum metus, sit amet scelerisque neque.</p>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled<br />bled</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzgwMCJ9fQ==@\" button_text=\"LEARN MORE ABOUT ME\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"pixie_testimonials pixie_testimonials_3\" _builder_version=\"4.25.1\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"overlay\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"60px||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>WHAT MY CLIENTS ARE SAYING</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_padding=\"||0px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" custom_padding=\"50px|50px|50px|50px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_color=\"#F5F6F1\" header_3_text_align=\"center\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"25px\" text_orientation=\"center\" custom_padding=\"20px||||false|false\" custom_css_before=\"position: absolute;||display: inline-block;||color: #fff;||text-align: center;||line-height: 1;||opacity: 0.2;||top: 40%;||left: 0;||right:0;||margin:auto;||font-family: ETmodules;||content: %22%927b%22;||font-size: 85px;||transform: rotate( 180deg);||z-index: 0;\" global_colors_info=\"{}\"]<h3>Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" custom_padding=\"50px|50px|50px|50px|true|true\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"1px\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_3_text_align=\"center\" header_3_text_color=\"#F5F6F1\" header_3_font_size=\"25px\" text_orientation=\"center\" custom_padding=\"20px||||false|false\" custom_css_before=\"position: absolute;||display: inline-block;||color: #fff;||text-align: center;||line-height: 1;||opacity: 0.2;||top: 40%;||left: 0;||right:0;||margin:auto;||font-family: ETmodules;||content: %22%927b%22;||font-size: 85px;||transform: rotate( 180deg);||z-index: 0;\" global_colors_info=\"{}\"]<h3>Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|165px||165px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" title_text=\"KathyNew_203\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"84px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_right_1=\"40px\" padding_left_1=\"165px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_3=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_3=\"true\" padding_1_tablet=\"|65px||65px|false|true\" padding_2_tablet=\"|||60px|false|false\" padding_3_tablet=\"\" padding_1_phone=\"|35px||35px|false|true\" padding_2_phone=\"|35px||35px|false|true\" padding_3_phone=\"|35px||35px|false|true\" padding_1_last_edited=\"on|phone\" padding_2_last_edited=\"on|tablet\" padding_3_last_edited=\"on|phone\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" inner_width=\"100%\" inner_max_width=\"100%\" custom_padding=\"85px||85px||true|false\" custom_padding_tablet=\"85px||85px||true|false\" custom_padding_phone=\"70px||70px||true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font_size=\"40px\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEALTH & WELLNESS COACHING BENEFITS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||20px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support. Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][et_pb_accordion open_toggle_background_color=\"#000000\" closed_toggle_background_color=\"#000000\" icon_color=\"#000000\" use_icon_font_size=\"on\" icon_font_size=\"30px\" icon_font_size_tablet=\"30px\" icon_font_size_phone=\"24px\" icon_font_size_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_font=\"|600|||||||\" toggle_font_size=\"27px\" body_text_color=\"#181D22\" body_font_size=\"16px\" body_line_height=\"165%\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"-30px||0px||false|false\" custom_margin_tablet=\"-30px||0px||false|false\" custom_margin_phone=\"0px||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|0px|40px|0px|false|false\" toggle_font_size_tablet=\"20px\" toggle_font_size_phone=\"22px\" toggle_font_size_last_edited=\"on|desktop\" custom_css_toggle=\"padding:0 !important;||margin: 0 !important;\" custom_css_toggle_title=\"padding: 35px 45px 35px 0 !important;\" custom_css_toggle_icon=\" content: %22L%22 !important;|| background-color: #fff;|| display: block !important;|| transition: 0.3s;|| right: 0 !important;|| border-radius: 50%;|| padding: 5px 7px 6px 4px;|| transform: translate(0, -50%) rotate(0deg);|| margin-top: 0;\" border_width_all=\"0px\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"1. More confident\" open=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\"]<p>Step out of overwhelm and reclaim your inherit strenghts, abilities and self worth.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"2. More energy\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" open=\"off\"]<p>Let go of superwoman and embrace a more sustainable femenine power.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"3. More direcction\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_color=\"on\" global_colors_info=\"{}\" open=\"off\"]<p>Stop procrastinating annd start trusting your innerthruths to move you forward.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" title_text=\"Ellen_Services201\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"40px||||false|false\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"25px||||false|false\" custom_margin_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_001.jpg\" title_text=\"KathyNew_001\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"off|10px|||15px\" border_radii_tablet=\"off|10px|||15px\" border_radii_phone=\"off|10px|10px|10px|10px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.35)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW WE CAN WORK TOGETHER</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\" justify-content: space-between;|| display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;\" custom_css_main_element_phone=\"width:100% !important;\"][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" disabled_on=\"off|off|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" disabled_on=\"on|on|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;||margin-top: 20px;\" custom_css_main_element_phone=\"width:100% !important;||margin-top: 20px;\"][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" disabled_on=\"off|off|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:9.5% !important;\" custom_css_main_element_phone=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" disabled_on=\"on|on|off\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"width:100% !important;||margin-top: 20px;\" custom_css_main_element_phone=\"width:100% !important;||margin-top: 20px;\"][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.0\" background_color=\"#F4F2ED\" custom_padding=\"||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"overflow: hidden;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"25%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>ON THE BLOG</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" max_width=\"100%\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||||false|false\" use_custom_width=\"on\" custom_width_px=\"1170px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" custom_margin=\"||||false|false\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Home 2','','publish','closed','closed','','home-2','','','2023-10-16 08:19:37','2023-10-16 08:19:37','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394138',0,'page','',0),(399533,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399533','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',11,'nav_menu_item','',0),(394166,1,'2023-10-16 09:49:07','2023-10-16 09:49:07','[et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" custom_css_main_1=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_2=\"display: flex;||flex-direction: column;||justify-content: center;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" inner_width=\"80%\" inner_max_width=\"100%\" custom_margin=\"||-50px||false|false\" custom_padding=\"||115px||false|false\" custom_padding_tablet=\"||130px||false|false\" custom_padding_phone=\"||130px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"Inter|700|||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"75px\" text_line_height=\"120%\" header_font=\"|||on|||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" position_origin_r=\"top_right\" z_index=\"99\" custom_margin_tablet=\"||-3px|||\" custom_margin_phone=\"|0%|20px||false|false\" custom_margin_last_edited=\"on|tablet\" text_font_size_tablet=\"55px\" text_font_size_phone=\"30px\" text_font_size_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Womenโs health without<br />limitations</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_line_height=\"160%\" max_width=\"580px\" module_alignment=\"left\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_main_element=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"600px\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"40px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" title_text=\"KathyNew_210\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" hover_enabled=\"0\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" title_text=\"KathyNew_203\" admin_label=\"BHeader V4 - Barbra - Image - Image size:300x302px\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"90px\" max_width_tablet=\"90px\" max_width_phone=\"95px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" hover_enabled=\"0\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"20px||||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>Trusted by 4,000+ people</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"500px\" custom_margin=\"40px||||false|false\" custom_margin_tablet=\"15px||||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"EXPLORE MY SERVICES\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"|15px||0px|false|false\" custom_padding_tablet=\"|15px||0px|false|false\" custom_padding_phone=\"|15px||0px|false|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CALL\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"40px||||false|false\" custom_margin_last_edited=\"on|tablet\" border_radii=\"off|15px|||15px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_2_line_height=\"0.9em\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW I CAN I HELP YOU?</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"18px\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>High quality, affordable web content writing service</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE SERVICES\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_color=\"#181D22\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Learn to eat healthy food\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/fish.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Periodic health check\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"30px|30px|30px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Reach your dream weight\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/scale.png\" image_icon_width=\"60px\" icon_alignment=\"left\" _builder_version=\"4.25.1\" header_level=\"h3\" header_font=\"||||||||\" header_text_align=\"left\" header_font_size=\"28px\" header_line_height=\"120%\" body_text_align=\"left\" body_line_height=\"180%\" background_enable_color=\"off\" custom_margin=\"||||false|false\" animation=\"off\" header_font_size_tablet=\"24px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_image=\"margin-bottom: 30px;\" custom_css_blurb_title=\"padding-bottom: 16px;\" global_colors_info=\"{}\"]<p>Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" custom_padding_tablet=\"200px||200px||true|false\" custom_padding_phone=\"150px||150px||true|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" title_text=\"KathyNew_210\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||10px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>HEY THERE<strong>, IยดM SOPHIA LOREN</strong> a functional nutritionist & wellness coach</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_line_height=\"2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus.</p>\n<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod.</p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"16px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I understand your needs, because Iโve been there.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"15px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>I am always open, honest, & ethical. If I canโt help you, Iโll say so.</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#F5F6F1\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_line_height=\"1.4em\" body_font=\"||||||||\" body_text_color=\"#F5F6F1\" body_font_size=\"15px\" body_line_height=\"1.8em\" custom_margin=\"||22px||false|false\" body_font_size_tablet=\"17px\" body_font_size_phone=\"15px\" body_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<div class=\"check-item full-width\">\n<p class=\"et_pb_module_header\"><span>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</span></p>\n<div class=\"et_pb_blurb_description\"></div>\n</div>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>2+</h5>\nHAPPY CUSTOMERS WORLDWIDE[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>6+</h5>\n<p>YEARS OF WORK EXPERIENCE</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>4+</h5>\n<p>SUCCESFULLYย LAUNCHED COURSES</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600|||||||\" text_text_color=\"#F5F6F1\" header_5_font=\"|||on|||||\" header_5_text_align=\"center\" header_5_text_color=\"#F5F6F1\" header_5_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h5>12K+</h5>\nHAPPY SUBSCRIBERS[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"#F4F2ED\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"18px\" text_orientation=\"center\" text_font_size_tablet=\"18px\" text_font_size_phone=\"15px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>Explore real success stories from clients who have embarked on their own journeys with me.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Megan Brown \" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>ARCHITECT</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back. \"[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Molly Wilson\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" image_icon_width=\"65px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"12px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>THERAPIST COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"120px||120px||true|false\" custom_padding_phone=\"60px||60px||true|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"150px\" width_tablet=\"150px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text admin_label=\"BHeaderV V3 - Barbra - Text - We are\" _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"42px\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"42px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Ready To Create an Action Plan For Your Health? LET\'S CONNECT!</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"|15px||0px|false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"35px||35px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"44px\" header_2_font_size=\"40px\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>WHY TO CHOOSE MY SERVICES</h2>\n<p>Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg\" title_text=\"KathyNew_220\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"I understand your needs\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/wishlist.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Quality & Community\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/review.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Results oriented\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][et_pb_blurb title=\"Responsibility\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/wishlist.png\" icon_placement=\"left\" image_icon_width=\"60px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"24px\" custom_padding=\"35px|30px|35px|30px|true|true\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" box_shadow_style=\"preset1\" box_shadow_color=\"rgba(172,168,146,0.6)\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet consecte turned adipiscing elit semper dalar elementum.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"||10px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>A simple yet powerful and efficient process.</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"BOOK A FREE CALL\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#F5F6F1\" button_border_color=\"#F5F6F1\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_padding=\"30px|15px||0px|false|false\" custom_padding_tablet=\"30px|15px||0px|false|false\" custom_padding_phone=\"19px||||false|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||50px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|30px|||false|false\" custom_padding_tablet=\"|30px|||false|false\" custom_padding_phone=\"|0px||0px|false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>01</strong></p>[/et_pb_text][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||30px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|30px||30px|false|true\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>02</strong></p>[/et_pb_text][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_padding=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|||30px|false|false\" custom_padding_tablet=\"|||30px|false|false\" custom_padding_phone=\"|0px||0px|false|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>03</strong></p>[/et_pb_text][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#F5F6F1\" header_font_size=\"29px\" body_text_color=\"#F5F6F1\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Tellus commodo at feugiat at mi quis id nisl scelerisque nibh libero vitae leo sagittis semper rhoncus.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_104.jpg\" parallax=\"on\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||10px||true|false\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" background_enable_video_mp4=\"off\" custom_padding=\"200px||200px||true|false\" border_radii=\"on|20px|20px|20px|20px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" width=\"92%\" max_width=\"none\" module_alignment=\"center\" custom_margin=\"-45px||||false|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"18px\" text_line_height=\"3.4em\" header_font_size=\"36px\" header_3_text_color=\"rgba(245,246,241,0.5)\" header_3_font_size=\"70px\" header_4_font=\"|600||on|||||\" header_4_text_align=\"center\" header_4_text_color=\"rgba(245,246,241,0.6)\" header_4_font_size=\"70px\" header_4_letter_spacing=\"2px\" text_orientation=\"center\" max_width=\"100%\" height=\"70px\" link_option_url=\"https://calendly.com/lovelyconfetti/caht-with-kathy\" link_option_url_new_window=\"on\" custom_css_main_element=\"overflow: hidden;\" global_colors_info=\"{}\"]<div class=\"marquee\">\n<h3 class=\"track\">Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข Letยดs work โข</h3>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" padding_right_2=\"120px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" padding_2_tablet=\"|50px||50px|false|true\" padding_2_phone=\"|50px||50px|false|true\" padding_2_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" inner_width=\"100%\" inner_max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"65px||15px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" title_text=\"KathyNew_400\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"off||10px|10px|\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"44px\" module_alignment=\"left\" custom_margin=\"||10px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"42px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Health & Wellness Coaching Benefits</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||20px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support. Suspendisse mauris fusce accumsan mollis eros pellentesque a diam sit amet mi ullamcorper vehicula.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Time Management\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" custom_margin=\"||25px||false|false\" global_colors_info=\"{}\"]<p>They help you develop strategies to overcome these obstacles.</p>[/et_pb_blurb][et_pb_blurb title=\"Self-Esteem\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" global_colors_info=\"{}\"]<p>This can help you build greater confidence and self-esteem.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Better Relationship\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" custom_margin=\"||25px||false|false\" global_colors_info=\"{}\"]<p>A life coach can help you improve your communication skills.</p>[/et_pb_blurb][et_pb_blurb title=\"Clarity\" use_icon=\"on\" font_icon=\"Z||divi||400\" icon_color=\"#181D22\" icon_placement=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"22px\" global_colors_info=\"{}\"]<p>Coach help you identify the steps you need to take to get there.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding=\"75px||90px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"25px||40px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"20%\" max_width_tablet=\"40%\" max_width_phone=\"60%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The latest posts</p>[/et_pb_text][et_pb_text admin_label=\"Adonis Content - Grace - Try not to become a man of success\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_align=\"center\" header_font_size=\"50px\" header_line_height=\"1.3em\" header_2_font_size=\"40px\" header_3_font=\"Marmelad||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"30px\" header_3_line_height=\"130%\" text_orientation=\"center\" max_width=\"900px\" max_width_tablet=\"\" max_width_phone=\"95%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" header_font_size_tablet=\"40px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"24px\" header_3_font_size_phone=\"20px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_gridblog2\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_font_size=\"28px\" body_text_align=\"justify\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"10px\" meta_letter_spacing=\"1px\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Home 3','','publish','closed','closed','','home-3','','','2023-10-16 09:49:07','2023-10-16 09:49:07','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394166',0,'page','',0),(399534,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399534','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',12,'nav_menu_item','',0),(394335,1,'2023-10-18 07:10:15','2023-10-18 07:10:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>PODCAST TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#f4f2ed\" background_image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/10/Sophia_Services06.jpg\" background_blend=\"overlay\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"Guilty CTA - Grace - Row\" _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" module_alignment=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Nutrition, natural health, fitness and more with renowned special guests in the health and wellness industry</h2>\n<p>Brief description about your podcast goes here. . Arabica Acerbic Affogato Aftertaste Aged Americano And, Aroma spice Black mazagran americano, cultivar caffeine black that half. Blue Aromatic steamed shot frappuccino plunger panna dripper , cinnamon As and carajillo french filter. Tune in every Tuesday for new episodes and make sure to subscribe and leave a review!</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"|300|||||||\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" module_alignment=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><strong>SUBSCRIBE TO THE PODCAST:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"45px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON ITUNES\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON SPOTIFY\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON STITCHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"LISTEN ON GOOGLE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_margin=\"||||false|false\" custom_padding=\"3px|15px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"sophia_medium_background\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#cacbc5\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services300-1.jpg\" background_blend=\"multiply\" custom_padding=\"4%|5%|4%|5%|true|true\" custom_padding_tablet=\"12%|6%|12%|6%|true|true\" custom_padding_phone=\"12%|6%|12%|6%|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_color_right=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/04/Ellen-Podcast.png\" title_text=\"Ellen Podcast\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"650px\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"100px|100px|100px|50px|false|false\" custom_padding_tablet=\"10%||10%||true|true\" custom_padding_phone=\"60px|30px|40px|30px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"54%\" max_width_tablet=\"50%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>Browse the latest episodes</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" custom_margin=\"||20px||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2><strong>HEALTH & WELLNESS PODCAST</strong>ย for online entrepreneurs</h2>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<p>Etsy sriracha williamsburg thundercats literally vinyl selfies distillery squid humblebrag. Glossier church-key subway tile squid, artisan pop-up pok pok letterpress disrupt dreamcatcher tacos edison.</p>\n<p> </p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"I||divi||400\" icon_color=\"#000000\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"25px\" header_line_height=\"1.3em\" body_font_size=\"16px\" body_line_height=\"2.2em\" custom_margin=\"||30px||false|false\" custom_padding=\"||5px||false|false\" custom_css_blurb_content=\"max-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\"]<p>EPISODE 141: Your Podcast Episode Title goes here</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"35px||40px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>120+</h2>\n<p><strong>EPISODES</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>3.5M+</h2>\n<p><strong>DOWNLOADS</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>1.1M+</h2>\n<p><strong>STREAMS</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#FFFFFF\" text_letter_spacing=\"1px\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" global_colors_info=\"{}\"]<h2>10K+</h2>\n<p><strong>SUBSCRIBERS</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding=\"80px||50px||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"50px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" custom_margin=\"||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" text_orientation=\"center\" max_width=\"900px\" module_alignment=\"center\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>THE MOST LOVED EPISODES</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"0px|30px|30px|30px|false|true\" custom_padding_tablet=\"0px|30px|30px|30px|false|true\" custom_padding_phone=\"0px|30px|30px|30px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"margin-bottom: 60px;\" global_colors_info=\"{}\"][et_pb_blurb title=\"EPISODE 17\" use_icon=\"on\" font_icon=\"||fa||900\" icon_color=\"#000000\" image_icon_width=\"53px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_text_align=\"center\" header_font_size=\"13px\" header_letter_spacing=\"1px\" body_text_align=\"center\" body_font_size=\"26px\" custom_margin=\"-27px||||false|false\" global_colors_info=\"{}\"]<h1>Your Podcast Episode Title goes here</h1>[/et_pb_blurb][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"0px|30px|30px|30px|false|true\" custom_padding_tablet=\"0px|30px|30px|30px|false|true\" custom_padding_phone=\"0px|30px|30px|30px|false|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"margin-bottom: 60px;\" global_colors_info=\"{}\"][et_pb_blurb title=\"EPISODE 30\" use_icon=\"on\" font_icon=\"||fa||900\" icon_color=\"#000000\" image_icon_width=\"53px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_text_align=\"center\" header_font_size=\"13px\" header_letter_spacing=\"1px\" body_font=\"|300|||||||\" body_text_align=\"center\" body_font_size=\"26px\" custom_margin=\"-27px||||false|false\" custom_margin_tablet=\"-27px||||false|false\" custom_margin_phone=\"-27px||||false|false\" custom_margin_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Your Podcast Episode Title goes here</h1>[/et_pb_blurb][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" title_text=\"KathyNew_210\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"0px|30px|30px|30px|false|true\" custom_css_main_element=\"margin-bottom: 60px;\" global_colors_info=\"{}\"][et_pb_blurb title=\"EPISODE 53\" use_icon=\"on\" font_icon=\"||fa||900\" icon_color=\"#000000\" image_icon_width=\"53px\" _builder_version=\"4.23\" _module_preset=\"default\" header_level=\"h3\" header_font=\"|600|||||||\" header_text_align=\"center\" header_font_size=\"13px\" header_letter_spacing=\"1px\" body_text_align=\"center\" body_font_size=\"26px\" custom_margin=\"-27px||||false|false\" global_colors_info=\"{}\"]<h1>Your Podcast Episode Title goes here</h1>[/et_pb_blurb][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Podcast','','publish','closed','closed','','podcast','','','2023-10-18 07:10:15','2023-10-18 07:10:15','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394335',0,'page','',0),(399535,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399535','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',13,'nav_menu_item','',0),(394573,1,'2023-10-21 11:40:37','2023-10-21 11:40:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\" title_text=\"KathyNew_400\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" custom_padding=\"85px||46px||false|false\" custom_padding_tablet=\"40px||0px||false|false\" custom_padding_phone=\"\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" custom_padding=\"20px||||false|false\" custom_padding_tablet=\"0px||40px||false|false\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||fa||900\" icon_color=\"#181D22\" icon_width=\"50px\" align=\"left\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_icon][et_pb_blurb title=\"%22Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_font_size=\"32px\" header_line_height=\"1.1em\" body_text_align=\"left\" body_line_height=\"26px\" background_enable_color=\"off\" text_orientation=\"center\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>CLAUDIA OCASIO</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_video src=\"https://www.youtube.com/watch?v=YQHsXMglC9A\" image_src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" play_icon_color=\"#F5F6F1\" font_icon=\"||fa||900\" thumbnail_overlay_color=\"rgba(0,0,0,0.3)\" _builder_version=\"4.25.1\" custom_margin=\"0px||||false|false\" custom_padding=\"||||false|false\" z_index_tablet=\"500\" border_radii=\"on|10px|10px|10px|10px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"40px||80px||false|false\" custom_padding_tablet=\"10px||50px||false|false\" custom_padding_phone=\"0px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โHighlight the most important part of your testimonial here. Put testimonials here. This builds the %22like, know, trust%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"50px|45px|50px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" custom_css_main_element=\"overflow: visible;\" custom_css_after=\" content: %22%22;|| position: absolute;|| transform: rotate(45deg);|| -moz-transform: rotate(45deg);|| -webkit-transform: rotate(45deg);|| bottom: -9px;|| left: 51px;|| border-width: 17px;|| border-style: solid;|| border-color: transparent #FFF #FFF transparent;|| visibility: visible;|| border-radius: 0px 0px 7px 0px;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>[/et_pb_blurb][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" icon_placement=\"left\" image_icon_width=\"70px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_line_height=\"0.7em\" body_font_size=\"12px\" custom_padding=\"||||false|false\" hover_enabled=\"0\" custom_css_blurb_title=\"margin-top: 15px;||margin-bottom:0\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\" title_text=\"KathyNew_203\" sticky_enabled=\"0\"]<p>WEB DESIGNER</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"%22Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#EEE4DB\" text_orientation=\"center\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>CLAUDIA OCASIO</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โHighlight the most important part of your testimonial here. Put testimonials here. This builds the %22like, know, trust%22\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#EEE4DB\" custom_margin=\"||40px||false|false\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\" title_text=\"KathyNew_220\" sticky_enabled=\"0\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>MARIA WALSH</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"%22Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman%22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#FFFFFF\" text_orientation=\"center\" custom_margin=\"||40px||false|false\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" custom_css_main_element=\"overflow: visible;\" custom_css_after=\" content: %22%22;|| position: absolute;|| transform: rotate(45deg);|| -moz-transform: rotate(45deg);|| -webkit-transform: rotate(45deg);|| bottom: -9px;|| left: 51px;|| border-width: 17px;|| border-style: solid;|| border-color: transparent #FFF #FFF transparent;|| visibility: visible;|| border-radius: 0px 0px 7px 0px;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industryโs standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled. <span>Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.</span></p>[/et_pb_blurb][et_pb_blurb title=\"Kelly Rowland\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" icon_placement=\"left\" image_icon_width=\"70px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_line_height=\"0.7em\" body_font_size=\"12px\" custom_padding=\"||||false|false\" custom_css_blurb_title=\"margin-top: 15px;||margin-bottom:0\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>WEB DESIGNER</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"15px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back. %22\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" custom_css_main_element=\"overflow: visible;\" custom_css_after=\"content: %22%22;||position: absolute;||transform: rotate(45deg);||-moz-transform: rotate(45deg);||-webkit-transform: rotate(45deg);||bottom: -9px;||left: 51px;||border-width: 17px;||border-style: solid;||border-color: transparent #FFF #FFF transparent;||visibility: visible;||border-radius: 0px 0px 7px 0px;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.13)\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>JENNA PETERSON</strong></p>[/et_pb_blurb][et_pb_blurb title=\"Kelly Rowland\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" icon_placement=\"left\" image_icon_width=\"70px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_line_height=\"0.7em\" body_font_size=\"12px\" custom_padding=\"||||false|false\" custom_css_blurb_title=\"margin-top: 15px;||margin-bottom:0\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>WEB DESIGNER</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction:column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_blurb title=\"โHighlight the most important part of your testimonial here. Put testimonials here. This builds the %22like, know, trust%22\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"26px\" background_color=\"#EEE4DB\" custom_padding=\"40px|45px|40px|45px|true|true\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" border_radii=\"on|10px|10px|10px|10px\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>Maecenas ultricies felis sit amet libero scelerisque, ut eleifend leo mattis. Aliquam porta facilisis metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>\n<p><strong>CLAIRE JOHNSON</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','publish','closed','closed','','testimonials-2','','','2023-10-21 11:40:37','2023-10-21 11:40:37','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394573',0,'page','',0),(399536,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399536','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',14,'nav_menu_item','',0),(394643,1,'2023-10-23 16:44:23','2023-10-23 16:44:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Eleln_090.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\" title_text=\"Eleln_090\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||||false|false\" custom_padding=\"||80px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|40px|40px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>SHORT DESCRIPTION SERVICE</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.5em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" header_3_font_size=\"30px\" custom_padding=\"30px||||false|false\" global_colors_info=\"{}\"]<h3>Service description goes here</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.5em\" header_4_line_height=\"1.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Auctor sem luctus pretium turpis pellentesque id lobortis egestas nunc, integer sed velit proin turpis enim in massa pharetra pulvinar sollicitudin adipiscing id felis vestibulum non euismod interdum lobortis commodo dolor id urna nunc, aliquet augue at lorem accumsan dolor et cursus volutpat nunc risus dignissim vel urna, at malesuada nec feugiat auctor interdum in mi lacus felis faucibus.</p>\n<p>Dapibus neque augue morbi sit aliquam netus egestas amet, ac congue molestie sed sit consectetur vulputate etiam suscipit maecenas iaculis pellentesque eu pulvinar quam diam blandit odio ut consectetur mattis est nullam vulputate curabitur rhoncus eu aliquet augue scelerisque vitae nisl erat ut erat pretium dui in elementum pellentesque augue laoreet neque odio pretium feugiat.</p>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_104.jpg\" title_text=\"Ellen_104\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.5em\" header_4_line_height=\"1.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Auctor sem luctus pretium turpis pellentesque id lobortis egestas nunc, integer sed velit proin turpis enim in massa pharetra pulvinar sollicitudin adipiscing id felis vestibulum non euismod interdum lobortis commodo dolor id urna nunc, aliquet augue at lorem accumsan dolor et cursus volutpat nunc risus dignissim vel urna, at malesuada nec feugiat auctor interdum in mi lacus felis faucibus.</p>\n<p>Dapibus neque augue morbi sit aliquam netus egestas amet, ac congue molestie sed sit consectetur vulputate etiam suscipit maecenas iaculis pellentesque eu pulvinar quam diam blandit odio ut consectetur mattis est nullam vulputate curabitur rhoncus eu aliquet augue scelerisque vitae nisl erat ut erat pretium dui in elementum pellentesque augue laoreet neque odio pretium feugiat.</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"22px\" text_line_height=\"1.8em\" background_color=\"#EEE4DB\" custom_padding=\"50px|50px|50px|50px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>\"Your mental health is a priority. Your happiness is an essential. Your self-care is a necessity.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" position_origin_f=\"top_right\" custom_padding=\"65px|50px|65px|50px|true|true\" custom_padding_tablet=\"65px|50px|65px|50px|true|true\" custom_padding_phone=\"35px|35px|35px|35px|true|true\" custom_padding_last_edited=\"on|phone\" sticky_position=\"top\" sticky_offset_top=\"30px\" sticky_limit_bottom=\"row\" sticky_position_tablet=\"none\" sticky_position_phone=\"none\" sticky_position_last_edited=\"on|phone\" sticky_offset_top_tablet=\"0px\" sticky_offset_top_phone=\"0px\" sticky_offset_top_last_edited=\"on|tablet\" sticky_offset_surrounding_tablet=\"off\" sticky_offset_surrounding_phone=\"off\" sticky_offset_surrounding_last_edited=\"on|tablet\" sticky_transition_tablet=\"off\" sticky_transition_phone=\"off\" sticky_transition_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Servide-Title.png\" title_text=\"Servide Title\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" border_width_bottom=\"1px\" border_color_bottom=\"#F5F6F1\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_contact_form email=\"#\" submit_button_text=\"submit the message\" _builder_version=\"4.25.1\" _module_preset=\"default\" _unique_id=\"192ea500-04f8-4e35-9d02-e34b7d567a8d\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#181D22\" form_field_focus_text_color=\"#222222\" form_field_custom_margin=\"||||false|false\" form_field_custom_padding=\"14px||14px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" form_field_font_size=\"13px\" background_enable_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"What_services_are_you_interested_in?\" field_title=\"What services are you interested in?\" field_type=\"select\" select_options=\"%91{%22value%22:%22Family Theraphy%22,%22checked%22:0,%22dragID%22:-1},{%22value%22:%22Individual Theraphy%22,%22checked%22:0,%22dragID%22:0},{%22value%22:%22Couple Theraphy%22,%22checked%22:0,%22dragID%22:1}%93\" fullwidth_field=\"on\" _builder_version=\"4.21.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please tell me a little bit about your goals for therapy.\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Please,_review_the_Privacy_Policy\" field_title=\"Please, review the Privacy Policy\" field_type=\"checkbox\" checkbox_options=\"%91{%22value%22:%22I give my consent that my personal information can be collected & used according to the %22,%22checked%22:1,%22dragID%22:-1,%22link_url%22:%22https://demosdivi.lovelyconfetti.com/marie/privacy-policy/%22,%22link_text%22:%22Privacy Policy%22}%93\" fullwidth_field=\"on\" _builder_version=\"4.21.2\" _module_preset=\"default\" form_field_text_color=\"#222222\" global_colors_info=\"{}\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"50px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_text_color=\"#F5F6F1\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>Answers to Your Questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_3_font_size=\"36px\" custom_margin=\"||||false|false\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"50px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" header_3_text_align_tablet=\"\" header_3_text_align_phone=\"center\" header_3_text_align_last_edited=\"on|phone\" header_3_font_size_tablet=\"36px\" header_3_font_size_phone=\"32px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>DO YOU HAVE QUESTIONS ?</h3>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" toggle_icon=\"||fa||900\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Your Title Goes Here\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\" title_text=\"Ellen_Services200\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Service Page','','publish','closed','closed','','service-page','','','2023-10-23 16:44:23','2023-10-23 16:44:23','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394643',0,'page','',0),(399537,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399537','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',15,'nav_menu_item','',0),(394680,1,'2023-10-26 10:39:55','2023-10-26 10:39:55','[et_pb_section fb_built=\"1\" admin_label=\"Coming Soon 07\" _builder_version=\"4.23\" background_color=\"#F4F2ED\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"on\" global_colors_info=\"%91%93\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" collapsed=\"on\" global_colors_info=\"%91%93\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 100%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.4)\" background_color_gradient_start_position=\"100%\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" custom_padding=\"41vh|30px|41vh|30px|true|true\" custom_padding_tablet=\"15vh||15vh||true|false\" custom_padding_phone=\"7vh||7vh||true|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" title_text=\"Ellen_Services200\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.23\" text_font=\"|600|||||||\" text_text_color=\"#ffffff\" text_letter_spacing=\"4px\" text_line_height=\"1em\" text_orientation=\"center\" custom_margin=\"3vh||||false|false\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|desktop\" global_colors_info=\"{}\" text_line_height__hover_enabled=\"off|desktop\"]<p><strong>WE WILL BACK IN</strong></p>[/et_pb_text][et_pb_countdown_timer date_time=\"2025-04-25 01:26\" _builder_version=\"4.25.1\" header_level=\"h3\" numbers_text_color=\"#ffffff\" numbers_font_size=\"56px\" numbers_line_height=\"53px\" separator_font=\"Roboto Condensed||||||||\" separator_text_color=\"rgba(0,0,0,0)\" separator_font_size=\"1px\" label_font=\"|600||on|||||\" label_text_color=\"#ffffff\" label_font_size=\"13px\" label_line_height=\"59px\" use_background_color=\"off\" custom_margin=\"13px||||false|false\" custom_padding=\"0px|0px|0px|0px|true|true\" numbers_font_size_tablet=\"50px\" numbers_font_size_phone=\"30px\" numbers_font_size_last_edited=\"on|phone\" label_font_size_tablet=\"\" label_font_size_phone=\"10px\" label_font_size_last_edited=\"on|phone\" label_line_height_tablet=\"\" label_line_height_phone=\"10px\" label_line_height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_countdown_timer][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" background_enable_color=\"off\" background_enable_image=\"off\" custom_padding=\"19vh|12vh|19vh|12vh|true|true\" custom_padding_tablet=\"10vh|5vh|10vh|5vh|true|true\" custom_padding_phone=\"6vh|3vh|6vh|3vh|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width=\"30%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEY THERE</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" header_font=\"|||on|||||\" header_font_size=\"40px\" header_line_height=\"1.1em\" text_orientation=\"center\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1><strong>Iยดmย ย working </strong>on something very special!</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" text_text_color=\"#000000\" text_font_size=\"16px\" text_line_height=\"1.8em\" text_orientation=\"center\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"10px||0px||false|false\" custom_margin_tablet=\"2vh||||false|false\" custom_margin_phone=\"2vh||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_line_height_tablet=\"\" text_line_height_phone=\"1.8em\" text_line_height_last_edited=\"on|desktop\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" custom_css_main_element=\"font-weight:400;\" global_colors_info=\"{}\" text_line_height__hover_enabled=\"off|desktop\"]<p>We are working very hard on the new version of our website. It will bring a lot of new features. Please stay tuned!. Sign up to be the first to know when I launch!</p>[/et_pb_text][et_pb_signup provider=\"mailerlite\" mailerlite_list=\"add_new_account\" layout=\"top_bottom\" first_name_field=\"off\" last_name_field=\"off\" button_text=\"subscribe\" _builder_version=\"4.25.1\" form_field_background_color=\"#ffffff\" form_field_text_color=\"#000000\" form_field_focus_background_color=\"#ffffff\" form_field_focus_text_color=\"#000000\" form_field_custom_padding=\"15px||15px||true|false\" result_message_font=\"Poppins||||||||\" result_message_text_color=\"#000000\" result_message_font_size=\"27px\" form_field_text_align=\"center\" form_field_font_size=\"15px\" form_field_line_height=\"1em\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_border_width=\"1px\" button_border_radius=\"10px\" button_icon=\"5||divi||400\" button_on_hover=\"off\" background_layout=\"light\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_margin=\"30px|0px||0px|false|false\" custom_padding=\"|0px||0px|false|false\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" custom_css_newsletter_button=\"padding: 12px 20px 15px;\" border_radii_fields=\"on|10px|10px|10px|10px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#000000\" global_colors_info=\"{}\" button_text_color__hover_enabled=\"on|hover\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"\" button_bg_enable_color__hover=\"off\" button_border_color__hover_enabled=\"on|hover\" button_letter_spacing__hover_enabled=\"on|hover\" button_letter_spacing__hover=\"\" button_border_color__hover=\"#000000\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"#000000\" use_icon_font_size=\"on\" icon_font_size=\"14px\" _builder_version=\"4.23\" text_orientation=\"center\" custom_margin=\"20px|||-9px|false|false\" custom_margin_tablet=\"40px||||false|false\" custom_margin_phone=\"15px||||false|false\" custom_margin_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|desktop\" icon_color__hover=\"#353535\"][et_pb_social_media_follow_network social_network=\"facebook\" icon_color=\"#000000\" _builder_version=\"4.16\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|desktop\" icon_color__hover=\"#afafaf\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" icon_color=\"#000000\" _builder_version=\"4.16\" global_colors_info=\"{}\" icon_color__hover=\"#afafaf\" icon_color__hover_enabled=\"on|desktop\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" icon_color=\"#000000\" _builder_version=\"4.21.0\" background_enable_color=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#afafaf\" icon_color__hover_enabled=\"on|desktop\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" icon_color=\"#000000\" _builder_version=\"4.21.0\" background_enable_color=\"off\" global_colors_info=\"{}\" icon_color__hover=\"#afafaf\" icon_color__hover_enabled=\"on|desktop\" follow_button=\"off\" url_new_window=\"on\"]linkedin[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"tiktok\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]tiktok[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Coming Soon','','publish','closed','closed','','coming-soon','','','2023-10-26 10:39:55','2023-10-26 10:39:55','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394680',0,'page','',0),(399538,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399538','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',16,'nav_menu_item','',0),(394694,1,'2023-10-26 17:55:44','2023-10-26 17:55:44','[et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#f4f2ed\" custom_margin=\"0px||-50px||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row - Flying High Header\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"#181d22\" background_enable_image=\"off\" background_blend=\"multiply\" custom_padding=\"100px|60px|110px|60px|false|true\" custom_padding_tablet=\"60px|60px|60px|60px|true|true\" custom_padding_phone=\"30px|10px|0px|10px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_cta title=\"THE LATEST POSTS\" button_text=\"Click Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h1\" header_font=\"|600|||||||\" header_font_size=\"44px\" background_enable_color=\"off\" header_font_size_tablet=\"50px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>I SHARE WITH YOU TIPS AND RECOMMENDATIONS ON ALL THINGS COPYWRITTING, MESSAGING STRATEGY AND BUSINESS BUILDING TO HELP YOU GROW MORE EACH DAY.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" background_blend=\"multiply\" custom_padding=\"||||false|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"60px|20px|110px|20px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"40px\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" header_3_font_size_tablet=\"40px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>Want to read about a specific topic?</h3>[/et_pb_text][et_pb_search button_color=\"#F5F6F1\" _builder_version=\"4.24.3\" _module_preset=\"default\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" max_width=\"60%\" module_alignment=\"center\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"99\" custom_padding=\"0px||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"95.5%\" max_width=\"100%\" custom_padding=\"14px||11px||false|false\" custom_padding_tablet=\"10px||12px||false|false\" custom_padding_phone=\"10px||12px||false|false\" border_width_bottom=\"1px\" border_color_bottom=\"#DFE2D5\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"13\" menu_style=\"centered\" _builder_version=\"4.24.3\" _module_preset=\"default\" menu_font=\"|600||on|||||\" menu_text_color=\"#000000\" menu_font_size=\"13px\" menu_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"60px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" posts_number=\"6\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_align=\"center\" header_font_size=\"26px\" header_line_height=\"1.1em\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_text_color=\"#666666\" meta_font_size=\"11px\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Grid','','publish','closed','closed','','blog-grid','','','2023-10-26 17:55:44','2023-10-26 17:55:44','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394694',0,'page','',0),(399539,1,'2025-10-22 19:40:37','2025-10-22 11:40:37',' ','','','publish','closed','closed','','399539','','','2025-10-22 19:40:37','2025-10-22 11:40:37','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',17,'nav_menu_item','',0),(394877,1,'2023-11-01 10:37:13','2023-11-01 10:37:13','[et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#f4f2ed\" custom_margin=\"0px||-50px||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Row - Flying High Header\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"multiply\" custom_padding=\"100px|60px|110px|60px|false|true\" custom_padding_tablet=\"60px|60px|60px|60px|true|true\" custom_padding_phone=\"30px|10px|0px|10px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_cta title=\"THE LATEST POSTS\" button_text=\"Click Here\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h1\" header_font=\"|600|||||||\" header_font_size=\"44px\" background_enable_color=\"off\" header_font_size_tablet=\"50px\" header_font_size_phone=\"36px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>I SHARE WITH YOU TIPS AND RECOMMENDATIONS ON ALL THINGS COPYWRITTING, MESSAGING STRATEGY AND BUSINESS BUILDING TO HELP YOU GROW MORE EACH DAY.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" background_blend=\"multiply\" custom_padding=\"||||false|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"50px|20px|110px|20px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"40px\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" header_3_font_size_tablet=\"40px\" header_3_font_size_phone=\"30px\" header_3_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>Want to read about a specific topic?</h3>[/et_pb_text][et_pb_search button_color=\"#F5F6F1\" _builder_version=\"4.24.3\" _module_preset=\"default\" button_font=\"|600||on|||||\" button_text_color=\"#000000\" button_font_size=\"13px\" button_letter_spacing=\"1px\" max_width=\"60%\" module_alignment=\"center\" border_color_all=\"#F5F6F1\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"99\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"95.5%\" max_width=\"100%\" custom_padding=\"15px||8px||false|false\" hover_enabled=\"0\" border_width_bottom=\"1px\" border_color_bottom=\"#DFE2D5\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"0px||8px||false|false\" sticky_enabled=\"0\" custom_padding_tablet=\"15px||8px||false|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"13\" menu_style=\"centered\" _builder_version=\"4.25.1\" _module_preset=\"default\" menu_font=\"|600||on|||||\" menu_text_color=\"#000000\" menu_font_size=\"13px\" menu_letter_spacing=\"1px\" background_color=\"RGBA(255,255,255,0)\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||4px||false|false\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_listblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" custom_padding=\"70px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"5\" include_categories=\"all\" show_more=\"on\" show_author=\"off\" show_date=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"28px\" meta_font=\"|600||on|||||\" meta_text_color=\"#666666\" meta_font_size=\"11px\" read_more_font=\"|||on|on|||#454334|\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Blog List','','publish','closed','closed','','blog-list','','','2023-11-01 10:37:13','2023-11-01 10:37:13','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=394877',0,'page','',0),(399540,1,'2025-10-22 19:40:38','2025-10-22 11:40:38',' ','','','publish','closed','closed','','399540','','','2025-10-22 19:40:38','2025-10-22 11:40:38','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',18,'nav_menu_item','',0),(395099,1,'2023-11-06 12:34:09','2023-11-06 12:34:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"overlay\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" max_width=\"800px\" module_alignment=\"center\" custom_padding=\"4vw|3vw|4vw|3vw|true|true\" custom_padding_tablet=\"|5vw||5vw|true|true\" custom_padding_phone=\"|5vw||5vw|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|15px|15px|15px|15px\" border_width_all=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_text=\"Ellen_115\" hover_enabled=\"0\" sticky_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\"][/et_pb_image][et_pb_text admin_label=\"Welcome - Text\" _builder_version=\"4.23\" text_font=\"||||||||\" text_letter_spacing=\"1px\" text_line_height=\"1.4em\" header_font=\"||||||||\" header_2_font=\"|600||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"44px\" header_3_font=\"||||||||\" header_3_text_align=\"center\" header_3_font_size=\"45px\" header_3_letter_spacing=\"1px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|desktop\" module_alignment=\"right\" custom_margin=\"5%||7%||false|false\" custom_padding=\"|||\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" header_3_font_size_tablet=\"32px\" header_3_font_size_phone=\"35px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Your bio goes here</h2>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>[/et_pb_text][et_pb_social_media_follow icon_color=\"#423c3a\" use_icon_font_size=\"on\" icon_font_size=\"14px\" _builder_version=\"4.25.1\" text_orientation=\"center\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"pinterest\" _builder_version=\"4.16\" background_enable_color=\"off\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]pinterest[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"HOME\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" button_text=\"RESOURCES\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"SERVICES\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"CONTACT ME\" button_alignment=\"center\" admin_label=\"Button - Learn More\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_letter_spacing=\"2px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" custom_margin=\"||15px||false|false\" custom_margin_tablet=\"30px|||\" custom_margin_phone=\"|||\" custom_margin_last_edited=\"off|desktop\" custom_padding=\"12px||12px||true|false\" custom_css_main_element=\"width: 100%;||padding: 18px 30px !important;||position: relative;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"on|desktop\" button_text_color__hover=\"#333333\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#222222\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\" button_bg_enable_color__hover=\"on\"][/et_pb_button][et_pb_signup mailchimp_list=\"add_new_account\" layout=\"top_bottom\" first_name_fullwidth=\"off\" last_name_fullwidth=\"off\" title=\"GET THE LATEST\" button_text=\"YES, SIGN UP!\" description=\"<p>Donโt ever miss any of my freebies! Leave me your e-mail address and be the first to know when something new appears on my site.</p>\" module_class=\"jane_light_background\" _builder_version=\"4.25.1\" form_field_text_color=\"#000000\" header_font=\"|600|||||||\" header_font_size=\"30px\" header_letter_spacing=\"1px\" header_line_height=\"1.8em\" form_field_font=\"|||on|||||\" form_field_text_align=\"center\" form_field_font_size=\"12px\" form_field_letter_spacing=\"1px\" background_enable_color=\"off\" custom_button=\"on\" button_text_size=\"15px\" button_text_color=\"#F5F6F1\" button_bg_color=\"#454334\" button_border_width=\"1px\" button_border_color=\"#454334\" button_border_radius=\"10px\" button_font=\"|600|||||||\" button_icon=\"E||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" text_orientation=\"center\" background_layout=\"light\" custom_margin=\"8%||||false|false\" custom_padding=\"6%|0px|6%|0px|true|false\" custom_css_newsletter_button=\"padding: 10px 19px !important;\" border_radii_fields=\"on|10px|10px|10px|10px\" border_width_all_fields=\"1px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#454334\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#181D22\" button_icon_color__hover_enabled=\"on|hover\" button_icon_color__hover=\"#181D22\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Instagram Links','','publish','closed','closed','','instagram-links','','','2023-11-06 12:34:09','2023-11-06 12:34:09','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=395099',0,'page','',0),(399541,1,'2025-10-22 19:40:38','2025-10-22 11:40:38',' ','','','publish','closed','closed','','399541','','','2025-10-22 19:40:38','2025-10-22 11:40:38','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',19,'nav_menu_item','',0),(395381,1,'2023-12-17 10:15:32','2023-12-17 10:15:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/Ellen-Freebie.png\" parallax=\"on\" custom_padding=\"||||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" title_text=\"Ellen Freebie\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"160px||160px||true|false\" custom_padding_tablet=\"100px||30px||false|false\" custom_padding_phone=\"100px||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_signup mailchimp_list=\"add_new_account\" layout=\"top_bottom\" first_name_fullwidth=\"off\" last_name_field=\"off\" email_fullwidth=\"off\" title=\"DOWNLOAD THE FREE WELLNESS & HEALTH GUIDE\" button_text=\"Yes Please, download the guide\" description=\"<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio.</p>\" _builder_version=\"4.25.1\" form_field_background_color=\"#F5F6F1\" form_field_text_color=\"#000000\" form_field_custom_margin=\"||||false|false\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_font_size=\"40px\" header_line_height=\"1.1em\" body_text_align=\"center\" body_line_height=\"140%\" result_message_font=\"Roboto||||||||\" result_message_text_align=\"left\" result_message_text_color=\"#ffffff\" form_field_font=\"|600|||||||\" form_field_text_align=\"center\" form_field_font_size=\"13px\" form_field_line_height=\"100%\" use_background_color=\"off\" custom_button=\"on\" button_text_color=\"#1e1e26\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"3px|17px|3px|0px|true|false\" button_custom_padding_tablet=\"\" button_custom_padding_phone=\"12px|20px|12px|20px|true|true\" button_custom_padding_last_edited=\"on|phone\" background_layout=\"light\" header_font_size_tablet=\"36px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"\" header_letter_spacing_last_edited=\"on|tablet\" custom_css_newsletter_title=\"padding-bottom: 20px;\" custom_css_newsletter_description=\"width: 100% !important;||margin-bottom: 13px !important;\" custom_css_newsletter_form=\" width: 100% !important;|| padding-left: 0 !important;\" custom_css_newsletter_fields=\"padding: 11px 35px !important;||||||||||\" custom_css_newsletter_button=\"width: auto !important;||display: inline-block !important;||\" border_radii_fields=\"on|5px|5px|5px|5px\" border_width_all_fields=\"1px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" locked=\"off\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"on|desktop\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"on|hover\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"on|hover\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" button_bg_enable_color__hover=\"on\" button_border_radius__hover=\"\"][et_pb_signup_custom_field field_id=\"8fe9f35ed8\" field_title=\"Checkbox\" field_type=\"checkbox\" checkbox_options=\"%91{%22checked%22:0,%22value%22:%22I agree to the Terms of Service%22,%22id%22:%22670325314a%22,%22dragID%22:-1}%93\" _builder_version=\"4.16\" positioning=\"relative\" position_origin_a=\"bottom_left\" width=\"100%\" custom_padding=\"16px|0px|0px|0px|false|false\" custom_css_main_element=\"|| width: auto !important;|| font-weight: 400 !important;\" global_colors_info=\"{}\" predefined_field=\"8fe9f35ed8\"][/et_pb_signup_custom_field][/et_pb_signup][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"overlay\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>IN THIS GUIDE YOU LEARN...</h2>\n<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" admin_label=\"Thank You Page V8 - Ragnar - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"SUBSCRIBE\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"DOWNLOAD THE EBOOK\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"ENJOY IT!\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','lead Magnet','','publish','closed','closed','','lead-magnet','','','2023-12-17 10:15:32','2023-12-17 10:15:32','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=395381',0,'page','',0),(399542,1,'2025-10-22 19:40:38','2025-10-22 11:40:38',' ','','','publish','closed','closed','','399542','','','2025-10-22 19:40:38','2025-10-22 11:40:38','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',20,'nav_menu_item','',0),(395473,1,'2023-12-28 16:46:38','2023-12-28 16:46:38','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#26453e\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>NATUROPATHY</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1><span style=\"font-weight: 400;\">Find balance + feel empowered in your health.</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><span style=\"font-weight: 400;\">My holistic approach considers every aspect of your health โ from hormones and digestion to immunity and lifestyle โ empowering you to feel in control and thrive.</span></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.9.4\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/Screenshot-2026-02-02-at-1.33.50-pm.png\" title_text=\"Screenshot 2026-02-02 at 1.33.50 pm\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707498-scaled.jpg\" title_text=\"SA707498\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707499-scaled.jpg\" title_text=\"SA707499\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.9.4\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.4\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.01-PM.jpeg\" background_blend=\"multiply\" custom_padding=\"|||\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.9.4\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong><span style=\"font-size: xx-large;\">Hi there, I\'m Mel.</span></strong></h2>\n<h2><span style=\"font-size: x-large;\">I\'m a degree-qualified </span></h2>\n<h2><span style=\"font-size: x-large;\">naturopath, herb lover + mum of 3.</span></h2>[/et_pb_text][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708372-scaled.jpg\" title_text=\"SA708372\" align=\"right\" _builder_version=\"4.9.4\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708160-scaled.jpg\" title_text=\"SA708160\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" inline_fonts=\"Playfair Display\" global_colors_info=\"{}\"]<p><span style=\"font-weight: 400; font-family: \'Playfair Display\'; font-size: large;\">I work with people to uncover the root cause of their health concerns โ from hormonal imbalances and digestive issues to immune challenges and chronic fatigue โ creating personalised strategies that support lasting wellness.</span></p>\n<p><span style=\"font-weight: 400; font-family: \'Playfair Display\'; font-size: large;\">I donโt believe in masking symptoms or quick fixes. My goal is to help you understand your body, find the root cause, and bring your health back into balance โ leaving you confident, and in control of your health</span></p>\n<p><span>ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_Services209-1.png\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2><span>Make the shift to a more holistic health approachย </span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Media Manager</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2 class=\"tro-title\"><span>WHY work with me?</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>How does the process work?</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_6,1_6,1_6,1_6,1_6,1_6\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Book an appointment\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Book an initial consult so we can start out work together. I take in-person consults at two locations, as well as online or via phone if preferred,</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Initial consult \" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p><span>I\'ll take a close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals & priorities.</span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Custom plan created\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p><span>A personalised treatment plan will be designed for you and may include herbal medicine, nutritional supplements or creams. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span>I may recommend pathology or functional testing to help us find the root cause of your symptoms.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Follow up & progress review\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Weโll monitor your results, celebrate improvements, and refine your plan to ensure long-term success. I provide ongoing support to adjust and optimise as needed.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708393-scaled.jpg\" title_text=\"SA708393\" align=\"right\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span style=\"color: #ffffff; font-size: xx-large;\">Book below to start improving your health.</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"WORK WITH ME\" button_alignment=\"center\" _builder_version=\"4.9.4\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||20px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"35px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<ul>\n<li><em><span style=\"color: #000000;\">here will go acknowloedgement of country, disclaimer?</span></em></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','publish','closed','closed','','homepage-2','','','2026-02-02 17:50:23','2026-02-02 09:50:23','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=395473',0,'page','',0),(399579,1,'2026-02-02 17:50:23','2026-02-02 09:50:23','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#26453e\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>NATUROPATHY</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1><span style=\"font-weight: 400;\">Find balance + feel empowered in your health.</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><span style=\"font-weight: 400;\">My holistic approach considers every aspect of your health โ from hormones and digestion to immunity and lifestyle โ empowering you to feel in control and thrive.</span></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.9.4\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/Screenshot-2026-02-02-at-1.33.50-pm.png\" title_text=\"Screenshot 2026-02-02 at 1.33.50 pm\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707498-scaled.jpg\" title_text=\"SA707498\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707499-scaled.jpg\" title_text=\"SA707499\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.9.4\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.4\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.01-PM.jpeg\" background_blend=\"multiply\" custom_padding=\"|||\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.9.4\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong><span style=\"font-size: xx-large;\">Hi there, I\'m Mel.</span></strong></h2>\n<h2><span style=\"font-size: x-large;\">I\'m a degree-qualified </span></h2>\n<h2><span style=\"font-size: x-large;\">naturopath, herb lover + mum of 3.</span></h2>[/et_pb_text][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708372-scaled.jpg\" title_text=\"SA708372\" align=\"right\" _builder_version=\"4.9.4\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708160-scaled.jpg\" title_text=\"SA708160\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" inline_fonts=\"Playfair Display\" global_colors_info=\"{}\"]<p><span style=\"font-weight: 400; font-family: \'Playfair Display\'; font-size: large;\">I work with people to uncover the root cause of their health concerns โ from hormonal imbalances and digestive issues to immune challenges and chronic fatigue โ creating personalised strategies that support lasting wellness.</span></p>\n<p><span style=\"font-weight: 400; font-family: \'Playfair Display\'; font-size: large;\">I donโt believe in masking symptoms or quick fixes. My goal is to help you understand your body, find the root cause, and bring your health back into balance โ leaving you confident, and in control of your health</span></p>\n<p><span>ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_Services209-1.png\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2><span>Make the shift to a more holistic health approachย </span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" locked=\"off\" inline_fonts=\"Montserrat,Playfair Display\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Media Manager</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2 class=\"tro-title\"><span>WHY work with me?</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>How does the process work?</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_6,1_6,1_6,1_6,1_6,1_6\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Book an appointment\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Book an initial consult so we can start out work together. I take in-person consults at two locations, as well as online or via phone if preferred,</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Initial consult \" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p><span>I\'ll take a close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals & priorities.</span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Custom plan created\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p><span>A personalised treatment plan will be designed for you and may include herbal medicine, nutritional supplements or creams. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span>I may recommend pathology or functional testing to help us find the root cause of your symptoms.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Follow up & progress review\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Weโll monitor your results, celebrate improvements, and refine your plan to ensure long-term success. I provide ongoing support to adjust and optimise as needed.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708393-scaled.jpg\" title_text=\"SA708393\" align=\"right\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" hover_enabled=\"0\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2><span style=\"color: #ffffff; font-size: xx-large;\">Book below to start improving your health.</span></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"WORK WITH ME\" button_alignment=\"center\" _builder_version=\"4.9.4\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||20px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"35px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<ul>\n<li><em><span style=\"color: #000000;\">here will go acknowloedgement of country, disclaimer?</span></em></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','395473-revision-v1','','','2026-02-02 17:50:23','2026-02-02 09:50:23','',395473,'https://verdenaturopathy.com.au/site3/?p=399579',0,'revision','',0),(399573,1,'2026-02-02 14:42:46','2026-02-02 06:42:46','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#26453e\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" hover_enabled=\"0\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>NATUROPATHY</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1><span style=\"font-weight: 400;\">Find balance + feel empowered in your health.</span></h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><span style=\"font-weight: 400;\">My holistic approach considers every aspect of your health โ from hormones and digestion to immunity and lifestyle โ empowering you to feel in control and thrive.</span></p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.9.4\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/Screenshot-2026-02-02-at-1.33.50-pm.png\" title_text=\"Screenshot 2026-02-02 at 1.33.50 pm\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707498-scaled.jpg\" title_text=\"SA707498\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707499-scaled.jpg\" title_text=\"SA707499\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.9.4\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.4\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.01-PM.jpeg\" background_blend=\"multiply\" custom_padding=\"|||\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.9.4\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong><span style=\"font-size: xx-large;\">Hi there, I\'m Mel.</span></strong></h2>\n<h2><span style=\"font-size: x-large;\">I\'m a degree-qualified </span></h2>\n<h2><span style=\"font-size: x-large;\">naturopath, herb lover + mum of 3.</span></h2>[/et_pb_text][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708372-scaled.jpg\" title_text=\"SA708372\" align=\"right\" _builder_version=\"4.9.4\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708160-scaled.jpg\" title_text=\"SA708160\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\" inline_fonts=\"Playfair Display\"]<p><span style=\"font-weight: 400; font-family: \'Playfair Display\'; font-size: large;\">I work with people to uncover the root cause of their health concerns โ from hormonal imbalances and digestive issues to immune challenges and chronic fatigue โ creating personalised strategies that support lasting wellness.</span></p>\n<p><span style=\"font-weight: 400; font-family: \'Playfair Display\'; font-size: large;\">I donโt believe in masking symptoms or quick fixes. My goal is to help you understand your body, find the root cause, and bring your health back into balance โ leaving you confident, and in control of your health</span></p>\n<p><span>ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V5 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"50px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||80px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"years of experience\" number=\"5+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Awards\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"clients guided to wellbeing\" number=\"500+\" admin_label=\"BContent V5 - Barbra - Number Counter - Return on investment\" _builder_version=\"4.9.4\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" title_font_tablet=\"\" title_font_phone=\"\" title_font_last_edited=\"on|desktop\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\" percent_sign=\"off\" sticky_enabled=\"0\"][/et_pb_number_counter][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Subscribers\" number=\"10K+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Uptime\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_font=\"||||||||\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_Services209-1.png\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2><span>Make the shift to a more holistic health approachย </span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" header_3_font=\"Josefin Sans||||||||\" header_3_line_height=\"1.8em\" width=\"95.7%\" custom_margin=\"||17px|-30px||\" custom_padding=\"0px|||0px||\" inline_fonts=\"Montserrat,Playfair Display\" locked=\"off\"]<h3><span style=\"color: #000000; font-family: \'Playfair Display\'; font-size: x-large;\">Clinic hours</span></h3>\n<h3></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Tues/Wed: 9:30am-5:30pm<br /></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Thurs: 10am-7pm</span><br /><span style=\"font-family: Montserrat; color: #666666;\">Sat: 9:30am-1pm</span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></h3>\n<h3><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\">Online consults available. Please get in touch if the above days/times are unsuitable.</span></span></h3>\n<p><span style=\"font-family: Montserrat; font-size: large;\"><span style=\"font-family: Montserrat; color: #666666;\"></span></span></p>\n<p><span style=\"font-family: \'Playfair Display\'; color: #000000; font-size: x-large;\">Clinic location</span></p>\n<p><span style=\"font-family: Montserrat; font-size: large;\">Kalamunda (address given upon booking).ย </span></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Media Manager</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Ready To Create an Action Plan For Your Health? <strong>LET\'S CONNECT!</strong></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"tro-title\"><span>WHY work with me?</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\" sticky_enabled=\"0\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>How does the process work?</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_6,1_6,1_6,1_6,1_6,1_6\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Book an appointment\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Book an initial consult so we can start out work together. I take in-person consults at two locations, as well as online or via phone if preferred,</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Initial consultย \" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p><span>I\'ll take a close look into your presenting complaint, health history, diet and lifestyle. This time will allow us to formulate a patient-centric treatment plan taking into account your health goals & priorities.</span></p>\n<p> </p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Custom plan created\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p><span>A personalised treatment plan will be designed for you and may include herbal medicine, nutritional supplements or creams. Lifestyle and dietary recommendations will also be included.</span></p>\n<p><span>I may recommend pathology or functional testing to help us find the root cause of your symptoms.ย </span></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_6\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Follow up & progress review\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" hover_enabled=\"0\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Weโll monitor your results, celebrate improvements, and refine your plan to ensure long-term success. I provide ongoing support to adjust and optimise as needed.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||20px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"35px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][/et_pb_section]','Homepage','','inherit','closed','closed','','395473-revision-v1','','','2026-02-02 14:42:46','2026-02-02 06:42:46','',395473,'https://verdenaturopathy.com.au/site3/?p=399573',0,'revision','',0),(399543,1,'2025-10-22 19:40:38','2025-10-22 11:40:38',' ','','','publish','closed','closed','','399543','','','2025-10-22 19:40:38','2025-10-22 11:40:38','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',21,'nav_menu_item','',0),(395651,1,'2024-01-02 17:20:25','2024-01-02 17:20:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\" title_text=\"KathyNew_400\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"30px||70px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>SERVICE TITLE GOES HERE</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"OShop V13 - Olena\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding=\"90px||60px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"40px||0px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" text_orientation=\"center\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY FEATURED GUIDES & WORKBOOKS</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"OShop V13 - Olena - Row\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_shop posts_number=\"6\" columns_number=\"3\" sale_badge_color=\"#ACA892\" icon_hover_color=\"#222222\" hover_overlay_color=\"rgba(245,244,239,0.49)\" hover_icon=\"||fa||900\" show_rating=\"off\" show_sale_badge=\"off\" admin_label=\"OShop V13 - Olena - Woo Products\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"||||||||\" title_font_size=\"22px\" title_line_height=\"120%\" price_font_size=\"15px\" text_orientation=\"center\" title_font_size_tablet=\"24px\" title_font_size_phone=\"22px\" title_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','publish','closed','closed','','shop','','','2024-01-02 17:20:25','2024-01-02 17:20:25','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=395651',0,'page','',0),(399544,1,'2025-10-22 19:40:38','2025-10-22 11:40:38',' ','','','publish','closed','closed','','399544','','','2025-10-22 19:40:38','2025-10-22 11:40:38','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',22,'nav_menu_item','',0),(395657,1,'2024-01-02 17:22:31','2024-01-02 17:22:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_post_title meta=\"off\" featured_image=\"off\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_wc_cart_notice _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_wc_cart_notice][et_pb_wc_cart_products _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_wc_cart_products][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_wc_cross_sells _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_wc_cross_sells][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_wc_cart_totals _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_wc_cart_totals][/et_pb_column][/et_pb_row][/et_pb_section]','Cart','','publish','closed','closed','','cart','','','2024-01-02 17:22:31','2024-01-02 17:22:31','',395651,'https://demosdivi.lovelyconfetti.com/sophia/cart/',0,'page','',0),(395658,1,'2024-01-02 17:22:31','2024-01-02 17:22:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" background_color=\"#F5F6F1\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||0%||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_post_title meta=\"off\" featured_image=\"off\" _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_wc_cart_notice _builder_version=\"4.25.1\" form_field_background_color=\"#EEE4DB\" global_colors_info=\"{}\"][/et_pb_wc_cart_notice][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_wc_checkout_billing _builder_version=\"4.25.1\" form_field_background_color=\"#EEE4DB\" global_colors_info=\"{}\"][/et_pb_wc_checkout_billing][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_wc_checkout_shipping _builder_version=\"4.25.1\" form_field_background_color=\"#EEE4DB\" global_colors_info=\"{}\"][/et_pb_wc_checkout_shipping][et_pb_wc_checkout_additional_info _builder_version=\"4.25.1\" form_field_background_color=\"#EEE4DB\" global_colors_info=\"{}\"][/et_pb_wc_checkout_additional_info][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_wc_checkout_order_details _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_wc_checkout_order_details][et_pb_wc_checkout_payment_info _builder_version=\"4.16\" global_colors_info=\"{}\"][/et_pb_wc_checkout_payment_info][/et_pb_column][/et_pb_row][/et_pb_section]','Checkout','','publish','closed','closed','','checkout','','','2024-01-02 17:22:31','2024-01-02 17:22:31','',395651,'https://demosdivi.lovelyconfetti.com/sophia/checkout/',0,'page','',0),(395659,1,'2024-01-02 17:22:31','2024-01-02 17:22:31','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.23\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','My account','','publish','closed','closed','','my-account','','','2024-01-02 17:22:31','2024-01-02 17:22:31','',395651,'https://demosdivi.lovelyconfetti.com/sophia/my-account/',0,'page','',0),(396653,1,'2024-02-05 10:31:30','2024-02-05 10:31:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/Ellen-Freebie.png\" parallax=\"on\" custom_padding=\"||||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" title_text=\"Ellen Freebie\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"160px||160px||true|false\" custom_padding_tablet=\"100px||30px||false|false\" custom_padding_phone=\"100px||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"center\" header_2_font_size=\"44px\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>THANK YOU SO MUCH!</strong></h2>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Cras ultricies ligula sed magna dictum porta. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Morbi in sem quis dui placerat ornare. Cras ultricies ligula sed magna dictum porta. Curabitur aliquet quam id dui posuere blandit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>[/et_pb_text][et_pb_button button_text=\"DOWNLOAD YOUR FREEBIE\" button_alignment=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_enable_image=\"off\" background_blend=\"overlay\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>IN THIS GUIDE YOU LEARN...</h2>\n<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" admin_label=\"Thank You Page V8 - Ragnar - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"SUBSCRIBE\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"DOWNLOAD THE EBOOK\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" admin_label=\"Thank You Page V8 - Ragnar - Divider\" _builder_version=\"4.25.0\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"ENJOY IT!\" admin_label=\"Thank You Page V8 - Ragnar - Blurb\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_font=\"Barlow||||||||\" body_text_color=\"#ffffff\" body_font_size=\"16px\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Thank You Page','','publish','closed','closed','','thank-you-page','','','2024-02-05 10:31:30','2024-02-05 10:31:30','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=396653',0,'page','',0),(399545,1,'2025-10-22 19:40:38','2025-10-22 11:40:38',' ','','','publish','closed','closed','','399545','','','2025-10-22 19:40:38','2025-10-22 11:40:38','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',23,'nav_menu_item','',0),(396680,1,'2024-02-06 10:21:37','2024-02-06 10:21:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Eleln_090.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" global_colors_info=\"{}\" title_text=\"Eleln_090\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"2px||50px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>PORTFOLIO</h1>\n<p>Welcome to Consultant W, where excellence meets consultancy. We offer a comprehensive range of services designed to empower your business and drive success.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BBlurbs V1 - Barbra\" module_class=\"ellen_portfolio\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"60px||80px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_filterable_portfolio posts_number=\"6\" include_categories=\"48,50,33,35,34\" _builder_version=\"4.25.1\" _module_preset=\"default\" filter_font=\"|||on|||||\" filter_text_color=\"#181D22\" caption_font=\"|||on|||||\" caption_font_size=\"13px\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Filter','','publish','closed','closed','','portfolio-filter','','','2024-02-06 10:21:37','2024-02-06 10:21:37','',0,'https://demosdivi.lovelyconfetti.com/sophia/?page_id=396680',0,'page','',0),(399546,1,'2025-10-22 19:40:38','2025-10-22 11:40:38',' ','','','publish','closed','closed','','399546','','','2025-10-22 19:40:38','2025-10-22 11:40:38','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',24,'nav_menu_item','',0),(396686,1,'2024-02-06 10:28:55','2024-02-06 10:28:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" header_3_line_height=\"1.4em\" text_orientation=\"justified\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"justified\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Case Details</h2>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|35px|30px|35px|true|true\" custom_padding_tablet=\"30px|35px|30px|35px|true|true\" custom_padding_phone=\"30px|35px|30px|35px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Client</strong></h3>\n<p>SARAH CONNOR</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Industry</strong></h3>\n<p>WEB DESIGNER</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Scope</strong></h3>\n<p>WEIGHT LOOSE</p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Date</strong></h3>\n<p>2024</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Website</strong></h3>\n<p>WWW.URLWEBSITEGOESHERE.COM</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"40px||70px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"20px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/quote.png\" title_text=\"quote\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"50px\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"50px\" header_3_text_align=\"center\" header_3_text_color=\"#181D22\" header_3_font_size=\"32px\" header_3_line_height=\"1.1em\" positioning=\"relative\" z_index=\"99\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"20px|||0px|false|false\" custom_margin_phone=\"10px|||0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|tablet\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"26px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Working with Kathy was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>\n<p><strong>- SARAH CONNOR -</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding_tablet=\"\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CLIENT</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CHALLENGES</h3>\n<span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE PROCESS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE RESULTS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_nav prev_text=\"PREVIOUS PROJECT\" next_text=\"NEXT PROJECT\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|on|||#454334|\" title_font_size=\"12px\" title_letter_spacing=\"1px\" global_colors_info=\"{}\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Title #1','','publish','open','closed','','portfolio-title-1','','','2024-02-06 10:28:55','2024-02-06 10:28:55','',0,'https://demosdivi.lovelyconfetti.com/sophia/?post_type=project&p=396686',0,'project','',0),(396690,1,'2024-02-06 10:43:56','2024-02-06 10:43:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" header_3_line_height=\"1.4em\" text_orientation=\"justified\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"justified\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Case Details</h2>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|35px|30px|35px|true|true\" custom_padding_tablet=\"30px|35px|30px|35px|true|true\" custom_padding_phone=\"30px|35px|30px|35px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Client</strong></h3>\n<p>SARAH CONNOR</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Industry</strong></h3>\n<p>WEB DESIGNER</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Scope</strong></h3>\n<p>WEIGHT LOOSE</p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Date</strong></h3>\n<p>2024</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Website</strong></h3>\n<p>WWW.URLWEBSITEGOESHERE.COM</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"40px||70px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"20px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/quote.png\" title_text=\"quote\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"50px\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"50px\" header_3_text_align=\"center\" header_3_text_color=\"#181D22\" header_3_font_size=\"32px\" header_3_line_height=\"1.1em\" positioning=\"relative\" z_index=\"99\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"20px|||0px|false|false\" custom_margin_phone=\"10px|||0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|tablet\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"26px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Working with Kathy was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>\n<p><strong>- SARAH CONNOR -</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CLIENT</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" title_text=\"Ellen_Services201\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_119.png\" title_text=\"Ellen_119\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CHALLENGES</h3>\n<span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE PROCESS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE RESULTS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_nav prev_text=\"PREVIOUS PROJECT\" next_text=\"NEXT PROJECT\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600|||on|||#454334|\" title_font_size=\"12px\" title_letter_spacing=\"1px\" global_colors_info=\"{}\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Title #2','','publish','open','closed','','portfolio-title-2','','','2024-02-06 10:43:56','2024-02-06 10:43:56','',0,'https://demosdivi.lovelyconfetti.com/sophia/?post_type=project&p=396690',0,'project','',0),(396699,1,'2024-02-06 17:00:32','2024-02-06 17:00:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\" title_text=\"KathyNew_400\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" header_3_line_height=\"1.4em\" text_orientation=\"justified\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"justified\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Case Details</h2>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|35px|30px|35px|true|true\" custom_padding_tablet=\"30px|35px|30px|35px|true|true\" custom_padding_phone=\"30px|35px|30px|35px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Client</strong></h3>\n<p>SARAH CONNOR</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Industry</strong></h3>\n<p>WEB DESIGNER</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Scope</strong></h3>\n<p>NUTRITION COACHING</p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Date</strong></h3>\n<p>2024</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Website</strong></h3>\n<p>WWW.URLWEBSITEGOESHERE.COM</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"40px||70px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"20px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/quote.png\" title_text=\"quote\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"50px\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"50px\" header_3_text_align=\"center\" header_3_text_color=\"#181D22\" header_3_font_size=\"32px\" header_3_line_height=\"1.1em\" positioning=\"relative\" z_index=\"99\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"20px|||0px|false|false\" custom_margin_phone=\"10px|||0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|tablet\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"26px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Working with Kathy was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>\n<p><strong>- SARAH CONNOR -</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.23\" _module_preset=\"default\" background_color=\"#F4F2ED\" custom_padding_tablet=\"\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CLIENT</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CHALLENGES</h3>\n<span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE PROCESS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1033.jpg\" title_text=\"Sophia1033\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE RESULTS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_nav _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|on|||#454334|\" title_font_size=\"12px\" title_letter_spacing=\"1px\" width=\"100%\" max_width=\"100%\" global_colors_info=\"{}\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Title #3','','publish','open','closed','','portfolio-title-3','','','2024-02-06 17:00:32','2024-02-06 17:00:32','',0,'https://demosdivi.lovelyconfetti.com/sophia/?post_type=project&p=396699',0,'project','',0),(396716,1,'2024-02-07 11:30:22','2024-02-07 11:30:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Eleln_090.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\" title_text=\"Eleln_090\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" header_3_line_height=\"1.4em\" text_orientation=\"justified\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"justified\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Case Details</h2>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|35px|30px|35px|true|true\" custom_padding_tablet=\"30px|35px|30px|35px|true|true\" custom_padding_phone=\"30px|35px|30px|35px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Client</strong></h3>\n<p>SARAH CONNOR</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Industry</strong></h3>\n<p>BUSINESS OWNER</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Scope</strong></h3>\n<p>WEIGHT LOOSE</p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Date</strong></h3>\n<p>2024</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Website</strong></h3>\n<p>WWW.URLWEBSITEGOESHERE.COM</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"40px||70px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"20px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/quote.png\" title_text=\"quote\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"50px\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"50px\" header_3_text_align=\"center\" header_3_text_color=\"#181D22\" header_3_font_size=\"32px\" header_3_line_height=\"1.1em\" positioning=\"relative\" z_index=\"99\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"20px|||0px|false|false\" custom_margin_phone=\"10px|||0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|tablet\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"26px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Working with Kathy was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>\n<p><strong>- SARAH CONNOR -</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CLIENT</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CHALLENGES</h3>\n<span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE PROCESS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE RESULTS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_nav prev_text=\"PREVIOUS PROJECT\" next_text=\"NEXT PROJECT\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|on|||#454334|\" title_font_size=\"12px\" title_letter_spacing=\"1px\" global_colors_info=\"{}\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Title #4','','publish','open','closed','','portfolio-title-4','','','2024-02-07 11:30:22','2024-02-07 11:30:22','',0,'https://demosdivi.lovelyconfetti.com/sophia/?post_type=project&p=396716',0,'project','',0),(396721,1,'2024-02-07 11:33:33','2024-02-07 11:33:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Eleln_090.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\" title_text=\"Eleln_090\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"25px||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" header_3_line_height=\"1.4em\" text_orientation=\"justified\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"justified\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Case Details</h2>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|35px|30px|35px|true|true\" custom_padding_tablet=\"30px|35px|30px|35px|true|true\" custom_padding_phone=\"30px|35px|30px|35px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Client</strong></h3>\n<p>Mariah Andrade</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Industry</strong></h3>\n<p>BUSINESS OWNER</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Scope</strong></h3>\n<p>HEALTH COACHING</p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Date</strong></h3>\n<p>2024</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Website</strong></h3>\n<p>WWW.URLWEBSITEGOESHERE.COM</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"40px||70px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"20px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/quote.png\" title_text=\"quote\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"50px\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"50px\" header_3_text_align=\"center\" header_3_text_color=\"#181D22\" header_3_font_size=\"32px\" header_3_line_height=\"1.1em\" positioning=\"relative\" z_index=\"99\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"20px|||0px|false|false\" custom_margin_phone=\"10px|||0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|tablet\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"26px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Working with Kathy was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>\n<p><strong>- SARAH CONNOR -</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CLIENT</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" title_text=\"Ellen_115\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CHALLENGES</h3>\n<span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE PROCESS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE RESULTS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_nav prev_text=\"PREVIOUS PROJECT\" next_text=\"NEXT PROJECT\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|on|||#454334|\" title_font_size=\"12px\" title_letter_spacing=\"1px\" global_colors_info=\"{}\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Title #5','','publish','open','closed','','portfolio-title-5','','','2024-02-07 11:33:33','2024-02-07 11:33:33','',0,'https://demosdivi.lovelyconfetti.com/sophia/?post_type=project&p=396721',0,'project','',0),(396724,1,'2024-02-07 11:34:36','2024-02-07 11:34:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"multiply\" custom_margin=\"||-50px||false|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\" title_text=\"KathyNew_400\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _dynamic_attributes=\"content\" _module_preset=\"default\" text_text_color=\"#F5F6F1\" text_font_size=\"16px\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"44px\" text_orientation=\"center\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"40px||80px||false|false\" custom_padding_phone=\"||50px||false|false\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"30px||30px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.23\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" header_2_font_size=\"40px\" header_2_line_height=\"1.1em\" header_3_line_height=\"1.4em\" text_orientation=\"justified\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"34px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"\" text_orientation_phone=\"justified\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Case Details</h2>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>\n<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which donโt look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isnโt anything embarrassing hidden in the middle of text.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|35px|30px|35px|true|true\" custom_padding_tablet=\"30px|35px|30px|35px|true|true\" custom_padding_phone=\"30px|35px|30px|35px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Client</strong></h3>\n<p>KIMBERLY PINKER</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Industry</strong></h3>\n<p>WEB DESIGNER</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Scope</strong></h3>\n<p>LIFESTYLE COACHING</p>[/et_pb_text][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Project Date</strong></h3>\n<p>2024</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"13px\" header_3_line_height=\"1.4em\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h3><strong>Website</strong></h3>\n<p>WWW.URLWEBSITEGOESHERE.COM</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DFE2D5\" custom_padding=\"40px||70px||false|false\" custom_padding_tablet=\"30px||60px||false|false\" custom_padding_phone=\"20px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color4);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"1000px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/08/quote.png\" title_text=\"quote\" align=\"center\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"50px\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#FFFFFF\" header_2_font=\"||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"50px\" header_3_text_align=\"center\" header_3_text_color=\"#181D22\" header_3_font_size=\"32px\" header_3_line_height=\"1.1em\" positioning=\"relative\" z_index=\"99\" custom_margin=\"||10px||false|false\" custom_margin_tablet=\"20px|||0px|false|false\" custom_margin_phone=\"10px|||0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|tablet\" header_3_font_size_tablet=\"30px\" header_3_font_size_phone=\"26px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back.</h3>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_line_height=\"2.2em\" header_text_align=\"center\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.ย </span></p>\n<p><strong>- SARAH CONNOR -</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_padding_tablet=\"\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CLIENT</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" title_text=\"Ellen_Services201\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_119.png\" title_text=\"Ellen_119\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE CHALLENGES</h3>\n<span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE PROCESS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_211-scaled.jpg\" title_text=\"KathyNew_211\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23\" _module_preset=\"default\" text_line_height=\"1.9em\" header_2_font_size=\"40px\" header_2_line_height=\"1.4em\" header_3_font_size=\"30px\" header_3_line_height=\"1.4em\" global_colors_info=\"{}\"]<h3>THE RESULTS</h3>\n<p><span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย </span><span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatemย </span></p>[/et_pb_text][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][et_pb_blurb use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#B0AC8A\" icon_placement=\"left\" image_icon_width=\"30px\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||20px||false|false\" custom_css_blurb_image=\"vertical-align: middle;\" custom_css_blurb_content=\"min-width: 100%;\" border_width_bottom=\"1px\" border_color_bottom=\"#EEE7E3\" global_colors_info=\"{}\"]<p><strong>You learn strategies for creating and maintaining healthy habits over time.</strong></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_nav prev_text=\"PREVIUS PROJECT\" next_text=\"NEXT PROJECT\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|on|||#454334|\" title_font_size=\"12px\" title_letter_spacing=\"1px\" global_colors_info=\"{}\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Title #6','','publish','open','closed','','portfolio-title-6','','','2024-02-07 11:34:36','2024-02-07 11:34:36','',0,'https://demosdivi.lovelyconfetti.com/sophia/?post_type=project&p=396724',0,'project','',0),(397426,1,'2024-04-18 15:48:43','2024-04-18 15:48:43','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. commodo consequat.\r\n<blockquote>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</blockquote>\r\nClaritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\r\n<h1>Header Level 1</h1>\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. <strong>Pellentesque habitant morbi tristique</strong>ย senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.ย <em>Aenean ultricies mi vitae est.</em>ย Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.ย <a href=\"https://divilover.com/demos/ally/4-ways-can-grow-creativity/#\">Donec non enim</a>ย in turpis pulvinar facilisis. Ut felis.\r\n<h2>Header Level 2</h2>\r\n<ol>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ol>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\r\n<h3>Header Level 3</h3>\r\n<ul>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ul>\r\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus','6 simple ways to improve your deep sleep','','publish','open','open','','6-simple-ways-to-improve-your-deep-sleep','','','2024-04-18 15:48:43','2024-04-18 15:48:43','',0,'https://demosdivi.lovelyconfetti.com/ellen/?p=397426',0,'post','',0),(397429,1,'2024-04-18 15:52:56','2024-04-18 15:52:56','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. commodo consequat.\r\n<blockquote>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</blockquote>\r\nClaritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\r\n<h1>Header Level 1</h1>\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. <strong>Pellentesque habitant morbi tristique</strong>ย senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.ย <em>Aenean ultricies mi vitae est.</em>ย Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.ย <a href=\"https://divilover.com/demos/ally/4-ways-can-grow-creativity/#\">Donec non enim</a>ย in turpis pulvinar facilisis. Ut felis.\r\n<h2>Header Level 2</h2>\r\n<ol>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ol>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\r\n<h3>Header Level 3</h3>\r\n<ul>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ul>\r\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus','10 Guiding Principles that are Critical to Healthier Cooking','','publish','open','open','','10-guiding-principles-that-are-critical-to-healthier-cooking','','','2024-04-18 15:52:56','2024-04-18 15:52:56','',0,'https://demosdivi.lovelyconfetti.com/ellen/?p=397429',0,'post','',0),(397434,1,'2024-04-18 15:54:56','2024-04-18 15:54:56','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. commodo consequat.\r\n<blockquote>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</blockquote>\r\nClaritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\r\n<h1>Header Level 1</h1>\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. <strong>Pellentesque habitant morbi tristique</strong>ย senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.ย <em>Aenean ultricies mi vitae est.</em>ย Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.ย <a href=\"https://divilover.com/demos/ally/4-ways-can-grow-creativity/#\">Donec non enim</a>ย in turpis pulvinar facilisis. Ut felis.\r\n<h2>Header Level 2</h2>\r\n<ol>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ol>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\r\n<h3>Header Level 3</h3>\r\n<ul>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ul>\r\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus','Top 8 Benefits of Mobility Training','','publish','open','open','','top-8-benefits-of-mobility-training','','','2024-04-18 15:54:56','2024-04-18 15:54:56','',0,'https://demosdivi.lovelyconfetti.com/ellen/?p=397434',0,'post','',0),(397441,1,'2024-04-18 16:01:27','2024-04-18 16:01:27','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. commodo consequat.\r\n<blockquote>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</blockquote>\r\nClaritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\r\n<h1>Header Level 1</h1>\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. <strong>Pellentesque habitant morbi tristique</strong>ย senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.ย <em>Aenean ultricies mi vitae est.</em>ย Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.ย <a href=\"https://divilover.com/demos/ally/4-ways-can-grow-creativity/#\">Donec non enim</a>ย in turpis pulvinar facilisis. Ut felis.\r\n<h2>Header Level 2</h2>\r\n<ol>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ol>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\r\n<h3>Header Level 3</h3>\r\n<ul>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ul>\r\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus','Is Intermittent Fasting Destroying Your Hormone Balance?','','publish','open','open','','is-intermittent-fasting-destroying-your-hormone-balance','','','2024-04-18 16:01:27','2024-04-18 16:01:27','',0,'https://demosdivi.lovelyconfetti.com/ellen/?p=397441',0,'post','',0),(397443,1,'2024-04-18 16:04:08','2024-04-18 16:04:08','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. commodo consequat.\r\n<blockquote>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</blockquote>\r\nClaritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\r\n<h1>Header Level 1</h1>\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. <strong>Pellentesque habitant morbi tristique</strong>ย senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.ย <em>Aenean ultricies mi vitae est.</em>ย Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.ย <a href=\"https://divilover.com/demos/ally/4-ways-can-grow-creativity/#\">Donec non enim</a>ย in turpis pulvinar facilisis. Ut felis.\r\n<h2>Header Level 2</h2>\r\n<ol>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ol>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\r\n<h3>Header Level 3</h3>\r\n<ul>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ul>\r\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus','The Benefits of a Regular Yoga Practice for Mental Health','','publish','open','open','','the-benefits-of-a-regular-yoga-practice-for-mental-health','','','2024-04-18 16:04:08','2024-04-18 16:04:08','',0,'https://demosdivi.lovelyconfetti.com/ellen/?p=397443',0,'post','',0),(397446,1,'2024-04-18 16:06:43','2024-04-18 16:06:43','Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. commodo consequat.\r\n<blockquote>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.</blockquote>\r\nClaritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam littera gothica, quam nunc putamus parum claram, anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.\r\n<h1>Header Level 1</h1>\r\nDuis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. <strong>Pellentesque habitant morbi tristique</strong>ย senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper.ย <em>Aenean ultricies mi vitae est.</em>ย Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui.ย <a href=\"https://divilover.com/demos/ally/4-ways-can-grow-creativity/#\">Donec non enim</a>ย in turpis pulvinar facilisis. Ut felis.\r\n<h2>Header Level 2</h2>\r\n<ol>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ol>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\r\n<h3>Header Level 3</h3>\r\n<ul>\r\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\r\n <li>Aliquam tincidunt mauris eu risus.</li>\r\n</ul>\r\nAenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus','Unlocking the Benefits of Vitamin D for Perimenopause','','publish','open','open','','unlocking-the-benefits-of-vitamin-d-for-perimenopause','','','2024-04-18 16:06:43','2024-04-18 16:06:43','',0,'https://demosdivi.lovelyconfetti.com/ellen/?p=397446',0,'post','',0),(399291,1,'2024-08-20 19:40:15','2024-08-20 19:40:15','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>HEALTH COACHING</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>I help women cultivating<span></span></h1>\n<h1 class=\"title\"><strong>HEATLTHY BODY & MIND</strong></h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_156.jpg\" title_text=\"Ellen_156\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_108.jpg\" title_text=\"Ellen_108\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"multiply\" custom_padding=\"|||\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width=\"65%\" width_tablet=\"65%\" width_phone=\"80%\" width_last_edited=\"on|phone\" max_width_tablet=\"70%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>HEALTH & WELLNESS COACH</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2><strong>HEY THERE, IยดM ELLEN</strong>,</h2>\n<h2>Wellness Coach, life success coach for women-preneurs, author and mom</h2>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" title_text=\"Ellen_098\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_010-1.jpg\" title_text=\"Ellen_010 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>HEALTH COACH, WIFE AND MOM OF TWO</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V5 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"50px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||80px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_number_counter title=\"years of experience\" number=\"6+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Awards\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Don\'t chase the money, chase your dreams\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Don\'t chase the money, chase your dreams</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_number_counter title=\"courses launched\" number=\"4\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Satisfied customers\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#181D22\" title_font_size=\"24px\" title_line_height=\"120%\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Get the tools you need for a perfect website\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Get the tools you need for a perfect website</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_number_counter title=\"Satisfied clients\" number=\"99\" admin_label=\"BContent V5 - Barbra - Number Counter - Return on investment\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" title_font_tablet=\"\" title_font_phone=\"\" title_font_last_edited=\"on|desktop\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - The best way to achieve perfection\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>The best way to achieve perfection</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_number_counter title=\"Subscribers\" number=\"10K+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Uptime\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_font=\"||||||||\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Come explore the world of live pictures\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Come explore the world of live pictures</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_102-1.jpg\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>We can effortlessly enhance your health together</h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/06/Ellen_115.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" theme_builder_area=\"post_content\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_098.jpg\" alt=\"client-2\" image_icon_width=\"105px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>YOU MAY HAVE SEEN MY CLIENTS FEATURED IN:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/psychology-today.png\" title_text=\"psychology-today\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/theknotcopy.png\" title_text=\"theknot+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/womens-health.png\" title_text=\"womens-health\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/instylecopy.png\" title_text=\"instyle+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\" title_text=\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>Ready To Create an Action Plan For Your Health? <strong>LET\'S CONNECT!</strong></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2 class=\"tro-title\"><span>WHY TO CHOOSE ME</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" image_icon_width=\"75px\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\" theme_builder_area=\"post_content\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" image_icon_width=\"75px\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" image_icon_width=\"75px\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_099-1.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>HOW WE CAN WORK TOGETHER</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\" theme_builder_area=\"post_content\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\" theme_builder_area=\"post_content\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||20px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"35px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"50%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>new entries</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" text_orientation=\"center\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>A healthy lifestyle encompasses a holistic approach to health and well-being that goes beyond just engaging in regular physical activity.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_font_size=\"24px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" background_enable_color=\"off\" border_width_all=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','My Custom Page','','publish','closed','closed','','my-custom-page','','','2024-08-20 19:40:15','2024-08-20 19:40:15','',0,'https://demosdivi.lovelyconfetti.com/ellen/?page_id=399291',0,'page','',0),(399547,1,'2025-10-22 19:40:39','2025-10-22 11:40:39',' ','','','publish','closed','closed','','399547','','','2025-10-22 19:40:39','2025-10-22 11:40:39','',0,'https://verdenaturopathy.com.au/site3/2025/10/22/',25,'nav_menu_item','',0),(399548,1,'2023-10-04 17:18:36','2023-10-04 17:18:36','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2023-10-04 17:18:36','2023-10-04 17:18:36','',0,'https://demosdivi.lovelyconfetti.com/sophia/2023/10/04/navigation/',0,'wp_navigation','',0),(6,1,'2023-10-04 17:47:48','2023-10-04 17:47:48','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-sophia_theme','','','2023-10-04 17:47:48','2023-10-04 17:47:48','',0,'https://demosdivi.lovelyconfetti.com/sophia/2023/10/04/wp-global-styles-sophia_theme/',0,'wp_global_styles','',0),(399549,1,'2025-10-22 19:40:40','2025-10-22 11:40:40','.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000;\r\n padding: 12px!important;\r\n color: #000000!important;\r\n}\r\n\r\n.et_header_style_left #et-top-navigation {\r\n padding-top: 20px!important;\r\n}\r\n \r\n.et_header_style_left .et-fixed-header #et-top-navigation {\r\n padding-top: 6px!important;\r\n}\r\n\r\n@media only screen and (max-width: 980px) {\r\n .menu_cta {\r\n text-align:center;\r\n max-width:200px;\r\n }\r\n.menu_cta a {\r\n background-color:#ffffff;\r\n border-radius:28px;\r\n border:2px solid #000000!important;\r\n \r\n padding: 12px!important;\r\n color: #000000!important;\r\n }\r\n} ','Ellen_Theme','','inherit','closed','closed','','397052-revision-v1','','','2025-10-22 19:40:40','2025-10-22 11:40:40','',397052,'https://verdenaturopathy.com.au/site3/?p=399549',0,'revision','',0),(399554,1,'2025-10-22 20:23:11','2025-10-22 12:23:11','','WhatsApp Image 2025-10-22 at 8.21.00 PM','','inherit','open','closed','','whatsapp-image-2025-10-22-at-8-21-00-pm','','','2025-10-22 20:23:11','2025-10-22 12:23:11','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.00-PM.jpeg',0,'attachment','image/jpeg',0),(399555,1,'2025-10-22 20:23:15','2025-10-22 12:23:15','','WhatsApp Image 2025-10-22 at 8.20.59 PM','','inherit','open','closed','','whatsapp-image-2025-10-22-at-8-20-59-pm','','','2025-10-22 20:23:15','2025-10-22 12:23:15','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.20.59-PM.jpeg',0,'attachment','image/jpeg',0),(399556,1,'2025-10-22 20:23:19','2025-10-22 12:23:19','','WhatsApp Image 2025-10-22 at 8.21.02 PM','','inherit','open','closed','','whatsapp-image-2025-10-22-at-8-21-02-pm','','','2025-10-22 20:23:19','2025-10-22 12:23:19','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.02-PM.jpeg',0,'attachment','image/jpeg',0); INSERT INTO `wpln_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (399552,1,'2025-10-22 20:08:39','2025-10-22 12:08:39','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" hover_enabled=\"0\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>NATUROPATHY</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Make the shift to a more holistic health approach</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><span>Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span>first, do no harm</span></li>\n<li><span>the healing power of nature</span></li>\n<li><span>identify and treat the causeย </span></li>\n<li><span>doctor as teacher</span></li>\n<li><span>treat the person as a whole</span></li>\n<li><span>prevention</span></li>\n</ul>\n<p> </p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.9.4\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" hover_enabled=\"0\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" title_text=\"KathyNew_201\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" title_text=\"Ellen_Servces208\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.25.1\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"multiply\" custom_padding=\"|||\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width=\"65%\" width_tablet=\"65%\" width_phone=\"80%\" width_last_edited=\"on|phone\" max_width_tablet=\"70%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEALTH & WELLNESS COACH</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong>,</h2>\n<h2>Wellness Coach, life success coach for women-preneurs, author and mom</h2>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg\" title_text=\"KathyNew_220\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" title_text=\"Ellen_Services200\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" global_colors_info=\"{}\"]<p><strong>HEALTH COACH, WIFE AND MOM OF TWO</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V5 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"50px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||80px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"years of experience\" number=\"6+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Awards\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Don\'t chase the money, chase your dreams\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Don\'t chase the money, chase your dreams</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"courses launched\" number=\"4\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Satisfied customers\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#181D22\" title_font_size=\"24px\" title_line_height=\"120%\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Get the tools you need for a perfect website\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Get the tools you need for a perfect website</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Satisfied clients\" number=\"99\" admin_label=\"BContent V5 - Barbra - Number Counter - Return on investment\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" title_font_tablet=\"\" title_font_phone=\"\" title_font_last_edited=\"on|desktop\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - The best way to achieve perfection\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>The best way to achieve perfection</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Subscribers\" number=\"10K+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Uptime\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_font=\"||||||||\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Come explore the world of live pictures\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Come explore the world of live pictures</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_Services209-1.png\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2>We can effortlessly enhance your health together</h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Media Manager</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p><strong>YOU MAY HAVE SEEN MY CLIENTS FEATURED IN:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/psychology-today.png\" title_text=\"psychology-today\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/theknotcopy.png\" title_text=\"theknot+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/womens-health.png\" title_text=\"womens-health\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/instylecopy.png\" title_text=\"instyle+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\" title_text=\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Ready To Create an Action Plan For Your Health? <strong>LET\'S CONNECT!</strong></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2 class=\"tro-title\"><span>WHY TO CHOOSE ME</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW WE CAN WORK TOGETHER</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||20px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"35px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"50%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>new entries</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" text_orientation=\"center\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>A healthy lifestyle encompasses a holistic approach to health and well-being that goes beyond just engaging in regular physical activity.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_font_size=\"24px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" background_enable_color=\"off\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','395473-revision-v1','','','2025-10-22 20:08:39','2025-10-22 12:08:39','',395473,'https://verdenaturopathy.com.au/site3/?p=399552',0,'revision','',0),(399562,1,'2025-10-22 20:37:19','2025-10-22 12:37:19','','WhatsApp Image 2025-10-22 at 8.36.15 PM','','inherit','open','closed','','whatsapp-image-2025-10-22-at-8-36-15-pm','','','2025-10-22 20:37:19','2025-10-22 12:37:19','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.36.15-PM.jpeg',0,'attachment','image/jpeg',0),(399558,1,'2025-10-22 20:26:20','2025-10-22 12:26:20','','WhatsApp Image 2025-10-22 at 8.21.01 PM','','inherit','open','closed','','whatsapp-image-2025-10-22-at-8-21-01-pm','','','2025-10-22 20:26:20','2025-10-22 12:26:20','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.01-PM.jpeg',0,'attachment','image/jpeg',0),(399559,1,'2025-10-22 20:27:28','2025-10-22 12:27:28','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_014.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||60px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"70px||0px||false|false\" custom_padding_phone=\"70px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"|55px|||false|false\" custom_padding_tablet=\"|55px|||false|false\" custom_padding_phone=\"|0px|||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"40%\" max_width_tablet=\"30%\" max_width_phone=\"60%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" module_alignment_tablet=\"left\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|phone\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>NATUROPATHY</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"||||||||\" header_text_color=\"#181D22\" header_font_size=\"46px\" header_line_height=\"1.1em\" header_2_font=\"|600||on|||||\" header_2_text_color=\"#181D22\" header_2_font_size=\"44px\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" header_text_align_tablet=\"\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|phone\" header_font_size_tablet=\"42px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|tablet\" header_2_font_size_tablet=\"38px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Make the shift to a more holistic health approach</h1>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"15px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><span>Naturopathy views health not merely as the absence of disease but by the presence of vitality, promoting the synergy of mental, emotional and physical health within the body. We are guided by six naturopathic principles, utilising these to form evidence-based treatment plans that encompass the person as a whole:</span></p>\n<ul>\n<li><span>first, do no harm</span></li>\n<li><span>the healing power of nature</span></li>\n<li><span>identify and treat the causeย </span></li>\n<li><span>doctor as teacher</span></li>\n<li><span>treat the person as a whole</span></li>\n<li><span>prevention</span></li>\n</ul>\n<p> </p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"Get in touch\" button_alignment=\"left\" button_alignment_tablet=\"left\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|phone\" admin_label=\"Life Coach Header - Button\" _builder_version=\"4.9.4\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#181D22\" button_border_width=\"0px\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#181D22\" button_on_hover=\"off\" custom_margin=\"15px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"||20px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px|16px|0px|0px|false|false\" custom_css_main_element=\"text-align:center !important;\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#181D22\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"RGBA(255,255,255,0)\" button_bg_enable_color__hover=\"on\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||80px||false|false\" custom_padding_tablet=\"||80px||false|false\" custom_padding_phone=\"||25px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.02-PM.jpeg\" title_text=\"WhatsApp Image 2025-10-22 at 8.21.02 PM\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" border_radii=\"off|||10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.20.59-PM.jpeg\" title_text=\"WhatsApp Image 2025-10-22 at 8.20.59 PM\" _builder_version=\"4.9.4\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding_tablet=\"\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.00-PM.jpeg\" title_text=\"WhatsApp Image 2025-10-22 at 8.21.00 PM\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||||false|false\" custom_margin_tablet=\"||||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||||false|false\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section - Flying High Header\" _builder_version=\"4.9.4\" background_color=\"#DBE0E2\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.9.4\" background_position=\"top_left\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.9.4\" background_color=\"rgba(0,0,0,0.45)\" background_image=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2025/10/WhatsApp-Image-2025-10-22-at-8.21.01-PM.jpeg\" background_blend=\"multiply\" custom_padding=\"|||\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||align-items: center;||column-gap: 20px;\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" title_text=\"WhatsApp Image 2025-10-22 at 8.21.01 PM\" sticky_enabled=\"0\"][et_pb_cta title=\"Ready to discover the right health program for you? This quiz might surprise you!\" button_url=\"https://www.tryinteract.com/share/quiz/6159c6444f0abd0018f870ec\" button_text=\"TAKE A QUIZ\" _builder_version=\"4.9.4\" _module_preset=\"default\" header_font_size=\"40px\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#FFFFFF\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_custom_margin=\"20px||||false|false\" button_custom_padding=\"0px|15px|0px|0px|false|false\" width=\"1000px\" module_alignment=\"center\" custom_padding=\"185px||185px||true|false\" custom_padding_tablet=\"100px||100px||true|false\" custom_padding_phone=\"70px||70px||true|false\" custom_padding_last_edited=\"on|tablet\" link_option_url_new_window=\"on\" hover_enabled=\"0\" header_font_size_tablet=\"34px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#FFFFFF\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||90px||false|false\" custom_padding_tablet=\"30px||50px||false|false\" custom_padding_phone=\"20px||20px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_padding=\"||55px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"99\" custom_padding=\"50px||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" width=\"65%\" width_tablet=\"65%\" width_phone=\"80%\" width_last_edited=\"on|phone\" max_width_tablet=\"70%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" module_alignment_tablet=\"center\" module_alignment_phone=\"center\" module_alignment_last_edited=\"on|tablet\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>HEALTH & WELLNESS COACH</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_font_size=\"40px\" positioning=\"relative\" z_index=\"999\" custom_margin=\"|-190px|||false|false\" custom_margin_tablet=\"10px|0px||0px|false|false\" custom_margin_phone=\"10px||10px|0px|false|false\" custom_margin_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><strong>HEY THERE, IยดM ELLEN</strong>,</h2>\n<h2>Wellness Coach, life success coach for women-preneurs, author and mom</h2>[/et_pb_text][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_220.jpg\" title_text=\"KathyNew_220\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width_tablet=\"100%\" max_width_phone=\"100%\" max_width_last_edited=\"on|tablet\" custom_margin=\"||15px||false|false\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_Services200.png\" title_text=\"Ellen_Services200\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" module_alignment=\"center\" global_colors_info=\"{}\"]<p><strong>HEALTH COACH, WIFE AND MOM OF TWO</strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_line_height=\"2.2em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede. <span>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem Lorem Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Ipsum is simply dummy text of the printing and typesetting industry. Sed ut perspiciatis unde omnis iste natus error sit voluptatem. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.ย ย </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V5 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"50px||||false|false\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||80px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"years of experience\" number=\"6+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Awards\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Don\'t chase the money, chase your dreams\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Don\'t chase the money, chase your dreams</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"courses launched\" number=\"4\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Satisfied customers\" _builder_version=\"4.25.1\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#181D22\" title_font_size=\"24px\" title_line_height=\"120%\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Get the tools you need for a perfect website\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Get the tools you need for a perfect website</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Satisfied clients\" number=\"99\" admin_label=\"BContent V5 - Barbra - Number Counter - Return on investment\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" title_font_tablet=\"\" title_font_phone=\"\" title_font_last_edited=\"on|desktop\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - The best way to achieve perfection\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>The best way to achieve perfection</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Subscribers\" number=\"10K+\" percent_sign=\"off\" admin_label=\"BContent V5 - Barbra - Number Counter - Uptime\" _builder_version=\"4.24.3\" _module_preset=\"default\" title_font=\"|600||on|||||\" title_text_align=\"center\" title_text_color=\"#000000\" title_font_size=\"24px\" number_font=\"||||||||\" number_text_align=\"center\" number_text_color=\"#BEB986\" number_font_size=\"45px\" number_line_height=\"100%\" text_orientation=\"left\" custom_margin=\"||0px||false|false\" number_font_size_tablet=\"48px\" number_font_size_phone=\"40px\" number_font_size_last_edited=\"on|tablet\" custom_css_percent=\"height: auto;||margin-bottom: 15px;\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text admin_label=\"BContent V5 - Barbra - Text - Come explore the world of live pictures\" _builder_version=\"4.22.1\" _module_preset=\"default\" text_line_height=\"170%\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Come explore the world of live pictures</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(24,29,34,0.46)\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_Services209-1.png\" background_blend=\"overlay\" custom_padding=\"|150px||150px|false|true\" custom_padding_tablet=\"200px|150px|200px|150px|true|true\" custom_padding_phone=\"150px|150px|150px|150px|true|true\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/play-button-1.png\" title_text=\"play-button (1)\" url=\"https://www.youtube.com/watch?v=15-vLIZ_2mU\" align=\"center\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" module_class=\"video_popup\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"100px\" width_tablet=\"100px\" width_phone=\"60px\" width_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"100px|130px|100px|90px|false|false\" custom_padding_tablet=\"70px|130px|70px|90px|true|false\" custom_padding_phone=\"50px|45px|50px|45px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"40px\" header_2_line_height=\"46px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"35px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2>We can effortlessly enhance your health together</h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_line_height=\"26px\" custom_margin=\"||24px||false|false\" custom_padding=\"||25px||false|false\" custom_css_before=\"||\" custom_css_main_element=\"max-width:550px;||width:100%;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>[/et_pb_text][et_pb_blurb title=\"Nutrition strategies\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Body & Mind balance\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" custom_margin=\"||||false|false\" custom_padding=\"||25px||false|false\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][et_pb_blurb title=\"Weight loss\" use_icon=\"on\" font_icon=\"๎||divi||400\" icon_color=\"#FFFFFF\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"left\" header_text_color=\"#FFFFFF\" header_font_size=\"28px\" header_line_height=\"30px\" body_text_align=\"left\" body_text_color=\"#FFFFFF\" body_line_height=\"26px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" custom_css_main_element=\"margin:20px 0!important;\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\"]<p>Your daily does of inspiration for life well-lived awaits. Letยดs makae day a step towards wellness</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" module_class=\"ellen_testimonial1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"55%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>clients reviews</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>\n<p>Words of praise by my value clients</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" module_class=\"client_box\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"||||false|false\" custom_css_main_element=\"||\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"max-width:560px;||margin:auto;\" custom_css_main_element_phone=\"max-width:560px;||margin:auto;\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"I canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Sarah Connor\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Media Manager</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(24,29,34,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Highlight the most important part of your testimonial here. Put testimonials here. This builds the \"like, know, trust\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\"]<p>Virtual Assistant</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"||30px||false|true\" border_radii=\"on|10px|10px|10px|10px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.2)\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\" custom_css_main_element_phone=\"background: #FFFFFF;||box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);||border-radius: 5px;||transition: all .5s ease;||margin-bottom:60px;\"][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" text_text_color=\"#393939\" text_font_size=\"12px\" header_3_text_align=\"center\" header_3_font_size=\"23px\" header_3_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||39px||false|false\" custom_padding=\"57px|21px||21px|false|true\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 20px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 0;||margin-bottom: 15px\" global_colors_info=\"{}\"]<h3>\"Working with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a woman\"</h3>\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled</p>[/et_pb_text][et_pb_blurb title=\"Mariah Andrade\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" alt=\"client-2\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_align=\"center\" header_font_size=\"22px\" body_text_align=\"center\" body_line_height=\"26px\" animation=\"off\" header_font_size_tablet=\"22px\" header_font_size_phone=\"22px\" header_font_size_last_edited=\"on|tablet\" header_line_height_tablet=\"32px\" header_line_height_phone=\"32px\" header_line_height_last_edited=\"on|tablet\" custom_css_before=\"content: \'\';||position: absolute;||background: #eee4db;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\" custom_css_blurb_image=\"margin-bottom:14px!important;\" global_colors_info=\"{}\" custom_css_before__hover_enabled=\"on|desktop\" custom_css_before__hover=\"content: \'\';||position: absolute;||background: #ECEBE7;||width: 100%;||height: 95%;||top: 40px;||border-radius: 0 0 5px 5px;||transition: all .5s ease;\"]<p>Lifestyle Coach</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|||on|||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p><strong>YOU MAY HAVE SEEN MY CLIENTS FEATURED IN:</strong></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/psychology-today.png\" title_text=\"psychology-today\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/theknotcopy.png\" title_text=\"theknot+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/womens-health.png\" title_text=\"womens-health\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/instylecopy.png\" title_text=\"instyle+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311copy.png\" title_text=\"kisspng-cosmopolitan-magazine-logo-fashion-publishing-5ae46a72386982.6546420615249188982311+copy\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.45)\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_padding=\"120px||120px||true|false\" custom_padding_tablet=\"70px||70px||true|false\" custom_padding_phone=\"40px||50px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" admin_label=\"BHeaderV V3 - Barbra - Row\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||0px||false|false\" custom_padding=\"||15px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align=\"right\" _builder_version=\"4.25.1\" _module_preset=\"default\" width=\"105px\" width_tablet=\"105px\" width_phone=\"100%\" width_last_edited=\"on|phone\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\" display: flex;|| align-items: center;|| column-gap: 50px;|| justify-content: center;\" custom_css_main_element_tablet=\"display: flex;||align-items: center;||column-gap: 50px;\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#000000\" header_text_color=\"#FFFFFF\" header_font_size=\"44px\" header_line_height=\"1.2em\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"|0px|0px|0px|false|true\" text_font_size_tablet=\"80px\" text_font_size_phone=\"40px\" text_font_size_last_edited=\"on|tablet\" header_2_text_align_tablet=\"center\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Ready To Create an Action Plan For Your Health? <strong>LET\'S CONNECT!</strong></h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" max_width=\"1000px\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Try-hard whatever occupy pop-up meditation. Retro celiac offal, pour-over fanny pack bushwick mustache succulents. Intelligentsia waistcoat pinterest affogato jianbing helvetica. Copper mug iceland af adaptogen mixtape lumbersexual shaman sustainable.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" make_equal=\"on\" use_custom_gutter=\"on\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" bg_img_2=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" padding_top_bottom_link_2=\"true\" padding_left_right_link_2=\"true\" padding_top_2=\"60px\" padding_right_2=\"40px\" padding_bottom_2=\"60px\" padding_left_2=\"40px\" padding_2_tablet=\"400px||||false|false\" padding_2_phone=\"400px||||false|false\" padding_2_last_edited=\"on|tablet\" module_class_1=\"ellen_service1\" custom_css_main_2=\"border-radius: 10px;\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#EEE4DB\" custom_padding=\"90px||115px||false|false\" custom_padding_tablet=\"90px||115px||false|false\" custom_padding_phone=\"70px||100px||false|false\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color2);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#181D22\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#F5F6F1\" text_orientation=\"center\" max_width=\"26%\" max_width_tablet=\"26%\" max_width_phone=\"50%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>I can help you</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"left\" header_font_size=\"40px\" header_2_font=\"|||on|||||\" header_2_text_align=\"left\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||20px||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|phone\" header_2_line_height_tablet=\"42px\" header_2_line_height_phone=\"38px\" header_2_line_height_last_edited=\"on|tablet\" custom_css_main_element=\"color:var(--color2);\" locked=\"off\" global_colors_info=\"{}\"]<h2 class=\"tro-title\"><span>WHY TO CHOOSE ME</span></h2>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"_initial\" text_line_height=\"1.8em\" header_text_color=\"#181D22\" custom_padding=\"||40px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<p>Our program is dedicated to empowering seniors by providing them with comprehensive care and unwavering support.</p>[/et_pb_text][et_pb_blurb title=\"Passion for Wellness\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/skin-care.png\" icon_placement=\"left\" icon_placement_tablet=\"left\" icon_placement_phone=\"left\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\" image_icon_custom_margin_tablet=\"\" image_icon_custom_margin_phone=\"||0px||false|false\" image_icon_custom_margin_last_edited=\"on|phone\" image_icon_custom_padding_tablet=\"\" image_icon_custom_padding_phone=\"||0px||false|false\" image_icon_custom_padding_last_edited=\"on|phone\" custom_css_blurb_content_last_edited=\"on|phone\" custom_css_blurb_content_phone=\"margin:none||\" custom_css_blurb_content_tablet=\"margin:unset!important;\"]<p>I am obsessed with all things health. I love to empower & teach others how to improve theirs.</p>[/et_pb_blurb][et_pb_blurb title=\"Acting With Integrity\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/to-do-list.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][et_pb_blurb title=\"I listen (really listen)\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/heart-rate.png\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_font_size=\"28px\" animation=\"off\" header_font_size_tablet=\"28px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"margin:unset!important;\" global_colors_info=\"{}\" image_icon_width_tablet=\"75px\" image_icon_width_phone=\"55px\" image_icon_width_last_edited=\"on|phone\"]<p>Not to judge or lecture you, but to truly understand. I believe you should have access to simple, easy-to-understand advice when it comes to your health.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" positioning=\"absolute\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_right\" vertical_offset=\"-30px\" horizontal_offset=\"0px\" width=\"83%\" custom_margin=\"||||false|false\" custom_padding=\"25px|30px|10px|30px|false|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_css_before=\"content: \'\';||position: absolute;||background: var(--color1);||width: 100%;||height: 100%;||left: 0;||right: 0;||top: 0;||bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_padding_tablet=\"\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" title_text=\"Ellen_099\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" title_text=\"Ellen_095\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" _builder_version=\"4.25.1\" _module_preset=\"default\" z_index=\"2\" max_width=\"80px\" max_width_tablet=\"84px\" max_width_phone=\"80px\" max_width_last_edited=\"on|tablet\" custom_margin=\"|-25px|15px||false|false\" custom_css_main_element=\" display: inline-block;\" border_radii=\"on|50%|50%|50%|50%\" border_width_all=\"7px\" border_color_all=\"rgba(245,246,241,0.4)\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"||0px||false|false\" text_orientation_tablet=\"\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" custom_css_before=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';|| font-family: ETmodules !important;|| font-size: 20px !important;|| letter-spacing: 5px;|| line-height: 100%;|| color: #ffc046;|| display: block;|| height: auto;|| visibility: visible;|| margin-top: 0;|| margin-bottom: 15px;\" global_colors_info=\"{}\"]<p><span>10k+ satisfied clients</span>ย </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"60px||60px||true|false\" custom_padding_phone=\"50px||50px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#F5F6F1\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>HOW WE CAN WORK TOGETHER</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px||||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_css_main_element=\"justify-content: space-between;||display: flex;\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Schedule a Free Consultation\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %221%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0 !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Select the right service\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||40px||false|false\" custom_padding_last_edited=\"on|phone\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\"content: %222%22!important;||display: block!important;||font-size: 31px!important;||color: #fff;||padding: 20px;||position: relative;||background: rgba(255,255,255,0.5);||border-radius: 50%!important;||margin-bottom: 28px;||width: 26px;||margin-left: auto;||margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:9.5% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:0% !important;\" custom_css_main_element_tablet=\"width:9.5% !important;\"][et_pb_divider color=\"#F5F6F1\" divider_weight=\"1px\" _builder_version=\"4.25.1\" _module_preset=\"default\" vertical_offset=\"31px\" horizontal_offset=\"-41%\" width=\"182%\" module_alignment=\"center\" custom_margin=\"||||false|true\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_css_main_element=\"width:27% !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"width:100% !important;\" custom_css_main_element_tablet=\"width:27% !important;\"][et_pb_blurb title=\"Create a Custom Action Plan\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h3\" header_text_color=\"#ffffff\" header_font_size=\"30px\" header_line_height=\"120%\" body_text_color=\"#ffffff\" body_line_height=\"150%\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" animation=\"off\" header_font_size_tablet=\"20px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" custom_css_before=\" content: %223%22!important;|| display: block!important;|| font-size: 31px!important;|| font-weight: 400;|| font-family: %22Barlow%22 !important;|| color: #fff;|| padding: 20px;|| position: relative;|| background: rgba(255,255,255,0.5);|| border-radius: 50%!important;|| margin-bottom: 28px;|| width: 26px;|| margin-left: auto;|| margin-right: auto;\" custom_css_blurb_image=\"||\" custom_css_blurb_title=\"font-weight:400 !important;||padding-bottom:18px !important;\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LETยดS WORK TOGETHER\" button_alignment=\"center\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ECEBE7\" button_border_color=\"#ECEBE7\" button_border_radius=\"0px\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" custom_padding=\"3px|16px|3px|0px|true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"2px\" box_shadow_color=\"#ECEBE7\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ECEBE7\" custom_padding=\"80px||20px||false|false\" custom_padding_tablet=\"50px||20px||false|false\" custom_padding_phone=\"35px||20px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#FFFFFF\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"15%\" max_width_tablet=\"30%\" max_width_phone=\"50%\" max_width_last_edited=\"on|tablet\" module_alignment=\"center\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>new entries</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"28px\" header_2_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>THE LATEST FROM THE BLOG</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font_size=\"16px\" text_orientation=\"center\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>A healthy lifestyle encompasses a holistic approach to health and well-being that goes beyond just engaging in regular physical activity.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" module_class=\"ellen_gridblog\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog fullwidth=\"off\" posts_number=\"3\" include_categories=\"all\" use_manual_excerpt=\"off\" show_author=\"off\" show_date=\"off\" show_excerpt=\"off\" show_pagination=\"off\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_font_size=\"24px\" meta_font=\"|600||on|||||\" meta_text_align=\"center\" meta_font_size=\"11px\" meta_letter_spacing=\"1px\" background_enable_color=\"off\" border_width_all=\"0px\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage','','inherit','closed','closed','','395473-revision-v1','','','2025-10-22 20:27:28','2025-10-22 12:27:28','',395473,'https://verdenaturopathy.com.au/site3/?p=399559',0,'revision','',0),(399588,1,'2026-02-02 20:31:34','2026-02-02 12:31:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707580-scaled.jpg\" title_text=\"SA707580\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" hover_enabled=\"0\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707508-1-scaled.jpg\" title_text=\"SA707508\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <strong><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></strong> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" hover_enabled=\"0\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC ADDRESS</strong></h3>\n<p>TUESDAY AM | Mead Medical, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">Frequently asked questions</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.9.4\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Do you offer private health insurance rebates?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"on\"]<p><span>Not currently BUT soon you will be able to claim rebates for naturopathy again! We are anticipating health funds to start offering rebates sometime in early 2026.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are your fees?\" open=\"off\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p><span>Initial consult (45-60min) = $195</span></p>\n<p><span>Follow-up consult (allow 30min) = $95</span></p>\n<p>Express/acute consult (20 min -ย <span style=\"text-decoration: underline;\">existing clients only)</span> = $65<span></span></p>\n<p><em>If it has been longer than 2 years since your previous visit, please book an initial consult to allow ample time to cover your recent health history.ย </em></p>\n<p><em>Consult fees do not include prescribed supplements/remedies or testing.</em><br /><em></em></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer discounts for children, students and seniors?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes! Children 16 & under receive a 25% discount. Students, seniors and concession card holders receive a 10% discount.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have a cancellation policy?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes. At least 24 hours notice is required to change/cancel appointments. If an appointment is cancelled within the 24 hour window, a 50% fee applies. No shows incur 100% of the consult fee.</span></p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','394068-revision-v1','','','2026-02-02 20:31:34','2026-02-02 12:31:34','',394068,'https://verdenaturopathy.com.au/site3/?p=399588',0,'revision','',0),(399565,1,'2026-02-02 13:19:24','2026-02-02 05:19:24','','SA707508','','inherit','open','closed','','sa707508','','','2026-02-02 13:19:24','2026-02-02 05:19:24','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707508.jpg',0,'attachment','image/jpeg',0),(399566,1,'2026-02-02 13:21:09','2026-02-02 05:21:09','','SA707499','','inherit','open','closed','','sa707499','','','2026-02-02 13:21:09','2026-02-02 05:21:09','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707499.jpg',0,'attachment','image/jpeg',0),(399567,1,'2026-02-02 13:25:17','2026-02-02 05:25:17','','SA707498','','inherit','open','closed','','sa707498','','','2026-02-02 13:25:17','2026-02-02 05:25:17','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707498.jpg',0,'attachment','image/jpeg',0),(399568,1,'2026-02-02 13:32:13','2026-02-02 05:32:13','','SA707823','','inherit','open','closed','','sa707823','','','2026-02-02 13:32:13','2026-02-02 05:32:13','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707823.jpg',0,'attachment','image/jpeg',0),(399569,1,'2026-02-02 13:34:55','2026-02-02 05:34:55','','Screenshot 2026-02-02 at 1.33.50 pm','','inherit','open','closed','','screenshot-2026-02-02-at-1-33-50-pm','','','2026-02-02 13:34:55','2026-02-02 05:34:55','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/Screenshot-2026-02-02-at-1.33.50-pm.png',0,'attachment','image/png',0),(399572,1,'2026-02-02 13:51:42','2026-02-02 05:51:42','','SA708372','','inherit','open','closed','','sa708372','','','2026-02-02 13:51:42','2026-02-02 05:51:42','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708372.jpg',0,'attachment','image/jpeg',0),(399584,1,'2026-02-02 20:23:40','2026-02-02 12:23:40','','SA707580','','inherit','open','closed','','sa707580','','','2026-02-02 20:23:40','2026-02-02 12:23:40','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707580.jpg',0,'attachment','image/jpeg',0),(399586,1,'2026-02-02 20:28:15','2026-02-02 12:28:15','','SA707508','','inherit','open','closed','','sa707508-2','','','2026-02-02 20:28:15','2026-02-02 12:28:15','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707508-1.jpg',0,'attachment','image/jpeg',0),(399577,1,'2026-02-02 17:43:22','2026-02-02 09:43:22','','SA708132','','inherit','open','closed','','sa708132','','','2026-02-02 17:43:22','2026-02-02 09:43:22','',395473,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708132.jpg',0,'attachment','image/jpeg',0),(399578,1,'2026-02-02 17:46:21','2026-02-02 09:46:21','','SA708393','','inherit','open','closed','','sa708393','','','2026-02-02 17:46:21','2026-02-02 09:46:21','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708393.jpg',0,'attachment','image/jpeg',0),(399589,1,'2026-02-02 20:35:24','2026-02-02 12:35:24','','SA708227-2','','inherit','open','closed','','sa708227-2','','','2026-02-02 20:35:24','2026-02-02 12:35:24','',0,'https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708227-2.jpg',0,'attachment','image/jpeg',0),(399592,1,'2026-02-02 20:44:27','2026-02-02 12:44:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707580-scaled.jpg\" title_text=\"SA707580\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707508-1-scaled.jpg\" title_text=\"SA707508\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <strong><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></strong> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC ADDRESS</strong></h3>\n<p>TUESDAY AM | Mead Medical, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">Frequently asked questions</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.9.4\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Do you offer private health insurance rebates?\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p><span>Not currently BUT soon you will be able to claim rebates for naturopathy again! We are anticipating health funds to start offering rebates sometime in early 2026.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are your fees?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Initial consult (45-60min) = $195</span></p>\n<p><span>Follow-up consult (allow 30min) = $95</span></p>\n<p>Express/acute consult (20 min -ย <span style=\"text-decoration: underline;\">existing clients only)</span> = $65<span></span></p>\n<p><em>If it has been longer than 2 years since your previous visit, please book an initial consult to allow ample time to cover your recent health history.ย </em></p>\n<p><em>Consult fees do not include prescribed supplements/remedies or testing.</em><br /><em></em></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer discounts for children, students and seniors?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes! Children 16 & under receive a 25% discount. Students, seniors and concession card holders receive a 10% discount.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have a cancellation policy?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes. At least 24 hours notice is required to change/cancel appointments. If an appointment is cancelled within the 24 hour window, a 50% fee applies. No shows incur 100% of the consult fee.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I know if Naturopathy is what I need?\" _builder_version=\"4.9.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>If youโre unsure whether naturopathy is right for you, I offer a complimentary 15-minute chat to see how I can best support you. Please reach out via the contact page to book your free chat.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','394068-revision-v1','','','2026-02-02 20:44:27','2026-02-02 12:44:27','',394068,'https://verdenaturopathy.com.au/site3/?p=399592',0,'revision','',0),(399594,1,'2026-02-05 12:54:25','2026-02-05 04:54:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_400.jpg\" background_blend=\"overlay\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.5\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" module_class=\"ellen_hero_section\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"||||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707580-scaled.jpg\" title_text=\"SA707580\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"on|10px|10px|10px|10px\" border_radii_tablet=\"on|15px|15px|15px|15px\" border_radii_phone=\"off|0px|0px||15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||65px||false|false\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA707508-1-scaled.jpg\" title_text=\"SA707508\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||40px||false|false\" border_radii=\"off|||15px|15px\" border_radii_tablet=\"off|||15px|15px\" border_radii_phone=\"on|15px|15px|15px|15px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"90px||90px|55px|true|false\" custom_padding_tablet=\"40px||70px|0px|false|false\" custom_padding_phone=\"40px||70px|0px|false|false\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content:center;\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" header_2_line_height=\"1.1em\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Let\'s connect.</h2>[/et_pb_text][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<p>For any enquiries, please don\'t hesitate to reach out. Feel free to email <strong><a href=\"mailto:hello@verdenaturopathy.com.au\">hello@verdenaturopathy.com.au</a></strong> or use the contact form below.</p>[/et_pb_text][et_pb_contact_form email=\"#\" submit_button_text=\"submit\" _builder_version=\"4.9.4\" _module_preset=\"default\" form_field_background_color=\"#FFFFFF\" form_field_text_color=\"#222222\" form_field_focus_text_color=\"#222222\" form_field_custom_padding=\"12px||12px||true|false\" title_font_size=\"36px\" form_field_font=\"||||||||\" background_enable_color=\"off\" custom_button=\"on\" button_icon=\"5||divi||400\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" custom_margin=\"||||false|false\" border_radii=\"on|7px|7px|7px|7px\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#000000\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.20.2\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email address\" field_type=\"email\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Subject\" field_title=\"Subject\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Phone\" field_title=\"Your phone number\" allowed_symbols=\"numbers\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Please detail your query\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.9.4\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#ACA892\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC HOURS</strong></h3>\n<p>TUESDAY/WEDNESDAY | 9:30am - 4pm<br />THURSDAY | 11am - 7pm</p>\n<p>SATURDAY (alternating) | 9:30am - 1pm</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_3_text_align=\"center\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"26px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"]<h3><strong>CLINIC LOCATION</strong></h3>\n<p>TUESDAY AM | Mead Medical Specialist Rooms, Kalamunda</p>\n<p>ALL OTHER TIMES/DAYS | Home clinic, Kalamunda (address supplied upon booking)</p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"FAQ\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||60px||false|false\" custom_padding_phone=\"30px||50px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_font=\"|600||on|||||\" text_text_color=\"#F5F6F1\" text_font_size=\"12px\" text_letter_spacing=\"1px\" header_4_font=\"|600||on|||||\" background_color=\"#ACA892\" text_orientation=\"center\" max_width=\"45%\" max_width_tablet=\"45%\" max_width_phone=\"80%\" max_width_last_edited=\"on|phone\" module_alignment=\"left\" custom_margin=\"||15px||false|false\" custom_padding=\"5px|10px|5px|10px|true|true\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color5);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"on|5px|5px|5px|5px\" global_colors_info=\"{}\"]<p>The most common questions</p>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" header_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2><span style=\"font-size: xx-large;\">Frequently asked questions</span></h2>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.9.4\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Do you offer private health insurance rebates?\" open=\"on\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\"]<p><span>Not currently BUT soon you will be able to claim rebates for naturopathy again! We are anticipating health funds to start offering rebates sometime in early 2026.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are your fees?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Initial consult (45-60min) = $195</span></p>\n<p><span>Follow-up consult (allow 30min) = $95</span></p>\n<p>Express/acute consult (20 min -ย <span style=\"text-decoration: underline;\">existing clients only)</span> = $65<span></span></p>\n<p><em>If it has been longer than 2 years since your previous visit, please book an initial consult to allow ample time to cover your recent health history.ย </em></p>\n<p><em>Consult fees do not include prescribed supplements/remedies or testing.</em><br /><em></em></p>\n<p><span></span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer discounts for children, students and seniors?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes! Children 16 & under receive a 25% discount. Students, seniors and concession card holders receive a 10% discount.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have a cancellation policy?\" _builder_version=\"4.9.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" open=\"off\"]<p><span>Yes. At least 24 hours notice is required to change/cancel appointments. If an appointment is cancelled within the 24 hour window, a 50% fee applies. No shows incur 100% of the consult fee.</span></p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I know if Naturopathy is what I need?\" _builder_version=\"4.9.4\" _module_preset=\"default\" open=\"off\"]<p>If youโre unsure whether naturopathy is right for you, I offer a complimentary 15-minute chat to see how I can best support you. Please reach out via the contact page to book your free chat.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|15px|15px|15px|15px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" custom_padding=\"200px||200px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','394068-revision-v1','','','2026-02-05 12:54:25','2026-02-05 04:54:25','',394068,'https://verdenaturopathy.com.au/site3/?p=399594',0,'revision','',0),(399596,1,'2026-02-05 13:14:50','2026-02-05 05:14:50','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_margin=\"||-50px||false|false\" custom_padding=\"35px||100px||false|false\" custom_padding_tablet=\"||85px||false|false\" custom_padding_phone=\"||70px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_font_size=\"70px\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_font_size_tablet=\"70px\" header_font_size_phone=\"48px\" header_font_size_last_edited=\"on|phone\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Meet Mel.</h1>[/et_pb_text][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708227-2-scaled.jpg\" title_text=\"SA708227-2\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"500px\" width_tablet=\"500px\" width_phone=\"100%\" width_last_edited=\"on|phone\" custom_margin=\"||||false|false\" custom_padding=\"||1px|||\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"999\" custom_padding=\"40px||60px||false|false\" custom_padding_tablet=\"40px||25px||false|false\" custom_padding_phone=\"10px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"30px||20px||false|false\" custom_padding_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<blockquote>\n<h2><b>Hey there, I\'m Mel Cann</b></h2>\n<h2><span style=\"font-size: xx-large;\">Naturopath + passionate advocate for holistic health</span></h2>\n</blockquote>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||40px||false|false\" custom_padding_tablet=\"||40px||false|false\" custom_padding_phone=\"0px||40px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|15px||false|false\" custom_padding_phone=\"|0px|15px||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p data-start=\"173\" data-end=\"273\">Iโm here to help people like you feel empowered in your health,ย </p>\n<p data-start=\"275\" data-end=\"609\"></p>\n<p data-start=\"369\" data-end=\"541\">I discovered naturopathy through my own struggles with hormonal imbalances and gut issues, and the difference it made in my health inspired me to help others do the same.</p>\n<p data-start=\"543\" data-end=\"940\">I love <strong data-start=\"550\" data-end=\"575\">empowering my clients</strong> to understand their bodies, take control of their health, and find balance across mind, body, and emotions. Together, we focus on whatโs really going on โ uncovering root causes and creating personalised, practical strategies that fit your life. My main areas of interest are <strong data-start=\"852\" data-end=\"937\">womenโs health, gut health, metabolic support, autoimmunity, and mental wellbeing</strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|||35px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"|||0px|false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non turpis pellentesque magna elementum porttitor. Donec consectetur ligula et diam laoreet, sit amet posuere nisl euismod. Pellentesque ac elementum ante. Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue. Curabitur sollicitudin mi nec metus commodo convallis et et neque. In lacinia ex in varius cursus. <span>Iceland blue bottle deep v portland, microdosing neutra mixtape listicle snackwave edison bulb grailed cupping tacos literally narwhal. Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V4 - Barbra\" module_class=\"ellen_values\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"BContent V4 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_css_main_element=\"display: flex;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"display: block;\" custom_css_main_element_tablet=\"display: flex;\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"margin-right: 3%;|| margin-bottom: 0;\" custom_css_main_element_phone=\"margin-right: 0;||margin-bottom: 30px;\"][et_pb_blurb content_max_width=\"100%\" admin_label=\"BContent V4 - Barbra - Blurb - BG Image size:1200x1367px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#000000\" header_font_size=\"30px\" header_line_height=\"130%\" body_text_color=\"#000000\" body_font_size=\"16px\" body_line_height=\"170%\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" height=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"160px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"24px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|tablet\" custom_css_blurb_image=\"margin: 0;\" custom_css_blurb_content=\"position: static;||background: var(--color1);\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Every journey starts with small decision. For us it will be a short call where we will get to know each other.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY VALUES</h2>\n<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||20px||false|false\" custom_padding=\"10px||10px||true|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Quality\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Passion\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Integrity\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" border_width_top=\"1px\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"30px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"40px|40px|40px|40px|true|true\" custom_padding_tablet=\"40px|40px|20px|40px|false|true\" custom_padding_phone=\"40px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#000000\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"MY SERVICES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"right\" module_alignment=\"right\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"40px||0px||false|true\" custom_padding_phone=\"15px|15px||15px|false|true\" custom_padding_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"50px\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|phone\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"RESOURCES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" module_alignment=\"left\" custom_padding=\"60px|50px||50px|false|true\" custom_padding_tablet=\"60px|50px|0px|50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"CONTACT ME\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" body_text_align=\"center\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"left\" module_alignment=\"left\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"60px|50px||50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" button_border_radius_tablet=\"\" button_border_radius_phone=\"\" button_border_radius_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/map.png\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.3;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Join hundreds of happy people</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|1|0|-1\" sticky_position_tablet=\"\" sticky_position_phone=\"\" sticky_position_last_edited=\"on|phone\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alline McCoy\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Maria Gonzรกlez\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|-1|0|1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jessica Wood\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>MEDIA MANAGER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"I left food prison and have moved into food freedom. Iโm feeling so in control of my food and overall well-being. Iโm shocked at the mental and physical change Iโve experienced.โ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>GRAPHIC DESIGNER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"Iโm looking at my health as physical, mental, emotional, spiritual, all of it, and that\'s something I\'ve never done before with myself or my health.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Helena Soretti\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>YOGA COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โNow I don\'t feel the need to get it right 100% of the time, or saying \'you can\'t have or shouldn\'t have.\' Now I know it\'s \'What do you need to get that balance?\' It\'s so different.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" module_class=\"ellen_about_us_history\" _builder_version=\"4.25.1\" background_color=\"#EEE4DB\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"40px||65px||false|false\" bottom_divider_color=\"#f0f2f8\" bottom_divider_height=\"175px\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_3_text_align=\"center\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY HISTORY</h2>\n<h3>Where it all began and how itยดs going now</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"2.825%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.24.3\" width=\"200px\" module_alignment=\"right\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2017: I was broken, tired and overwhelmed\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Aliquam sed elementum massa, id volutpat risus. Praesent sit amet enim eros. Sed quis risus a odio scelerisque faucibus. Etiam volutpat ante lorem. Sed vitae tincidunt magna. Nulla ipsum.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"1.7%||27px|\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2020: Learning from Covid experience Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Ut venen atis porttitor dignissim. Suspendisse sapien felis. <span>Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue.ย </span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" title_text=\"KathyNew_210\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" max_width=\"200px\" max_width_tablet=\"200px\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.16\" max_width=\"1175px\" custom_padding=\"1.75%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" title_text=\"Ellen_Servces208\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"150px\" module_alignment=\"right\" custom_margin=\"|||2px||\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2022: Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>In vitae ipsum lacus. Curabitur felis lectus, cursus nec ipsum in, ornare elementum sapien. Suspendisse laoreet, ipsum eu congue. <span>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" _builder_version=\"4.25.1\" max_width=\"1175px\" custom_padding=\"20px||27px||false|false\" custom_padding_tablet=\"20px||27px||false|false\" custom_padding_phone=\"0px||10px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024: Awesome year !\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"200px\" width_tablet=\"200px\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" custom_css_main_element=\"display: none !important;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"CSS Code - DO NOT REMOVE!\" _builder_version=\"4.16\" global_colors_info=\"{}\"]<style><!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 44% !important;<!-- [et_pb_line_break_holder] --> margin-right: 12% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 17px;<!-- [et_pb_line_break_holder] --> height: 17px;<!-- [et_pb_line_break_holder] --> background-color: #fe506c;<!-- [et_pb_line_break_holder] --> border-radius: 50%;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> transform: translate(-50%, 0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description{<!-- [et_pb_line_break_holder] --> position: static;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/*.ddd_about_us_history .et_pb_row:nth-child(3) .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {*/<!-- [et_pb_line_break_holder] --> /*left: auto;*/<!-- [et_pb_line_break_holder] --> /*right: -15.2%;*/<!-- [et_pb_line_break_holder] -->/*}*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row:not(:first-child):before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> width: 1px;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> background-color: #d5d7dd;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> transform: translate(-50%,0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Footer*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->#page-container .ddd_about_us_footer .et_pb_social_media_follow a:before,<!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a {<!-- [et_pb_line_break_holder] --> color: inherit !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a:hover {<!-- [et_pb_line_break_holder] --> opacity: 0.5 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu p {<!-- [et_pb_line_break_holder] --> padding: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu a {<!-- [et_pb_line_break_holder] --> margin-bottom: 1em !important;<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 53.5% !important;<!-- [et_pb_line_break_holder] --> margin-right: 6% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 11.2% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4.et-last-child {<!-- [et_pb_line_break_holder] --> width: 8% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Hovers*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb img,<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb h4{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover h4{<!-- [et_pb_line_break_holder] --> transform: translate(0,-10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover img{<!-- [et_pb_line_break_holder] --> transform: translate(0,10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image{<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image img{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member:hover img{<!-- [et_pb_line_break_holder] --> transform: scale(1.1) rotate(3deg);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) {<!-- [et_pb_line_break_holder] --> /*Footer*/<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 33% !important;<!-- [et_pb_line_break_holder] --> margin-right: 3% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 100px !important;<!-- [et_pb_line_break_holder] --> height: 100px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child .et_pb_text:first-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes {<!-- [et_pb_line_break_holder] --> margin-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) and (min-width: 981px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:last-child{<!-- [et_pb_line_break_holder] --> width: 65% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:first-child{<!-- [et_pb_line_break_holder] --> width: 30% !important;<!-- [et_pb_line_break_holder] --> margin-right: 5% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_social_media_follow,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_text {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 h2 {<!-- [et_pb_line_break_holder] --> padding-bottom: 20px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child .et_pb_promo {<!-- [et_pb_line_break_holder] --> max-width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_team_member {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description h4,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description p,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description ul {<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> padding: 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_image {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> float: none;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 767px) {<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 p {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> text-align: center<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_row:last-child .et_pb_text a {<!-- [et_pb_line_break_holder] --> display: inline-block;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 50px !important;<!-- [et_pb_line_break_holder] --> height: 50px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description p{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_row:not(:first-child):before{<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_space{<!-- [et_pb_line_break_holder] --> margin: 0 auto;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_text{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> max-width: 360px;<!-- [et_pb_line_break_holder] --> margin: 0 auto 30px !important;<!-- [et_pb_line_break_holder] --> float: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 480px) {<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo h2 {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> margin-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','393800-revision-v1','','','2026-02-05 13:14:50','2026-02-05 05:14:50','',393800,'https://verdenaturopathy.com.au/site3/?p=399596',0,'revision','',0),(399598,1,'2026-02-06 15:25:20','2026-02-06 07:25:20','[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_video_mp4=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/6707402-hd_1920_1080_25fps.mp4\" custom_margin=\"||-50px||false|false\" custom_padding=\"35px||100px||false|false\" custom_padding_tablet=\"||85px||false|false\" custom_padding_phone=\"||70px||false|false\" custom_css_before=\"content:%22%22;||display: block;||position: absolute;||top: 0;||left: 0;||width: 100%;||height: 100%;||background-color: #222;||opacity: 0.5;||z-index: 1;\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#F5F6F1\" header_font_size=\"70px\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"44px\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" header_font_size_tablet=\"70px\" header_font_size_phone=\"48px\" header_font_size_last_edited=\"on|phone\" header_2_text_align_tablet=\"\" header_2_text_align_phone=\"center\" header_2_text_align_last_edited=\"on|phone\" header_2_font_size_tablet=\"44px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Meet Mel.</h1>[/et_pb_text][et_pb_image src=\"https://verdenaturopathy.com.au/site3/wp-content/uploads/2026/02/SA708227-2-scaled.jpg\" title_text=\"SA708227-2\" align=\"center\" _builder_version=\"4.9.4\" _module_preset=\"default\" width=\"500px\" width_tablet=\"500px\" width_phone=\"100%\" width_last_edited=\"on|phone\" custom_margin=\"||||false|false\" custom_padding=\"||1px|||\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.25.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" z_index=\"999\" custom_padding=\"40px||60px||false|false\" custom_padding_tablet=\"40px||25px||false|false\" custom_padding_phone=\"10px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"||||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" custom_padding_tablet=\"||20px||false|false\" custom_padding_phone=\"30px||20px||false|false\" custom_padding_last_edited=\"on|tablet\" header_2_font_size_tablet=\"34px\" header_2_font_size_phone=\"30px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<blockquote>\n<h2><b>Hey there, I\'m Mel Cann</b></h2>\n<h2><span style=\"font-size: xx-large;\">Naturopath + passionate advocate for holistic health</span></h2>\n</blockquote>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"||40px||false|false\" custom_padding_tablet=\"||40px||false|false\" custom_padding_phone=\"0px||40px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|35px|||false|false\" custom_padding_tablet=\"|0px|15px||false|false\" custom_padding_phone=\"|0px|15px||false|false\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.9.4\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"]<p><span style=\"font-weight: 400;\">m a degree-qualified naturopath and passionate advocate for holistic health. While I\'ve always had a keen interest in health, naturopathy wasn\'t my first career choice. I jumped into a conservation degree straight out of high school, then moved to Margaret River after graduating to follow my then-boyfriend/now-husband in his winemaking studies. It was there that I experienced a run of health issues which saw me struggling with hormonal imbalance, poor gut health and chronic UTIs. A co-worker recommended I see a naturopath (I had no idea what a naturopath was!) and the profound improvements I saw in my health inspired me to start studying naturopathy.ย </span></p>\n<p><span style=\"font-weight: 400;\">That experience didnโt just change my health โ it shaped how I practise today. Feeling truly listened to, having my symptoms viewed in context, and being supported showed me what good care should feel like.ย </span></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.22.2\" _module_preset=\"default\" custom_padding=\"|||35px|false|false\" custom_padding_tablet=\"|||0px|false|false\" custom_padding_phone=\"|||0px|false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\"][/et_pb_text][et_pb_text _builder_version=\"4.22.2\" _module_preset=\"default\" text_line_height=\"2.1em\" text_orientation=\"justified\" global_colors_info=\"{}\" locked=\"off\"]<p>It taught me how powerful it can be to feel understood, supported, and involved in your own health โ and thatโs exactly what I aim to offer my clients. Itโs the model Iโve carried forward into my own clinic, where collaboration, curiosity, and looking at the whole person are central to every consultation.</p>\n<p>I love empowering my clients to understand their bodies, take control of their health, and find balance across mind, body, and emotions. Together, we focus on whatโs really going on โ uncovering root causes and creating personalised, practical strategies that fit your life. My areas of interest are womenโs health, gut health, metabolic support, autoimmunity, and mental wellbeing. When I\'m not consulting, you\'ll most likely find me at one of my kids\' sporting games proudly cheering them on, or drinking my 10th cup of herbal tea for the day.ย ย </p>\n<p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"BContent V4 - Barbra\" module_class=\"ellen_values\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#DCDBD4\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||30px||false|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color3);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" make_equal=\"on\" admin_label=\"BContent V4 - Barbra - Row\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_css_main_element=\"display: flex;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|phone\" custom_css_main_element_phone=\"display: block;\" custom_css_main_element_tablet=\"display: flex;\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"margin-right: 3%;|| margin-bottom: 0;\" custom_css_main_element_phone=\"margin-right: 0;||margin-bottom: 30px;\"][et_pb_blurb content_max_width=\"100%\" admin_label=\"BContent V4 - Barbra - Blurb - BG Image size:1200x1367px\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_color=\"#000000\" header_font_size=\"30px\" header_line_height=\"130%\" body_text_color=\"#000000\" body_font_size=\"16px\" body_line_height=\"170%\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Services201.png\" height=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"160px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|phone\" header_font_size_tablet=\"24px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|tablet\" custom_css_blurb_image=\"margin: 0;\" custom_css_blurb_content=\"position: static;||background: var(--color1);\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]<p>Every journey starts with small decision. For us it will be a short call where we will get to know each other.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_font=\"|300|||||||\" header_2_text_align=\"left\" header_2_font_size=\"40px\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY VALUES</h2>\n<p>Four loko poutine hexagon, gentrify trust fund flannel meditation fixie. Vinyl dreamcatcher truffaut, four dollar toast banh mi air plant tousled.</p>[/et_pb_text][et_pb_accordion closed_toggle_background_color=\"#FFFFFF\" icon_color=\"#B0AC8A\" _builder_version=\"4.25.1\" _module_preset=\"default\" toggle_text_color=\"#181D22\" toggle_level=\"h4\" toggle_font_size=\"20px\" custom_margin=\"||20px||false|false\" custom_padding=\"10px||10px||true|false\" custom_css_toggle_content=\"margin-bottom: 0;\" border_radii=\"on|10px|10px|10px|10px\" border_width_all=\"0px\" global_colors_info=\"{}\"][et_pb_accordion_item title=\"Quality\" open=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Passion\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][et_pb_accordion_item title=\"Integrity\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" global_colors_info=\"{}\" toggle_level=\"h3\" toggle_font_size=\"24px\" open=\"off\"]<p>Vivamus laoreet. In dui magna, posuere eget, vestibulum et, tempor auctor, justo. Pellentesque egestas, neque sit amet convallis pulvinar, justo nulla eleifend augue.</p>\n<div class=\"content-wrap flex-vertical-left-top\"></div>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#454334\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_1020.jpg\" background_blend=\"multiply\" custom_margin=\"||||false|false\" custom_padding=\"0px||0px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color6);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.2;\" border_width_top=\"1px\" border_width_bottom=\"1px\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_color=\"off\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"30px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_enable_image=\"off\" custom_padding=\"40px|40px|40px|40px|true|true\" custom_padding_tablet=\"40px|40px|20px|40px|false|true\" custom_padding_phone=\"40px|20px|20px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#000000\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"MY SERVICES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5MzcxNSJ9fQ==@\" button_text=\"VIEW MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"right\" module_alignment=\"right\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"40px||0px||false|true\" custom_padding_phone=\"15px|15px||15px|false|true\" custom_padding_last_edited=\"on|tablet\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|hover\" button_border_radius__hover=\"50px\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" border_width_right=\"1px\" border_color_right=\"#F5F6F1\" border_width_left=\"1px\" border_color_left=\"#F5F6F1\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|phone\" border_width_left_tablet=\"0px\" border_width_left_phone=\"0px\" border_width_left_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"RESOURCES\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjIifX0=@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" background_enable_video_mp4=\"off\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_custom_padding=\"0px|15px|0px|0px|true|false\" module_alignment=\"left\" custom_padding=\"60px|50px||50px|false|true\" custom_padding_tablet=\"60px|50px|0px|50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"40px|40px|40px|40px|false|true\" custom_padding_tablet=\"20px|40px|40px|40px|false|true\" custom_padding_phone=\"20px|20px|40px|20px|false|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_cta title=\"CONTACT ME\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjM5NDA2OCJ9fQ==@\" button_text=\"LEARN MORE\" _builder_version=\"4.25.1\" _dynamic_attributes=\"button_url\" _module_preset=\"default\" header_font=\"|600||on|||||\" header_text_align=\"center\" header_text_color=\"#F5F6F1\" header_font_size=\"40px\" body_text_align=\"center\" background_enable_color=\"off\" background_enable_image=\"off\" background_blend=\"multiply\" custom_button=\"on\" button_text_color=\"#F5F6F1\" button_icon=\"5||divi||400\" button_icon_color=\"#F5F6F1\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"0px|15px|0px|0px|true|false\" text_orientation=\"left\" module_alignment=\"left\" custom_padding=\"60px||||false|false\" custom_padding_tablet=\"60px|50px||50px|false|true\" custom_padding_phone=\"15px|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" header_text_align_tablet=\"center\" header_text_align_phone=\"center\" header_text_align_last_edited=\"on|tablet\" header_font_size_tablet=\"44px\" header_font_size_phone=\"34px\" header_font_size_last_edited=\"on|phone\" button_border_radius_tablet=\"\" button_border_radius_phone=\"\" button_border_radius_last_edited=\"on|tablet\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" box_shadow_style_button=\"preset4\" box_shadow_horizontal_button=\"0px\" box_shadow_vertical_button=\"2px\" box_shadow_color_button=\"#F5F6F1\" global_colors_info=\"{}\" button_border_radius__hover_enabled=\"on|desktop\" button_border_radius__hover=\"\"][/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"BHeaderV V3 - Barbra\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#F5F6F1\" background_image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/05/map.png\" background_blend=\"overlay\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_margin=\"||-50px||false|false\" custom_padding=\"80px||100px||false|false\" custom_padding_tablet=\"50px||50px||true|false\" custom_padding_phone=\"40px||40px||true|false\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color1);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;||opacity: 0.3;\" collapsed=\"off\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_2_text_color=\"#181D22\" header_2_font_size=\"40px\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" header_2_font_size_tablet=\"36px\" header_2_font_size_phone=\"32px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>LOVE NOTES FROM PAST CLIENTS</h2>[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" text_text_color=\"#181D22\" text_font_size=\"18px\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Join hundreds of happy people</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding_tablet=\"\" custom_padding_phone=\"10px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|1|0|-1\" sticky_position_tablet=\"\" sticky_position_phone=\"\" sticky_position_last_edited=\"on|phone\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alline McCoy\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_095.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/10/Ellen_099.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โWorking with Ellen was one of the hardest, yet most life-giving experiences Iโve ever been through as a womanโ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Maria Gonzรกlez\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>LIFESTYLE COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.0\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]โI canโt believe my energy levels. I finally put my phone down, stopped scrolling, and actually got my energy back\"[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" max_width=\"100%\" custom_padding=\"0px||||false|false\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|-1|0|1\" scroll_horizontal_motion_tablet=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_phone=\"0|50|50|100|0|0|0\" scroll_horizontal_motion_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jessica Wood\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_201.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>MEDIA MANAGER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"I left food prison and have moved into food freedom. Iโm feeling so in control of my food and overall well-being. Iโm shocked at the mental and physical change Iโve experienced.โ</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Jenna Peterson\" image=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_203-scaled.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>GRAPHIC DESIGNER</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>\"Iโm looking at my health as physical, mental, emotional, spiritual, all of it, and that\'s something I\'ve never done before with myself or my health.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"30px|26px|30px|26px|true|true\" border_radii=\"on|15px|15px|15px|15px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"20px\" box_shadow_blur=\"70px\" box_shadow_color=\"rgba(0,0,0,0.15)\" global_colors_info=\"{}\"][et_pb_blurb title=\"Helena Soretti\" image=\"https://demosdivi.lovelyconfetti.com/sophia/wp-content/uploads/sites/23/2023/12/Sophia1043.jpg\" icon_placement=\"left\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_level=\"h5\" header_font_size=\"22px\" body_font=\"|600|||||||\" body_font_size=\"11px\" animation=\"off\" custom_css_blurb_title=\"margin-top: 15px;||padding-bottom: 0px;\" border_radii_image=\"on|50%|50%|50%|50%\" global_colors_info=\"{}\"]<p>YOGA COACH</p>[/et_pb_blurb][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_3_font_size=\"27px\" custom_css_after=\"content: \'๎ณ๎ณ๎ณ๎ณ๎ณ\';||font-family: ETmodules!important;||font-size: 16px !important;||letter-spacing: 5px;||line-height: 100%;||color: #ffc046;||display: block;||height: auto;||visibility: visible;||margin-top: 20px\" global_colors_info=\"{}\"]<p>โNow I don\'t feel the need to get it right 100% of the time, or saying \'you can\'t have or shouldn\'t have.\' Now I know it\'s \'What do you need to get that balance?\' It\'s so different.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" module_class=\"ellen_about_us_history\" _builder_version=\"4.25.1\" background_color=\"#EEE4DB\" custom_padding=\"80px||80px||true|false\" custom_padding_tablet=\"80px||80px||true|false\" custom_padding_phone=\"40px||65px||false|false\" bottom_divider_color=\"#f0f2f8\" bottom_divider_height=\"175px\" custom_css_before=\"content:\'\';||position:absolute;||background:var(--color2);||width:100%;||height:100%;||left:0;||right:0;||top:0;||bottom:0;\" border_radii=\"off|50px|50px||\" border_radii_tablet=\"off|50px|50px||\" border_radii_phone=\"off|25px|25px||\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23\" _module_preset=\"default\" max_width=\"900px\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.22.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"default\" header_text_align=\"center\" header_2_font=\"|300|||||||\" header_2_text_align=\"center\" header_2_font_size=\"40px\" header_3_text_align=\"center\" header_2_font_size_tablet=\"40px\" header_2_font_size_phone=\"36px\" header_2_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>MY HISTORY</h2>\n<h3>Where it all began and how itยดs going now</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"2.825%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen_096.jpg\" title_text=\"Ellen_096\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.24.3\" width=\"200px\" module_alignment=\"right\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2017: I was broken, tired and overwhelmed\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"20px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Aliquam sed elementum massa, id volutpat risus. Praesent sit amet enim eros. Sed quis risus a odio scelerisque faucibus. Etiam volutpat ante lorem. Sed vitae tincidunt magna. Nulla ipsum.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" admin_label=\"Our History\" _builder_version=\"4.25.1\" custom_padding=\"1.7%||27px|\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2020: Learning from Covid experience Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Ut venen atis porttitor dignissim. Suspendisse sapien felis. <span>Quisque eget tempus dolor. Cras vitae facilisis urna. Cras a leo porttitor, accumsan neque eget, aliquet augue.ย </span></p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2025/02/KathyNew_210.jpg\" title_text=\"KathyNew_210\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" max_width=\"200px\" max_width_tablet=\"200px\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" admin_label=\"Our History\" _builder_version=\"4.16\" max_width=\"1175px\" custom_padding=\"1.75%|||\" use_custom_width=\"on\" custom_width_px=\"1175px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/07/Ellen_Servces208.png\" title_text=\"Ellen_Servces208\" align=\"right\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"150px\" module_alignment=\"right\" custom_margin=\"|||2px||\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2022: Grow and success\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"left\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"left\" use_background_color=\"off\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"39px|||\" custom_padding_tablet=\"39px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>In vitae ipsum lacus. Curabitur felis lectus, cursus nec ipsum in, ornare elementum sapien. Suspendisse laoreet, ipsum eu congue. <span>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</span></p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" custom_padding_last_edited=\"on|phone\" admin_label=\"Our History\" _builder_version=\"4.25.1\" max_width=\"1175px\" custom_padding=\"20px||27px||false|false\" custom_padding_tablet=\"20px||27px||false|false\" custom_padding_phone=\"0px||10px||false|false\" use_custom_width=\"on\" custom_width_px=\"1175px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_cta title=\"2024: Awesome year !\" admin_label=\"Curabitur felis lectus, cursus nec ipsum\" _builder_version=\"4.25.1\" header_text_align=\"right\" header_font_size=\"22px\" header_line_height=\"26px\" body_text_align=\"right\" body_letter_spacing=\"0.3px\" body_line_height=\"28px\" use_background_color=\"off\" text_orientation=\"right\" background_layout=\"light\" custom_margin=\"|||0px\" custom_padding=\"52px|||\" custom_padding_tablet=\"52px|||\" custom_padding_phone=\"10px||||false|false\" custom_padding_last_edited=\"on|phone\" custom_css_promo_description=\"margin-left: 0px;\" custom_css_promo_title=\"margin-bottom: 2px;||\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_text_size__hover=\"null\" button_one_text_size__hover_enabled=\"off\" button_one_text_size__hover=\"null\" button_two_text_size__hover_enabled=\"off\" button_two_text_size__hover=\"null\" button_text_color__hover_enabled=\"off\" button_text_color__hover=\"null\" button_one_text_color__hover_enabled=\"off\" button_one_text_color__hover=\"null\" button_two_text_color__hover_enabled=\"off\" button_two_text_color__hover=\"null\" button_border_width__hover_enabled=\"off\" button_border_width__hover=\"null\" button_one_border_width__hover_enabled=\"off\" button_one_border_width__hover=\"null\" button_two_border_width__hover_enabled=\"off\" button_two_border_width__hover=\"null\" button_border_color__hover_enabled=\"off\" button_border_color__hover=\"null\" button_one_border_color__hover_enabled=\"off\" button_one_border_color__hover=\"null\" button_two_border_color__hover_enabled=\"off\" button_two_border_color__hover=\"null\" button_border_radius__hover_enabled=\"off\" button_border_radius__hover=\"null\" button_one_border_radius__hover_enabled=\"off\" button_one_border_radius__hover=\"null\" button_two_border_radius__hover_enabled=\"off\" button_two_border_radius__hover=\"null\" button_letter_spacing__hover_enabled=\"off\" button_letter_spacing__hover=\"null\" button_one_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover=\"null\" button_two_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover=\"null\" button_bg_color__hover_enabled=\"off\" button_bg_color__hover=\"null\" button_one_bg_color__hover_enabled=\"off\" button_one_bg_color__hover=\"null\" button_two_bg_color__hover_enabled=\"off\" button_two_bg_color__hover=\"null\"]<p>Grursus mal suada faci lisis Lorem ipsum dolarorit ametion the at dummy consectetur elit. Vesti at bulum nec odio aea the dumm ipsum on that at to dolocons rsus mal suada and fadolorit to the consectetur elit. All the more Lorem Ipsum generators on the Intern</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://demosdivi.lovelyconfetti.com/ellen/wp-content/uploads/sites/26/2024/04/Ellen-017-1.jpg\" title_text=\"Ellen-017 (1)\" align_tablet=\"center\" align_phone=\"\" align_last_edited=\"on|desktop\" admin_label=\"Image 497 x 255 pixels\" _builder_version=\"4.25.1\" width=\"200px\" width_tablet=\"200px\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_margin=\"|||0px\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"]\r[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.16\" custom_css_main_element=\"display: none !important;\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_code admin_label=\"CSS Code - DO NOT REMOVE!\" _builder_version=\"4.16\" global_colors_info=\"{}\"]<style><!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_wedo .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_image img{<!-- [et_pb_line_break_holder] --> height: auto !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 44% !important;<!-- [et_pb_line_break_holder] --> margin-right: 12% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 17px;<!-- [et_pb_line_break_holder] --> height: 17px;<!-- [et_pb_line_break_holder] --> background-color: #fe506c;<!-- [et_pb_line_break_holder] --> border-radius: 50%;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> transform: translate(-50%, 0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2,<!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description{<!-- [et_pb_line_break_holder] --> position: static;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->/*.ddd_about_us_history .et_pb_row:nth-child(3) .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before {*/<!-- [et_pb_line_break_holder] --> /*left: auto;*/<!-- [et_pb_line_break_holder] --> /*right: -15.2%;*/<!-- [et_pb_line_break_holder] -->/*}*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_history .et_pb_row:not(:first-child):before {<!-- [et_pb_line_break_holder] --> content: \"\";<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> width: 1px;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> background-color: #d5d7dd;<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> transform: translate(-50%,0);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Footer*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->#page-container .ddd_about_us_footer .et_pb_social_media_follow a:before,<!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a {<!-- [et_pb_line_break_holder] --> color: inherit !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer a:hover {<!-- [et_pb_line_break_holder] --> opacity: 0.5 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu p {<!-- [et_pb_line_break_holder] --> padding: 0 !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .footer_menu a {<!-- [et_pb_line_break_holder] --> margin-bottom: 1em !important;<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 53.5% !important;<!-- [et_pb_line_break_holder] --> margin-right: 6% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 11.2% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_footer .et_pb_column_1_4.et-last-child {<!-- [et_pb_line_break_holder] --> width: 8% !important;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Hovers*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb img,<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb h4{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover h4{<!-- [et_pb_line_break_holder] --> transform: translate(0,-10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] -->.ddd_about_us_boxes .et_pb_blurb:hover img{<!-- [et_pb_line_break_holder] --> transform: translate(0,10px);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image{<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member_image img{<!-- [et_pb_line_break_holder] --> transition: 0.3s;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ddd_about_us_team .et_pb_team_member:hover img{<!-- [et_pb_line_break_holder] --> transform: scale(1.1) rotate(3deg);<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) {<!-- [et_pb_line_break_holder] --> /*Footer*/<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 33% !important;<!-- [et_pb_line_break_holder] --> margin-right: 3% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> width: 20% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 100px !important;<!-- [et_pb_line_break_holder] --> height: 100px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 40px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child .et_pb_text:first-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row:last-child .et_pb_column:last-child {<!-- [et_pb_line_break_holder] --> padding-top: 0 !important;<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes {<!-- [et_pb_line_break_holder] --> margin-top: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 1390px) and (min-width: 981px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:last-child{<!-- [et_pb_line_break_holder] --> width: 65% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_2:first-child{<!-- [et_pb_line_break_holder] --> width: 30% !important;<!-- [et_pb_line_break_holder] --> margin-right: 5% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_social_media_follow,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_2 .et_pb_text {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_column_1_4 h2 {<!-- [et_pb_line_break_holder] --> padding-bottom: 20px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child .et_pb_promo {<!-- [et_pb_line_break_holder] --> max-width: 100% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:first-child {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3:last-child {<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 32% !important;<!-- [et_pb_line_break_holder] --> margin-right: 2% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_team_member {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description h4,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description p,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description ul {<!-- [et_pb_line_break_holder] --> padding-left: 0 !important;<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_description {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> padding: 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_team_member .et_pb_team_member_image {<!-- [et_pb_line_break_holder] --> display: block !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> float: none;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 767px) {<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0% !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> body #page-container .ddd_about_us_footer .et_pb_column_1_4 p {<!-- [et_pb_line_break_holder] --> display: block;<!-- [et_pb_line_break_holder] --> text-align: center<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_footer .et_pb_row:last-child .et_pb_text a {<!-- [et_pb_line_break_holder] --> display: inline-block;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_top_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_counter .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_team .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_boxes .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_wedo .et_pb_bottom_inside_divider,<!-- [et_pb_line_break_holder] --> .ddd_about_us_header .et_pb_bottom_inside_divider {<!-- [et_pb_line_break_holder] --> background-size: 100% 50px !important;<!-- [et_pb_line_break_holder] --> height: 50px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description p{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 .et_pb_promo .et_pb_promo_description h2:before,<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_row:not(:first-child):before{<!-- [et_pb_line_break_holder] --> display: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ddd_about_us_history .et_pb_column_1_2 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> margin-right: 0 !important;<!-- [et_pb_line_break_holder] --> margin-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_space{<!-- [et_pb_line_break_holder] --> margin: 0 auto;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column .et_pb_text{<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_team .et_pb_column_1_3 {<!-- [et_pb_line_break_holder] --> width: 100% !important;<!-- [et_pb_line_break_holder] --> max-width: 360px;<!-- [et_pb_line_break_holder] --> margin: 0 auto 30px !important;<!-- [et_pb_line_break_holder] --> float: none !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media only screen and (max-width: 480px) {<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo,<!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column .et_pb_promo h2 {<!-- [et_pb_line_break_holder] --> text-align: center !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4 {<!-- [et_pb_line_break_holder] --> margin-bottom: 30px !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> #page-container .ddd_about_us_footer .et_pb_column_1_4:last-child {<!-- [et_pb_line_break_holder] --> padding-bottom: 0 !important;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --></style>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','393800-revision-v1','','','2026-02-06 15:25:20','2026-02-06 07:25:20','',393800,'https://verdenaturopathy.com.au/site3/?p=399598',0,'revision','',0); /*!40000 ALTER TABLE `wpln_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_sgpb_subscribers` -- DROP TABLE IF EXISTS `wpln_sgpb_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_sgpb_subscribers` ( `id` int NOT NULL AUTO_INCREMENT, `firstName` varchar(255) DEFAULT NULL, `lastName` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `subscriptionType` int DEFAULT NULL, `cDate` date DEFAULT NULL, `status` varchar(255) DEFAULT NULL, `unsubscribed` int DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_sgpb_subscribers` -- LOCK TABLES `wpln_sgpb_subscribers` WRITE; /*!40000 ALTER TABLE `wpln_sgpb_subscribers` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_sgpb_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_sgpb_subscription_error_log` -- DROP TABLE IF EXISTS `wpln_sgpb_subscription_error_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_sgpb_subscription_error_log` ( `id` int NOT NULL AUTO_INCREMENT, `firstName` varchar(255) DEFAULT NULL, `popupType` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `date` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_sgpb_subscription_error_log` -- LOCK TABLES `wpln_sgpb_subscription_error_log` WRITE; /*!40000 ALTER TABLE `wpln_sgpb_subscription_error_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wpln_sgpb_subscription_error_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_term_relationships` -- DROP TABLE IF EXISTS `wpln_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_term_relationships` ( `object_id` bigint unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0', `term_order` int NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_term_relationships` -- LOCK TABLES `wpln_term_relationships` WRITE; /*!40000 ALTER TABLE `wpln_term_relationships` DISABLE KEYS */; INSERT INTO `wpln_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (29,2,0),(30,2,0),(434,15,0),(183,13,0),(292,2,0),(434,17,0),(184,13,0),(188,14,0),(188,15,0),(188,16,0),(425,2,0),(428,2,0),(434,16,0),(399290,24,0),(399290,27,0),(399290,17,0),(399290,16,0),(399301,24,0),(399301,27,0),(399301,17,0),(399301,16,0),(399302,24,0),(399302,27,0),(399302,17,0),(399302,16,0),(399303,24,0),(399303,27,0),(399303,17,0),(399303,16,0),(399304,24,0),(399304,27,0),(399304,17,0),(399304,16,0),(399305,24,0),(399305,27,0),(399305,17,0),(399305,16,0),(399306,24,0),(399306,27,0),(399306,17,0),(399306,16,0),(399307,24,0),(399307,27,0),(399307,17,0),(399307,16,0),(399308,24,0),(399308,27,0),(399308,17,0),(399308,16,0),(399309,24,0),(399309,27,0),(399309,17,0),(399309,16,0),(399311,24,0),(399311,27,0),(399311,17,0),(399311,16,0),(399312,24,0),(399312,27,0),(399312,17,0),(399312,16,0),(399313,24,0),(399313,27,0),(399313,17,0),(399313,16,0),(399315,24,0),(399315,27,0),(399315,17,0),(399315,16,0),(399316,24,0),(399316,27,0),(399316,17,0),(399316,16,0),(399317,24,0),(399317,27,0),(399317,17,0),(399317,16,0),(399318,24,0),(399318,27,0),(399318,17,0),(399318,16,0),(399319,24,0),(399319,27,0),(399319,17,0),(399319,16,0),(399320,24,0),(399320,27,0),(399320,17,0),(399320,16,0),(399321,25,0),(399321,17,0),(399321,16,0),(399321,15,0),(399322,25,0),(399322,17,0),(399322,16,0),(399322,15,0),(399323,25,0),(399323,17,0),(399323,16,0),(399323,15,0),(399324,25,0),(399324,17,0),(399324,16,0),(399324,15,0),(399325,25,0),(399325,17,0),(399325,16,0),(399325,15,0),(399326,25,0),(399326,17,0),(399326,16,0),(399326,15,0),(399327,25,0),(399327,17,0),(399327,16,0),(399327,15,0),(399328,25,0),(399328,17,0),(399328,16,0),(399328,15,0),(399329,25,0),(399329,17,0),(399329,16,0),(399329,15,0),(399330,25,0),(399330,17,0),(399330,16,0),(399330,15,0),(399332,25,0),(399332,17,0),(399332,16,0),(399332,15,0),(399333,25,0),(399333,17,0),(399333,16,0),(399333,15,0),(399334,17,0),(399334,16,0),(399334,15,0),(399337,25,0),(399337,17,0),(399337,16,0),(399337,15,0),(399338,17,0),(399338,16,0),(399338,15,0),(399339,25,0),(399339,17,0),(399339,16,0),(399339,15,0),(399340,25,0),(399340,17,0),(399340,16,0),(399340,15,0),(399341,25,0),(399341,17,0),(399341,16,0),(399341,15,0),(399342,25,0),(399342,17,0),(399342,16,0),(399342,15,0),(399343,25,0),(399343,17,0),(399343,16,0),(399343,15,0),(399344,25,0),(399344,17,0),(399344,16,0),(399344,15,0),(393802,34,0),(394183,34,0),(394184,34,0),(394734,34,0),(395047,35,0),(395065,35,0),(395066,35,0),(395739,34,0),(395745,34,0),(395750,35,0),(399528,2,0),(399529,2,0),(393763,34,0),(393764,34,0),(393770,34,0),(394084,34,0),(394085,34,0),(394405,34,0),(394582,34,0),(394645,34,0),(394685,34,0),(395028,34,0),(395029,34,0),(395107,34,0),(395108,34,0),(395383,34,0),(395667,34,0),(396657,34,0),(396684,34,0),(399530,2,0),(399531,2,0),(399532,2,0),(399533,2,0),(399534,2,0),(399535,2,0),(399536,2,0),(399537,2,0),(399538,2,0),(399539,2,0),(399540,2,0),(399541,2,0),(399542,2,0),(399543,2,0),(399544,2,0),(399545,2,0),(399546,2,0),(396686,23,0),(396686,33,0),(396690,23,0),(396690,26,0),(396699,30,0),(396699,33,0),(396716,30,0),(396721,23,0),(396721,26,0),(396724,28,0),(396724,32,0),(399547,2,0),(397426,20,0),(397429,20,0),(397434,20,0),(397441,18,0),(397441,20,0),(397443,18,0),(397443,22,0),(397446,18,0),(397446,20,0); /*!40000 ALTER TABLE `wpln_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_term_taxonomy` -- DROP TABLE IF EXISTS `wpln_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_term_taxonomy` ( `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint unsigned NOT NULL DEFAULT '0', `count` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_term_taxonomy` -- LOCK TABLES `wpln_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpln_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpln_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,25),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(16,16,'module_width','',0,42),(13,13,'nav_menu','',0,2),(14,14,'scope','',0,1),(15,15,'layout_type','',0,23),(17,17,'scope','',0,41),(18,18,'category','',0,3),(19,19,'category','',0,0),(20,20,'category','',0,5),(21,21,'category','',0,0),(22,22,'category','',0,1),(23,23,'project_category','',0,3),(24,24,'layout_category','',0,19),(25,25,'layout_category','',0,19),(26,26,'project_category','',0,2),(27,27,'layout_type','',0,19),(28,28,'project_category','',0,1),(29,29,'layout_type','',0,0),(30,30,'project_category','',0,2),(31,31,'layout_type','',0,0),(32,32,'project_tag','',0,1),(33,33,'project_category','',0,2),(34,34,'nav_menu','',0,23),(35,35,'nav_menu','',0,4),(36,36,'monsterinsights_note_category','',0,0),(37,37,'monsterinsights_note_category','',0,0),(38,38,'monsterinsights_note_category','',0,0); /*!40000 ALTER TABLE `wpln_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_termmeta` -- DROP TABLE IF EXISTS `wpln_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_termmeta` ( `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_termmeta` -- LOCK TABLES `wpln_termmeta` WRITE; /*!40000 ALTER TABLE `wpln_termmeta` DISABLE KEYS */; INSERT INTO `wpln_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (1,3,'pagelayer_imported_id','3138'),(2,4,'pagelayer_imported_id','3130'),(3,5,'pagelayer_imported_id','3134'),(4,1,'pagelayer_imported_id','1'),(5,6,'pagelayer_imported_id','3139'),(6,7,'pagelayer_imported_id','3133'),(7,8,'pagelayer_imported_id','3135'),(8,9,'pagelayer_imported_id','3131'),(9,10,'pagelayer_imported_id','3136'),(10,11,'pagelayer_imported_id','3132'),(11,12,'pagelayer_imported_id','3137'),(12,36,'background_color','#F072B2'),(13,37,'background_color','#8D87E5'),(14,38,'background_color','#1EC185'); /*!40000 ALTER TABLE `wpln_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_terms` -- DROP TABLE IF EXISTS `wpln_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_terms` ( `term_id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_terms` -- LOCK TABLES `wpln_terms` WRITE; /*!40000 ALTER TABLE `wpln_terms` DISABLE KEYS */; INSERT INTO `wpln_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0),(2,'Tripo Header Menu','tripo-header-menu',0),(3,'Backpacks','backpacks',0),(4,'Road Trip','road-trip',0),(5,'Travel','travel',0),(6,'#Backpacks','backpacks',0),(7,'#Canada','canada',0),(8,'#Covid-19','covid-19',0),(9,'#Road','road',0),(10,'#Travel','travel',0),(11,'#Trip','trip',0),(12,'#Tulum','tulum',0),(13,'footer','footer',0),(14,'global','global',0),(15,'section','section',0),(16,'regular','regular',0),(17,'not_global','not_global',0),(18,'Health','health',0),(19,'Motherhood','motherhood',0),(20,'Nutrition','nutrition',0),(21,'Wellness','wellness',0),(22,'Workout & Fitness','workout-fitness',0),(23,'Beauty','beauty',0),(24,'Ellen Layouts','ellen-layouts',0),(25,'Ellen Sections','ellen-sections',0),(26,'Healthy Living','healthy-living',0),(27,'layout','layout',0),(28,'Lifestyle','lifestyle',0),(29,'module','module',0),(30,'Nutrition','nutrition',0),(31,'row','row',0),(32,'Wellness','wellness',0),(33,'Wellness','wellness',0),(34,'Main Menu','main-menu',0),(35,'Sophia Categories','sophia-categories',0),(36,'Website Updates','website-updates',0),(37,'Blog Post','blog-post',0),(38,'Promotion','promotion',0); /*!40000 ALTER TABLE `wpln_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_usermeta` -- DROP TABLE IF EXISTS `wpln_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_usermeta` ( `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_usermeta` -- LOCK TABLES `wpln_usermeta` WRITE; /*!40000 ALTER TABLE `wpln_usermeta` DISABLE KEYS */; INSERT INTO `wpln_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','admin'),(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','modern'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpln_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpln_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','1'),(26,1,'session_tokens','a:1:{s:64:\"6166afd7092a4cc8a2aebeefba335e66d838be0cd9070e6f4951a29223e5c750\";a:4:{s:10:\"expiration\";i:1770439870;s:2:\"ip\";s:14:\"49.194.178.174\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1770267070;}}'),(17,1,'wpln_dashboard_quick_press_last_post_id','399563'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"49.194.178.0\";}'),(19,1,'wpln_user-settings','libraryContent=browse&imgsize=&editor=html'),(20,1,'wpln_user-settings-time','1622124154'),(21,1,'nav_menu_recently_edited','2'),(22,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(23,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(24,1,'default_password_nag',''),(25,1,'wpln_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:11:{s:12:\"fixedToolbar\";b:0;s:12:\"welcomeGuide\";b:0;s:14:\"fullscreenMode\";b:1;s:14:\"showIconLabels\";b:0;s:11:\"themeStyles\";b:1;s:20:\"showBlockBreadcrumbs\";b:1;s:17:\"complementaryArea\";s:15:\"edit-post/block\";s:16:\"hiddenBlockTypes\";a:0:{}s:10:\"editorMode\";s:6:\"visual\";s:14:\"inactivePanels\";a:0:{}s:10:\"openPanels\";a:1:{i:0;s:11:\"post-status\";}}s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:9:\"_modified\";s:24:\"2025-04-01T11:52:54.424Z\";}'); /*!40000 ALTER TABLE `wpln_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpln_users` -- DROP TABLE IF EXISTS `wpln_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `wpln_users` ( `ID` bigint unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int NOT NULL DEFAULT '0', `display_name` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpln_users` -- LOCK TABLES `wpln_users` WRITE; /*!40000 ALTER TABLE `wpln_users` DISABLE KEYS */; INSERT INTO `wpln_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'admin','$wp$2y$10$uLlMaR0CSu9JVmTy.T6icu.r.c1L51g4p74w3oVVSk..dkckW5HNi','admin','mel-cann@live.com.au','https://verde.desidrivers.com.au','2021-04-30 12:04:58','',0,'admin'); /*!40000 ALTER TABLE `wpln_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'desid573_wp_new' -- -- -- Dumping routines for database 'desid573_wp_new' -- /*!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-08-23 1:39:09
Save
cmd:
run